/* 

Newline Template

https://templatemo.com/tm-503-newline

*/
/* 

Newline Template

https://templatemo.com/tm-503-newline

*/

body {
  font-family: "Roboto Slab", serif !important;
}

p {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 300;
  line-height: 25px;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

video::-webkit-media-controls {
    display:none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 1;
  background-color: rgba(0,0,0,0.75); /*dim the background*/
}

.primary-button a {
  display: inline-block;
  background-color: #297eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.primary-button a:hover {
  background-color: transparent;
  border: 1px solid #297eea;
  transform: scale(0.9);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.cd-hero {
  z-index: 2;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
  }
}

.cd-slider-nav {
  /* text-align: center; */
  text-align: right;
    background: aliceblue;
    /* opacity: 0.5; */
    background: rgba(233, 233, 233);

}

.cd-slider-nav ul {
  padding: 0;
  margin: 0;
  margin-bottom: 150px;
}

.cd-slider-nav ul li {
  display: inline-block;
  margin: 10px 40px;
}

.cd-slider-nav ul li a {
  text-decoration: none;
}

.cd-slider-nav ul li h6 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #485fed;
  margin-top: 15px;
}

.cd-slider-nav ul .selected h6 {
  color: #000;
  text-decoration: none;
}

.cd-slider-nav .image-icon {
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  /* width: 50px; */
  height: 50px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  /* background-color: #ffbb05; */
}

/* .cd-slider-nav .image-icon:hover {
  background-color: #fff;
  border-radius: 0%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
} */

