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;
}

/* SWIPER Projects */

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#swiper-projects {
  height: 70vh;
}

.swiper-slide {
  background-size: cover;
  background-position: left;
}

.slide-content-thumbnail {
  position: absolute;
  background: rgb(0,0,0);
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 120%);
  width: 100%;
  padding-left: 7%;
  padding-top: 10%;
}

.slide-content-thumbnail h3 {
  color: #fff;
}

.mySwiper4 {
  height: 80%;
  width: 100%;
}

.mySwiper3 {
  height: 15vh;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
  border: #000 solid 2px;
  box-shadow:
  0 0 15px 15px #a506064b;
  opacity: 1;
}

.swiper-slide div {
  display: block;
  width: 100.7%;
  height: 100%;
  background-size: cover;
  object-position: left;
}

.projects-slide1{
  background-image: url(/images/projects/achronix.webp);
}

.projects-slide2{
  background-image: url(/images/projects/warner-brothers.webp);
}

.projects-slide3{
  background-image: url(/images/projects/evlo-banner.webp);
}

.projects-slide4{
  background-image: url(/images/projects/alchemyyogacenter.webp);
}

#swiper-projects-slide {
    height: 75vh;
    margin-top: 0px;
}

#projects-thumbnail-img {
  
  background-size: cover;
}


#swiper-projects-thumbnail {
  height: 20vh;
  margin-top: -35px;
}

.slide-content-thumbnail {
  padding: 7%;
}

.slide-content-thumbnail h3 {
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1.2em;
  padding-bottom: 2%;
}

.slide-content-thumbnail p {
  color: lightgrey;
  line-height: 1.3em;
  font-size: 16px;
}

.slide-content p {width: 50%; font-size: 1.2em;}

#swiper-projects-thumbslider {
  height: 25vh;
}

@media only screen and (max-width: 768px) {
  .swiper-slide img {object-position: 38% 0%;}
  .slide-content-thumbnail {padding: 10%;}
  .projects-slide1  {background-position: 33% 0%}
  .projects-slide2 {background-position: 33% 0%}
  .projects-slide3 {background-position: 92% 0%}
  .projects-slide4 {background-position: 43% 0%}
  .slide-content-thumbnail h3 {font-size: 0.8em!important;font-weight: 400;}
  .slide-content-thumbnail p {font-size: 14px;}
  .slide-content P {width: 100%;}
}


/* SWIPER Projects END */

/* Logo eye styleing */

main {
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  position: relative;
}

#eyes, #eyes img {
  position: absolute;
}

/* Hero section*/

.hero {
  position: relative;
    /* Sizing */
	margin-top: 0px;
    width: 100%;
    height: 100vh;
	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.25) 0%, rgba(0, 0, 0, 0) 70%);
}

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

/* Hero section mobile*/


/* Hero section mobile*/

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

 @media only screen and (max-width: 1200px) {
  .lottie_hero_container {
    margin-top: 0vw;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  .hero-inner {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .lottie_hero_container {margin-bottom: 0px; margin-top: -50px; width: 100%;height: 100%;left: 0px;transform: none;}
  .hero-inner {margin-top: 0px;}
  }

@media only screen and (max-width: 768px) {
  .lottie_hero_container {
    margin-bottom: -100px; margin-top: -50px;
    width: 130%;
    height: 100%;
    left: -210px;
    transform: rotate(90deg);
  }
  .hero {margin-bottom: 0px;}
} 


@media only screen and (max-width: 768px) {
  #lottie_logo {width: 90%;height:90%}
  .lottie_hero_container {width: 200%; margin-top: 100px; left: -40vw;height: 100vh; margin-bottom: -200px; margin-top: -150px;}
  #lottie_hero {width: 90%; height: 90%;}
  .hero {margin-top: -50px;height: 100vh;}
  .hero-inner {margin-top:0; padding: 10% 5% 10% 5%; margin-bottom: 0px;}
}

@media only screen and (max-width: 450px) {
  .hero .herologo {width: 120px}
  .lottie_hero_container {left: -45vw; right: 00px;height: 100%;margin-bottom: -100px; margin-top: -50px;}
  #lottie_hero {width: 100%; height: 100%;}
  .hero {margin-top: -73px;}
}

/* Hero Lottie END */


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

.hero h1 {
  margin-top: 30px;
	color: #fff;
}

.hero .red-line-hero {
	padding-top: 15px;
	margin-bottom: -5px;
}

.hero .red-line-hero-bottom {
  display: none;
}

.hero h2 {
  font-size: 2em;
	padding-top: 20px;
	color: #fff;
}

.hero .btn {
  /* Positioning and sizing */
    
	display: block;
    width: 300px;

	 /* Padding and margins */
	 padding: 1em;
	 margin-left: auto;
	 margin-right: auto;

	 /* Text styles */
	 color: rgb(255, 255, 255);
	 text-decoration: none;
	 font-size: 1em;
    /* Border styles */
    border: 2px solid rgb(255, 255, 255);
}

#button-hero {
  width: 300px;
  margin-top: 50px;
}

.hero-h2-1 {font-size: 2em;}

/* Text Section */

.lottie_textsection_container {
	margin-top: -100px;
	z-index: -1;
	position: absolute;
	padding: 0;
	width: 100%;
	height: 100%;
  overflow: hidden;
}

#lottie_textsection {
  position: absolute;
  width: 95vw;
  right: -0.5vw;
  left: 0vw;
}

