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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  /*background: #f5f5f5;*/
  /*height: 100vh;*/
  padding-top: 70px;
  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;*/
}

.hero-section { 
  padding-top: 40px; 
}


    
}


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



 