.content {
  margin-bottom: 25px;
  margin-top: -80px;
  background-color: #fff;
  border-top: 15px solid #297eea;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}


/*
=====================
----- TOP PART ------
=====================
*/

.top-part img {
  width: 100%;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top:0;
  left: 0;
}


/*
=======================
----- FIRST SLIDE -----
=======================
*/

.first-slide {
  text-align: center;
}

.first-slide {
  background-color: #fff;
  width: 100%;
}

.heading {
  text-align: center;
  margin-bottom: 125px;
}

.heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.heading span {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.first-content h4 {
  font-size: 19px;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.first-content {
  padding: 60px 0px;
}

.first-content p {
  /* margin: 0px 120px; */
}

.first-content .primary-button {
  margin-top: 30px;
}



/*
=======================
----- SECOND SLIDE ----
=======================
*/

.second-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.second-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.second-slide .heading span {
  font-size: 20px;
  text-transform: uppercase;
  /* color: #ffbb05; */
  font-weight: 300;
  letter-spacing: 0.5px;
}

.second-slide img {
  width: 100%;
  overflow: hidden;
}

.second-slide .left-image {
  padding-right: 0px!important;
}

.second-slide .right-image {
  padding-left: 0px!important;
}

.second-slide .right-about-text {
  text-align: left;
  margin-left: 15px;
  margin-right: 30px;
}

.second-slide .right-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .right-about-text .primary-button {
  margin-top: 25px;
}

.second-slide .left-about-text {
  text-align: left;
  margin-left: 15px;
  margin-left: 30px;
}

.second-slide .left-about-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.second-slide .left-about-text .primary-button {
  margin-top: 25px;
}



/*
=======================
----- THIRD SLIDE -----
=======================
*/

.third-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.third-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.third-slide .heading span {
  font-size: 20px;
  text-transform: uppercase;
  /* color: #ffbb05; */
  font-weight: 300;
  letter-spacing: 0.5px;
}

.third-slide .feature-list ul {
  padding: 0;
  margin: 0;
}

.third-slide .feature-list ul li {
  display: block;
}

.third-content {
  padding: 30px;
}

.third-content .left-image img {
  width: 100%;
  overflow: hidden;
}

.third-content .right-feature-text h4 {
  font-size: 19px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.third-content .right-feature-text h4 em {
  font-style: normal;
  font-weight: 700;
  color: #297eea;
}

.third-content .feature-list {
  margin-top: 20px;
}

.third-content .feature-list p {
  font-weight: 400;
}

.third-content .right-feature-text {
  text-align: left;
  margin: 0px 15px 0px 15px;
}

.third-content .right-feature-text .primary-button {
  margin-top: 30px;
}


/*
=======================
----- FOURTH SLIDE ----
=======================
*/

.fourth-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.fourth-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.fourth-slide .heading span {
  font-size: 20px;
  text-transform: uppercase;
  /* color: #ffbb05; */
  font-weight: 300;
  letter-spacing: 0.5px;
}

.fourth-content {
  padding: 15px 10px;
}

.fourth-content .project-item {
  margin: 15px 0px;
}

.fourth-content img {
  /* width: 100%; */
  overflow: hidden;
}


/*
=======================
----- FOURTH SLIDE ----
=======================
*/

.fivth-slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
}

.fivth-slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.fivth-slide .heading span {
  font-size: 20px;
  text-transform: uppercase;
  /* color: #ffbb05; */
  font-weight: 300;
  letter-spacing: 0.5px;
}

.fivth-content {
  padding: 30px;
  text-align: left;
}

.fivth-content .left-info em {
  font-weight: 500;
}

.fivth-content .left-info .social-icons {
  margin-top: 60px;
}

.fivth-content .left-info ul {
  padding: 0;
  margin: 0;
}

.fivth-content .left-info i {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  background-color: #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

.fivth-content .left-info i:hover {
  background-color: #ffbb05;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.fivth-content input {
  margin-bottom: 20px;
  padding-left: 15px;
  max-width: 100%;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.fivth-content input:focus {
  outline: none!important;
  box-shadow: none;
}

.fivth-content textarea {
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  height: 140px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

.fivth-content textarea:focus {
  outline: none!important;
  box-shadow: none;
}

.fivth-content button {
  display: inline-block;
  background-color: #ffbb05;
  color: #343434;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  margin-bottom: 0px;
}

.fivth-content button:hover {
  background-color: transparent;
  border: 1px solid #ffbb05;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}



/*
=======================
---- FOOTER STYLE -----
=======================
*/
/* General Footer Styling */
footer {
  background-color: #e9e9e9;
  color: #343434;
  width: 100%;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}


.footer-logo img {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-address, .footer-links {
  flex: 1 1 300px;
  margin: 15px;
}

.footer-address h4, .footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-address p, .footer-links ul li {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li a {
  color: #343434;
  text-decoration: none;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}

.footer-bottom em {
  font-style: normal;
  font-weight: 500;
}

@media(max-width:768px){
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
  }
  
}
/*
========================================
---------- RESPONSIVE STYLE ------------
========================================
*/

@media (max-width: 850px){
  .cd-slider-nav ul li h6 {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    display: none;
  }

  .cd-slider-nav .image-icon img {
    width: 25px;
  }

  .cd-slider-nav ul .selected img {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }

  .cd-slider-nav .image-icon {
    width: 0px;
    height: 0px;
    line-height: 40px;
    margin: 0 auto;
  }

  .cd-slider-nav {
    background-color: #f7f7f7;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center!important;
  }

  .cd-slider-nav ul {
    padding: 0;
    margin: 0;
    text-align: center!important;
  }

  .cd-slider-nav ul li {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
  }

  .heading h1 {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .heading span {
    font-size: 35px;
    letter-spacing: px;
  }

  .content {
    margin-bottom: 12px;
    margin-top: -100px;
    background-color: #fff;
    border-top: 15px solid #297eea;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }

  .first-content h4 {
    margin-left: 15px;
    margin-right: 15px; 
  }

  .first-content p {
    margin: 0px 30px;
  }

  .second-slide .left-image {
    padding-right: 15px!important;
  }

  .second-slide .right-image {
    padding-left: 15px!important;
  }

  .second-slide .right-about-text {
    text-align: left;
    margin-left: 15px;
    margin-left: 30px;
  }

  .second-slide .left-about-text {
    text-align: left;
    margin-left: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .fivth-content .left-info .social-icons {
    margin-top: 30px;
    margin-bottom: 60px;
  }

}


/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* //////////////////////////////////////////////////////////// */
.animate{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
  background-color: var(--bg-color);
  font-family: 'Maitree', serif;
}
.home-title span{
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  font-size: 3rem;
}

.home-title span::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
  transform: translateX(-101%);
}

.home-title span::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
  transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
  animation-delay: 1.5s;
}

@keyframes a-ltr-after{
  0% {transform: translateX(-100%)}
  100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
  0% {transform: translateX(0)}
  100% {transform: translateX(200%)}
}





/* //////////////////////////////// */

.animate .box {
  width: 1050px;
  text-align: center;
  /* height: 250px; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.animate .box .title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50px;
  justify-content: center;
}
.animate .box .title .block {
  width: 0%;
  height: inherit;
  background: #ffb510;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}
.animate .box .title h1 {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 32px;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
}

.animate .box .title h1 .effect{
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb510;
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}
.animate .box .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: 28px;
  /* margin-bottom: 17px;*/
}
.animate .box .role .block {
  width: 0%;
  height: inherit;
  background: #e91e63;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}
.animate .box .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: 500;
  /* font-family: "Lato"; */
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Roboto Slab", serif;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }
  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }
  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.3) rotate(-2deg);
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}



/* /////////////////////////////////// */
.mazi-container{
  width:100%;
  height:620px;
  background: #F2ECFD;
  background-image:url('./Exports/how-it-works-bg.png');
  background-size:cover;
  background-position:center center;
  padding:0;
}

.Sec-title{
  max-width:1200px;
  display:flex;
  align-items: center;
  justify-content: center;    
  margin:auto;
  font-size: 35px;
  color: #16003B;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.mazi-wrapper{
  max-width:1200px;
  display:flex;
  align-items: center;
  justify-content: center;
  margin:auto;
}

.sec-md-35{
  width:35%;
  margin-top: 0;
}

.sec-md-30{
  width:30%;
  text-align:center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  z-index: 3;
}

.cards{
  position: relative;
  margin: auto;
  margin-top:220px;
}

.cards .card{
  width:95%;
  height: 150px;
  background:#fff;
  padding:30px;
  margin-Top: 20px;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  line-height: 24px; 
}

.cards .card h2{
  margin-top: 0;
}

.left-t{
  margin-left: 5%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromLeft;
  animation-delay: 1s;
}

.left-b{
  margin-left: 45%;
  height: 200px !important;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromLeft;
  animation-delay: 3s;
} 

@keyframes slideInFromLeft{
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.right-t{
  margin-left: 1%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromRight;
  animation-delay: 2s;
}

.right-b{
  margin-left: -35%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromRight;
  animation-delay: 4s;
}

@keyframes slideInFromRight{
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.all-path{
  stroke-dasharray: 1000;
  stroke-dashoffset: 100;
}

.all-path .no1, .all-path .no2, .all-path .no3, .all-path .no4{
  animation: 4s ease-out forwards 1 draw;
  opacity: 0;
}

.all-path .no2{
  animation-delay: 1s;
}

.all-path .no3{
  animation-delay: 2s;
}

.all-path .no4{
  animation-delay: 3s;
}


@keyframes draw{
  0% {
    stroke-dashoffset: 1000;
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0 ;
  }
}











.mission .container {
  width: calc(min(90rem, 90%));
  margin-inline: auto;
}
@media screen and (min-width: 41.25rem) {
  .mission .container {
    height: 100svh;
    height: 100vh;
  }
}
@media screen and (max-height: 700px) {
  .mission .container {
    height: auto;
  }
}
.mission .items {
  place-content: center;
  place-items: center;
  /* grid-auto-columns: 1fr; */
  height: inherit;
}
@media screen and (min-width: 41.25rem) {
  .mission .items {
    display: grid;
    grid-template-areas: "heading heading heading heading" "box-1 box-1 transparent transparent" "box-3 box-4 box-5 box-6" "input input input input";
  }
}
@media screen and (min-width: 61.875rem) {
  .mission .items {
    grid-template-areas: "heading box-1 transparent ." "box-3 box-4 box-5 box-6" "input input input input";
  }
}
.mission h2 {
  text-transform: capitalize;
  grid-area: heading;
  text-align: left;
  width: 100%;
  padding: 0 1.25rem 1.25rem 0;
  font-size: clamp(1.5625rem, 1.1731rem + 1.6615vw, 3.25rem);
  letter-spacing: 0.031rem;
}
.mission .box {
  width: 100%;
  height: calc(14rem + 9vw);
  /* background: #363992; */
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.125rem solid #2c2a5c;
}
.mission .box h6{
  font-size: 22px;
  margin-bottom: 20px;
}
.mission .box > span {
  padding: 8px 5px;
  font-size: clamp(0.9rem, 0.72rem + 0.768vw, 1.2rem);
  font-size: 16px;
  text-align: center;
}
.mission .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission .items > div:nth-of-type(1) {
  /* display: none; */
  grid-area: box-1;
}
@media screen and (min-width: 41.25rem) {
  .mission .items > div:nth-of-type(1) {
    display: block;
  }
}
.mission .items > div:nth-of-type(2) {
  /* display: none; */
  /* background: transparent; */
  display: flex;
    justify-content: center;
  grid-area: transparent;
  border-bottom: 0;
  box-shadow: rgb(240 46 170 / 40%) 5px 5px, rgb(240 46 170 / 30%) 10px 10px, rgb(240 46 170 / 20%) 15px 15px, rgb(240 46 170 / 10%) 20px 20px, rgb(240 46 170 / 5%) 25px 25px;
}
/* @media screen and (min-width: 41.25rem) {
  .mission .items > div:nth-of-type(2) {
    display: block;
  }
} */
.mission .items > div:nth-of-type(3) {
  grid-area: box-3;
}
.mission .items > div:nth-of-type(4) {
  grid-area: box-4;
  box-shadow: rgb(240 46 170 / 40%) 0px 5px, rgb(240 46 170 / 30%) 0px 10px, rgb(240 46 170 / 20%) 0px 15px, rgb(240 46 170 / 10%) 0px 20px, rgb(240 46 170 / 5%) 0px 25px;
  display: flex;
  justify-content: center;
}
.mission .items > div:nth-of-type(5) {
  grid-area: box-5;
}
.mission .items > div:nth-of-type(6) {
  grid-area: box-6;
}
.mission .email-input {
  grid-area: input;
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 41.25rem) {
  .mission .email-input {
    max-width: 45%;
  }
}
.mission .email-input > div {
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
}
.mission .email-input img {
  width: 1.563rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.mission input {
  width: 100%;
  padding-left: 1.563rem;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.125rem);
  -webkit-backdrop-filter: blur(0.125rem);
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
  padding-block: 0.938rem;
  border-radius: 10rem;
  color: #fff;
}
.mission input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.cards .card li{
  transform: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}



/* //////////////////////////////////// */
.goals-section {
  text-align: center;
  padding: 50px 20px;
}

.header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  animation: fadeIn 2s ease-in-out;
  font-weight: 600;
}

.header p {
  font-size: 1.2rem;
  color: #ddd;
  margin-bottom: 30px;
}

/* Goals Container */
.goals-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Goal Cards */
.goal-card {
  background: #ffffff10;
  border-radius: 15px;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: slideUp 1s ease forwards;
  opacity: 0;
}

.goal-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.goal-card .icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.goal-card h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: left;
}

.goal-card p {
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.goal-card:nth-child(1) { animation-delay: 0.2s; }
.goal-card:nth-child(2) { animation-delay: 0.4s; }
.goal-card:nth-child(3) { animation-delay: 0.6s; }
.goal-card:nth-child(4) { animation-delay: 0.8s; }
.goal-card:nth-child(5) { animation-delay: 1s; }
.goal-card:nth-child(6) { animation-delay: 1.2s; }

/* Responsive Design */
@media (max-width: 768px) {
  .goals-container {
    flex-direction: column;
    align-items: center;
  }

  .goal-card {
    width: 90%;
  }
}
/* Goals Section (already provided, no changes) */
/* Add this animation trigger */
.goals-section.hidden {
  opacity: 0;
  transform: translateY(20px);
}

.goals-section.visible {
  animation: fadeIn 7s ease forwards;
  opacity: 1;
  transform: translateY(0);
}






/* /////////////////////////////////////////////// */

#pricing .container{
  display: contents;
}
@media(max-width:768px){
  #pricing .container{
    display: block;
  }
}
#pricing .glow-outer {
  margin-bottom: 1rem;
}
#pricing .glow-outer .glow-circle {
  width: 270px;
  height: 270px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 6;
  border-radius: 50%;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(35px);
}
#pricing .glow-outer .glow-circle:before {
  content: " ";
  border-radius: 110px;
  width: 270px;
  height: 270px;
}
#pricing .glow-outer h2 {
  padding: 1rem;
  background: #9ca1ed;
  margin-top: 2rem;
  color: #fff;
    font-weight: 900;
  text-align: center;
}
#pricing .glow-outer .card__price {
  font-size: 35px;
  text-align: center;
}
#pricing .glow-item {
  min-height: 300px;
  background: #1d2a44;
  border-radius: 7px;
  position: relative;
  transform: translate3d(0, 0, 0);
  color: #EEEEEE;
}
#pricing .glow-item .before, #pricing .glow-item .after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 7px;
  background-size: 100% 100%;
  background-position: 0px 0px;
  /* background-image: conic-gradient(from -45deg at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, red 50%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); */
}
#pricing .glow-item .before {
  filter: blur(10px);
}
#pricing .glow-item .inner-glow {
  background: #1d2a44;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#pricing .glow-item ul {
  list-style: none;
  margin-bottom: 2rem;
}
#pricing .glow-item ul li {
  padding: 1rem 5px 0;
}
#pricing .glow-item ul li:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' title='check' fill='%23dddddd'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' /%3E%3C/svg%3E");
  transform: translatey(0.25ch);
  margin-right: 1ch;
}
.inner-glow p{
  color: #fff; 
  font-weight: 700;
}
#pricing .glow-button {
  --button-color: #fff;
  --button-shadow: rgba(33, 4, 104, 0.2);
  --button-shine-left: rgba(120, 0, 245, 0.5);
  --button-shine-right: rgba(231, 0, 79, 0.65);
  --button-glow-start: darkred;
  --button-glow-end: #6a009c;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border-radius: 11px;
  position: relative;
  z-index: 9;
  line-height: 24px;
  cursor: pointer;
  color: var(--button-color);
  padding: 0;
  background: none;
  text-align: center;
  box-shadow: 0 8px 20px var(--button-shadow);
  display: block;
  width: 95%;
  margin: 2.5rem auto;
  border: 1px solid #111111;
}
#pricing .glow-button .gradient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: scaleY(1.02) scaleX(1.005) rotate(-0.35deg);
}
#pricing .glow-button span {
  z-index: 1;
  position: relative;
  display: block;
  padding: 10px 28px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 43px;
  background: #9ca1ed;
  font-weight: 800;
  width: fit-content;
  min-width: 100%;
  /* border-radius: inherit; */
  background-color: var(black);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#pricing .glow-button span i {
  mix-blend-mode: difference;
}
#pricing .glow-button span:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  transform: translate(var(--pointer-x, 0px), var(--pointer-y, 0px)) translateZ(0);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--button-glow, transparent);
  opacity: var(--button-glow-opacity, 0);
  transition: opacity var(--button-glow-duration, 0.5s);
  filter: blur(20px);
}
#pricing .glow-button:hover {
  --button-glow-opacity: 1;
  --button-glow-duration: .25s;
}
#pricing .col-lg-4:nth-child(1) .card__price {
  color: #a00071;
}
#pricing .col-lg-4:nth-child(2), #pricing .col-lg-4:nth-child(4) {
  margin-top: 0.5rem;
  /* margin-bottom: 6rem; */
}
#pricing .col-lg-4:nth-child(2) .card__price, #pricing .col-lg-4:nth-child(4) .card__price {
  color: #00b276;
}
#pricing .col-lg-4:nth-child(2) .inner-glow, #pricing .col-lg-4:nth-child(4) .inner-glow {
  /* height: 330px; */
}
#pricing .col-lg-4:nth-child(2) .before, #pricing .col-lg-4:nth-child(4) .before {
  height: 500px;
}
#pricing .col-lg-4:nth-child(3) .card__price {
  color: #cc9b00;
}
#pricing .col-lg-4:nth-child(4) {
  display: none;
}
@media (max-width: 992px) {
  #pricing .col-lg-4:nth-child(4) {
    display: block !important;
    margin-top: 1rem;
  }
  /* #pricing .col-lg-4:nth-child(2) {
    display: none !important;
  } */
}
#pricing #g-circle-1:before {
  background: #6d004d !important;
}
#pricing #g-circle-2:before, #pricing #g-circle-4:before {
  background: #007F54 !important;
}
#pricing #g-circle-3:before {
  background: #997400 !important;
}