.textsection-container {
  /* Sizing */
  z-index: 1;
margin-top: 80px;
margin-bottom: 80px;
  width: 100%;
padding-left: 2%;
padding-right: 2%;
/* Flexbox stuff */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #lottie_textsection {width: 100vw;}
  .lottie_textsection_container {margin-top: 50px;}
  .textsection-container {margin-top:120px ;}
}

@media only screen and (max-width: 768px) {
  .hero .red-line-hero {padding-top: 10px;}
  .hero .red-line-hero-bottom {
        display:block;
        padding-top: 0px;
        bottom: 0px;
        width: 100%;
        left: 0%;
        position: absolute;
  }
  .hero h1 {margin-top: 15px;}
  .hero h2 {padding-top: 15px;}
  #lottie_textsection {width:180vh;margin-top: -100px;}
  .lottie_textsection_container {margin-top: 0px;}
  .textsection-container {margin-top:100px;margin-bottom: 50px;}
}

@media only screen and (max-width: 500px) {
  #lottie_textsection {transform: rotate(90deg);margin-bottom: 50px;left:-57vh;height: 75%;}
  .lottie_textsection_container {margin-bottom: 300px;}
  .textsection-container {margin-top:50px ;}
}


.textsection {
  box-shadow:
  0 0 40px 20px #a50606af;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 7%;
  width: 70vw;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.9) 0%, rgba(0, 0, 0, 0.8) 70%);
}

.textsection-container h2 {
color: #fff;
}

.textsection-container .red-line-hero {
  padding-top: 15px;
  /* width: 300px; */
margin-bottom: -5px;
}

.textsection-container h3 {
font-size: 1.2em;
font-weight: 400;
line-height: 1.5rem;
padding-top: 20px;
color: #fff;
}




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

.textsection {
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  padding: 7%;
  width: 85vw;
  box-shadow:
  0 0 30px 10px #a50606af;
  background-color: rgba(0, 0, 0, 0.9);
}

}

/* Text Section 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: 20px 0px 80px 0px;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.3) 0%, rgba(0, 0, 0, 0) 90%);
}
@media only screen and (max-width: 768px) {
.calltoaction-container {margin: 10px 0px 40px 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%;
  letter-spacing: 0.8px;
  color: #fff;
  text-align: center;
  align-items: center;
  flex: 2;
}

.calltoaction-logo {
  flex: 0;
}

.calltoaction-text h3 {line-height: 1.3em;letter-spacing: 0.8px; font-size: 1.8em;}
@media only screen and (max-width: 768px) {
  .calltoaction-text h3 {line-height: 1.3em; font-size: 1.3em; font-weight: 600;padding-right: 3%;}}

  .calltoaction-button {
  flex: 1;
}

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

#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: 1em;font-weight:600;line-height: 1.22em; letter-spacing: 0.5px;}
  #lottie_logo2 {width:130px;}
}

@media only screen and (max-width: 600px) {
  .calltoaction-text h3 {padding-right: 5%;}
  #lottie_logo2 {width:110px;}
}
/* Call to aciton END */

* Slider logo */

.insightstext-section-b {
  margin-top: 0px;
  padding: 0px 5% 0px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  }

  @media only screen and (max-width: 768px) {
    .insightstext-section {background: radial-gradient(circle, rgba(79, 13, 15, 0.4) 0%, rgba(0, 0, 0, 0) 80%);}
  }
  
  .insightstext-section h3 {
  font-size: 1.3em;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
  }

