body {
  font-family: "Mriya Grotesk";
  /*color: #12100e;*/
  color:  #000000;
}

/*font-family: "Greemicaly";*/

html {
  /* Set 1rem to the browser default (10px) */
  /*font-size: 62.5%;*/
  overflow-x: hidden;
}

a {
  color: black !important;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.left-padding {
  padding-left: 100px;
}
.left-margin {
  margin-left: 100px;
}
 
section {
  /* width: 100vw; */
}
.close-btn {
  background: white;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 0;
  box-shadow: 0px 1px 12px #555;
  z-index: 20;
  font-size: 34px;
  line-height: 23px;
}
.menu-responsive {
  display: none;
}

.show {
  display: block;
}
.menu-responsive-content a {
  font-family: "Mriya Grotesk";
  font-size: 24px;
  padding-bottom: 20px;
  text-align: right;
  color: white;
  font-weight: 500;
}

.link {
  padding-bottom: 20px;
}

.menu-responsive-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  height: 90vh;
  padding: 20px;
}

@media (max-width: 992px) {
  .close-btn {
    top: 60px;
    right: -12px;
  }
  .left-margin {
    margin-left: unset;
  }
}
@media (max-width: 600px) {
  .close-btn {
    top: 60px;
    right: -12px;
  }
}




@media (max-width: 600px) {
  .d-xs-none {
    display: none !important;
  }
}




/* ====================================
        start   hero-carousel
===================================== */

.gray-bg {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 25px;
}


.hero-carousel-1 {
  /*height: calc(100vh - 55px);  */
  padding-bottom: 20px;
  margin-top: 80px;
}

.hero-carousel-1 .carousel {
  padding-left: 5px;
  padding-right: 0px;
}

.hero-carousel-img {  
  width: 100%; 
}

.carousel-here-logo {
  position: absolute;
  bottom: 2%;
  right: 8%;
}

.carousel-box-bg {
  margin-top: 1px;
  /*background: #fff;*/
  padding: 12px 16px;
}

.carousel-box-bg h2 {
  font-size: 42px;
  margin-bottom: .3px;
  font-weight: 900;
  text-align: left;
}
.carousel-box-bg h3 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
}
.carousel-box-bg p{
  font-size: 21px;
  margin-bottom: 18px;
}
/*.carousel-box-bg .know-more {
.font-weight: bold;
 position: relative; 
 z-index: 10;
}*/


.hero-carousel-1 .carousel-indicators {  
  position: unset;
  display: block;
  list-style: decimal;
  padding-top: 50px;
  margin-left: 50px;
}

.hero-carousel-1 .carousel-indicators [data-bs-target] {
  width: 4px;
  height: 125px;
  background-color: #4A4744;
  border-radius: 30rem;
  border-bottom: 0px solid !important;
  border-top: 0px solid !important;
  font-size: 25px;
  font-weight: 800;
}

.btn-border {
  background: #FACB27;
  font-weight: 600 !important;
  padding-left:  20px !important;
  padding-right:  20px !important;
  font-size: 21px;
  color: #12100e;
  border: 1px solid #12100e;
  transition: all .2s ease-in-out;
}

.btn-border:hover {   
  color: #FACB27; 
  background: #FACB27;
  transform: scale(1.1);
}


@media (max-width: 991.98px) {

.gray-bg {
  padding: 15px;
}

.hero-carousel-1 {
  padding-bottom: 20px;
  margin-top: 70px;
}

.btn-border {
  font-size: 18px;
} 

  .btn-warning {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-carousel-1 {
  /*height: calc(100vh - 55px);  */
  padding-bottom: 5px;
}

.hero-carousel-1 .carousel {
  padding-left: 0px;
  padding-right: 0px;
}

.hero-carousel-img {  
  width: 100%; 
}

.carousel-here-logo {
  position: absolute;
  bottom: 2%;
  right: 8%;
}

.carousel-box-bg {
  margin-top: 15px; 
  padding: 0px;
}

.carousel-box-bg h2 {
  font-size: 28px; 
  text-align: center;
}
.carousel-box-bg h3 {
  font-size: 22px; 
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.carousel-box-bg p{
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/*.carousel-box-bg .know-more {
.font-weight: bold;
 position: relative; 
 z-index: 10;
}*/


.hero-carousel-1 .carousel-indicators {  
  position: unset;
  display: flex;
  list-style: none;
  padding-top: 20px;
  margin-left: 0px;
  margin-right: 0%;
}

.hero-carousel-1 .carousel-indicators [data-bs-target] {
  width: 17%;
  height: 6px;
  background-color: #4A4744;
  border-radius: 30rem;
  border-bottom: 0px solid !important;
  border-top: 0px solid !important;
  font-size: 18px;
  font-weight: 800;
  margin-right: 2px;
  margin-left: 2px;
}

.hero-carousel-1 .carousel-indicators:marker {
  padding-left: 10px;
}

 }

/* ====================================
         / end  hero-carousel
===================================== */



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  /*background: #f5f5f5;*/
  /*height: 100vh;*/
  padding-top: 30px;
  position: relative;
}
.hero-section .hero-logo {
  padding-left: 140px; 
  justify-content: space-between;
}
.hero-logo img {
  width: 270px;
}

.btn-warning-top {
  background: #FACB27;
  font-weight: 600 !important;
  padding-left:  35px !important;
  padding-right:  35px !important;
  font-size: 21px;
  color: #12100e;
  border: 1px solid #12100e;
  transition: all .2s ease-in-out;
}

.btn-warning-top:hover {   
  color: #FACB27; 
  background: #FACB27;
  transform: scale(1.1);
}

/*for mobile only*/

.button-md {
  border: 1px solid #000;
  font-weight: 700;
  font-size: 12px;
  transition: all .2s ease-in-out;
}
.button-md:hover {
transform: scale(1.1);
}

 
.hero-title {  
  font-weight: 900;
  font-size: 65px;
  margin-top: 1.2rem;
}

.hero-subtitle {   
  font-size: 35px;
}
.hero-subtitles {
  font-weight: 400;
  font-size: 60px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  font-family: "Greemicaly";
  text-align: center;
}



 
@media (max-width: 992px) {
  .hero-logo {
    display: none;
  }
  .hero-banner-wrapper {
    height: auto;
    margin-left: unset;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title {   
  font-size: 28px;
  margin-top: 3rem;
}

.hero-subtitle {   
  font-size: 20px;
}

.hero-subtitles { 
  font-size: 40px;
  margin-top: 2.7rem;
  margin-bottom: .9rem;
  line-height: 32px; 
  text-align: left;
}

    
}


@media (max-width: 600px) {
  .hero-bottom {
    font-size: 54px;
    line-height: 100%;
  }
}

.de-stress-btn {
            position: fixed;
            right: 36px;
            top:25px;
            z-index: 99999;
            font-weight: bold;
        }
@media only screen and (max-width: 600px) {
    .de-stress-btn{
        bottom: 0px;
        width: 100%;
    }
}



     


/*--------------------------------------------------------------
# Play Icon
--------------------------------------------------------------*/
.play-icon {
  width: 100px;
  height: 100px;
  background: radial-gradient(rgba(250, 203, 39, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(250, 203, 39, 0.8);
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

/* triangle */
.play-icon::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  /*zz-index: 100;*/
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-icon:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(250, 203, 39, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