/* Hover Effect Pricing Styles */





.email{
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
    padding: 20px;
}

.contact__info-text{
  padding: 5px 20px;
}
/* 
nav{
  height: 100px;
  background-color: white;
}

.cd-slider-nav ul {
  padding: 0;
  margin: 0;
  text-align: end;
}
.cd-slider-nav ul li {
  display: inline-block;
  margin: 8px 20px;
}

.cd-slider-nav .image-icon {
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #4a5eee;
} */

p {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 25px;
}

@media(max-width: 768px){
  .animate .box .title h1 {
    font-family: "Poppins";
    color: #fff;
    font-size: 25px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    font-family: "Roboto Slab", serif;
}
.heading h1 {
  margin-top: 148px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}
.animate .box .role {
  width: 100%;
  /* height: 266px; */
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  margin-top: 89px;
  /* margin-bottom: 50px; */
}
/* .animate .box .title .block {
  width: 0%;
  height: 80px;
  background: #ffb510;
  position: absolute;
  margin-top: 100px;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
} */
.animate .box .role .block {
  width: 0%;
  height: 80px;
  background: #e91e63;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}
.email {
  margin-top: 10px;
  box-shadow: rgb(50 50 93 / 5%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 22%) 0px -2px 6px 0px inset;
  padding: 20px;
}
.mission .box {
  width: 100%;
  height: calc(14rem + 15vw);
  /* background: #363992; */
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.125rem solid #2c2a5c;
}
.mission .items > div:nth-of-type(4) {
  grid-area: box-4;
  box-shadow: rgb(240 46 170 / 40%) 0px 5px, rgb(240 46 170 / 30%) 0px 10px, rgb(240 46 170 / 20%) 0px 15px, rgb(240 46 170 / 10%) 0px 20px, rgb(240 46 170 / 5%) 0px 25px;
  box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}
.animate .box .title h1 .effect{
  
  right: 12px;
}
}
.jotform{
  padding-left: 0px;
  padding-right: 0px;
}


/* //////////////////////// */

.key {
  font-size: 50px !important;
  display: inline-block;
  letter-spacing: -1vw;
  transition: transform 0.2s;
}



@keyframes pressDown1 {
  30%,
  40%,
  100% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(10px);
  }
}