.slider-container-logos {
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 70vw;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .slider-container-logos {margin-bottom: 10px;}
}

.slider-container-logos h3 {
  width: 80%;
  color:white;
  font-size: 1.8rem;
  padding: 20px 0px 0px 0px;
  margin: -20px 0px 45px 0px;
}

@media only screen and (max-width: 768px) {
  .slider-container-logos h3 {font-size: 1.4rem;}
}

.slider-logos::after {
  background-image: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 78%, rgba(0,0,0,1) 100%);
background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 78%, rgba(0,0,0,1) 100%);
background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 78%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
content: "\00a0";
height: 80%;
position: absolute;
width: 100%;
}

.slider-logos {
  overflow: hidden; /* Hide the slides outside the container */
  white-space: nowrap; /* Prevent the slides from stacking */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 102%;

  background: rgb(0, 0, 0);
  box-shadow:
  0 0 30px 10px #a50606af;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 78%, rgba(0,0,0,1) 100%);
}

.slider-items-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scroll 22s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.slider-items-logos img {
  width: 12%;
  margin: 20px;
}

@media only screen and (max-width: 768px) {
  .insightstext-section-b {padding: 0;}
  .slider-container-logos {width:100vw}
}

/*Logo Slider End*/

/*Insights Swiper*/
    
.swiper.mySwiper {
  margin-top:0px;
  margin-bottom:40px;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
}
@media only screen and (max-width: 768px) {
.swiper.mySwiper {margin-top:0px;margin-bottom:10px;}
}

.swiper {
  height: 500px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .swiper {padding-top: 25px;}
}

.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: 102%;
  margin-left: -1px;
  margin-bottom: -1px;
  padding-bottom: 40px;
  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: 60px;
  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;
}

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

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

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

.swiper-button-next {
  margin-right: 10px;
  margin-top: -220px;
  height: 430px;
  background-image: url(/images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 107% auto;
  background-position: bottom;}

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

.swiper-button-prev {
  margin-left: 10px;
  margin-top: -220px;
  height: 430px;
  background-image: url(/images/icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 107% 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;}

@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: 20px 5% 0px 5%;
display: flex;
margin-bottom: -30px;
margin-top: 20px;
justify-content: center;
align-items: center;
text-align: center;
}

@media only screen and (max-width: 767px) {
.insightstext-section {padding: 20px 5% 0px 5%;}
}

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

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

.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*/

/* Swiper2 */

#swiper2 {
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

#sw_slide2 {
  height: 80vh;
  box-shadow:
  0 0 10px 8px #a506064b;
  transition: all 0.7s;
}

#sw_slide2:hover {
  box-shadow:
  0 0 15px 20px #a506064b;
}


  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {

  --swiper-theme-color: #92181B;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 top:88vh!important;
 box-shadow:
 0 0 15px 10px #a506064b;
}

.slide-content {
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.7483368347338936) 30%, rgba(0,0,0,0) 100%);
  height: 100%;
  width: 60%;
  padding-right: 10%;
  padding-left: 7%;
  padding-top: 3%;
}
.slide-content h3 {
  font-weight: 600!important;
  color: #fff;
  width: 90%;
  line-height: 3rem;
  font-size: 3rem;
  padding: 1rem 0rem;
}
.slide-content p {
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 0rem;
}

@media only screen and (max-width: 767px) {
  .main-containter {
    margin-top: 0vh;
  }
  .slide-content {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.822) 30%, rgba(0,0,0,0) 100%);
    height: 100%;
    width: 70%;
    padding-right: 5%;
    padding-left: 10%;
    padding-top: 10%;
  }
  .slide-content h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 0.8rem 0rem;
  }
  
  .slide-content p {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 80%;
    padding: 0.8rem 0rem;
  }

  #swiper2 {margin-top: 0px;}

}


/* 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;
  line-height: 1.25em;
}

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

p {line-height: 1.45em!important;letter-spacing: 0.05em;}


@media only screen and (max-width: 767px) {
  .hero h2 { font-size: 2em;}
  h1 {font-size: 3em;}
  h2 {font-size: 1.8em;}
  h3 {font-size: 1.2em;line-height: 1.2em;}
  p {font-size: 0.8em!important;}
}

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 */