@keyframes pressDown2 {
  70%,
  80%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
}

@keyframes pressDown3 {
  30%,
  40%,
  100% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(10px);
  }
}

@keyframes pressDown4 {
  40%,
  50%,
  100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(10px);
  }
}

@keyframes pressDown5 {
  20%,
  30%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
}

@keyframes pressDown6 {
  60%,
  70%,
  100% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(10px);
  }
}

@keyframes pressDown7 {
  10%,
  20%,
  100% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
}

@keyframes pressDown8 {
  35%,
  45%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
}



.key:nth-child(1) {
  animation: pressDown1 2s infinite;
}

.key:nth-child(2) {
  animation: pressDown2 3s infinite;
}

.key:nth-child(3) {
  animation: pressDown3 4s infinite;
}

.key:nth-child(4) {
  animation: pressDown4 2.5s infinite;
}

.key:nth-child(5) {
  animation: pressDown5 2.5s infinite;
}

.key:nth-child(6) {
  animation: pressDown6 3.5s infinite;
}

.key:nth-child(7) {
  animation: pressDown7 2.2s infinite;
}

.key:nth-child(8) {
  animation: pressDown8 3.2s infinite;
}




.title-about {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-family: Hack, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 98%;
  
  animation: shine 8s linear 1; /* Play the animation once */
  /* position: relative; */
}

@keyframes shine {
  0% {
    background-position-x: -6000%;
  }
  100% {
    background-position-x: 0%;
  }
}


.arab #pricing .glow-button {
  --button-color: #fff;
  --button-shadow: rgba(33, 4, 104, 0.2);
  --button-shine-left: rgba(120, 0, 245, 0.5);
  --button-shine-right: rgba(231, 0, 79, 0.65);
  --button-glow-start: darkred;
  --button-glow-end: #6a009c;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border-radius: 11px;
  position: relative;
  z-index: 9;
  line-height: 24px;
  cursor: pointer;
  color: var(--button-color);
  padding: 0;
  background: none;
  text-align: center;
  margin: 3.5rem auto;
 
  margin: 3.5rem auto !important;
  width: 75%;
  margin: 2.5rem auto;
  border: 1px solid #111111;
}
.mob-logo {
  display: none;
}
@media (max-width:768px){
  .logo-img{
    display: none;
}

  .mob-logo {
    display: block;
    /* display: block; */
    width: 210px;
    height: 80px;
    position: relative;
    top: 40px;
    margin: auto;
  }
  .animate .box .title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50px;
    justify-content: center;
    margin-top: 25px;
}
.animate .box .title .block {
  width: 0%;
  height: 80px;
  background: #FFB511;
  position: absolute;
  margin-top: 145px;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.animate .box .role {
  width: 100%;
  /* height: 266px; */
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  margin-top: 90px;
  padding: 0 10px;

  /* margin-bottom: 50px; */
}
.title-about {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-family: Hack, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 98%;
  animation: shine 8s linear 1;
  /* position: relative; */
  margin-top: 90px;
  text-align: center;
  padding: 0 5px;
  width: 100%;
}
}




/* @media(max-width:768px){
  .cd-hero-slider li {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateY(100%)!important;
}
} */
/* Hide slider and adjust layout for mobile screens */






