
body {
  font-family: 'Raleway', sans-serif;
  color: #0c0c0c;
  background-color: white !important;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

a{
  cursor: pointer;
}

.text-bold{
  font-weight: bold !important;
}

/* Traslator */
.language-main{
  position: absolute; 
  top: 27px;
  right: 100px;
  cursor: pointer;
  font-size: 20px;
}

.language-container {
  position: relative;
  display: inline-block;
}

.menthor-language{
  width: 30px;
  max-width: 100%;

}

.language-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

.language-toggle:active,
.language-toggle:focus
{
  outline: none;
}

.language-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 999;
  min-width: 250px;
  height: 300px;
  overflow-y: auto;
}

.language-menu.show {
  display: block;
}

.language-option {
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px !important;
  white-space: nowrap;
}

.language-option-flag{
  width: 30px;
  margin-right: 5px;
}



/* Preloader */
.menthor-loader-content{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #008996;
  z-index: 99999999999999999;
  touch-action: none;
  pointer-events: auto
}

.menthor-loader-content.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.menthor-loader-content.hidden {
  display: none;
}

.menthor-loader-container{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper{
  position: absolute;
  top: -35px;
  transform: scale(1.5);
}
.loader{
  height: 25px;
 width: 1px;
 position: absolute;
 animation: rotate 3.5s linear infinite;
}
.loader .dot{
  top: 30px;
 height: 7px;
 width: 7px;
 background: #fff;
 border-radius: 50%;
 position: relative;
}
.text{
  position: absolute;
  bottom: -85px;
  font-size: 25px;
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  color: #fff;
}
@keyframes rotate {
  30%{
    transform: rotate(220deg);
  }
  40%{
  transform: rotate(450deg);
    opacity: 1;
 }
 75%{
  transform: rotate(720deg);
  opacity: 1;
 }
 76%{
  opacity: 0;
 }
 100%{
  opacity: 0;
  transform: rotate(0deg);
 }
}
.loader:nth-child(1){
  animation-delay: 0.15s;
}
.loader:nth-child(2){
  animation-delay: 0.3s;
}
.loader:nth-child(3){
  animation-delay: 0.45s;
}
.loader:nth-child(4){
  animation-delay: 0.6s;
}
.loader:nth-child(5){
  animation-delay: 0.75s;
}
.loader:nth-child(6){
  animation-delay: 0.9s;
}



.menthor-icon{
  margin-right: 5px;
  width: 30px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}


.menthor-icon-other{
  margin-right: 5px;
  width: 46px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.fa-arrow-right{
  background-color: #008996;
  color: white;
  border-radius: 100%;
  padding: 10px;
}

.menthor-page{
  width: 150px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}


.menthor-page-dex{
  width: 180px;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
}


.layout_margin {
  margin: 90px 0;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.footer_padding-top {
  padding-top: 50px;
}

.footer-email{
  color: #008996;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container h2 {
  font-weight: bold;
  color: #0f1e2b;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-size: 35px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #008996;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.hero_next_section-margin {
  margin-top: 100px;
}


/*header section*/
.menthor_content {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  position: relative;
  background-image: url('../images/menthor-home.jpg');
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  animation: zoomEffect 13s ease-in-out infinite;
  caret-color: transparent;
  outline: none;
  user-select: none;
  z-index: 9;
 
}

@keyframes zoomEffect {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 102%;
  }
  100% {
    background-size: 100%;
  }
}

.sub_page .menthor_content {
  user-select: none;      
  pointer-events: none;
  height: auto;
}

.methor_header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent !important;
}

.methor_header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_menu-btn .custom_menu-btn .s-2 {
  -webkit-transition: all .1s;
  transition: all .1s;
}


.menu-btn {
  position: absolute; 
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  transition: border 0.3s ease;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: none;
  z-index: 1000;
}

.overlay.active {
  display: block;
}

.menu-scroll{
  height: 300px;
  overflow-y: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #ffffff;   
  color: #0f1e2b;   
  padding: 40px 20px;
  transition: right 0.3s ease;
  z-index: 99999999;
}

.sidebar.active {
  right: 0;
}

.sidebar a {
  position: relative;
  display: block;
  color: #0f1e2b;
  text-decoration: none;
  margin: 20px 0;
  font-size: 18px;
  padding-bottom: 5px;
  transition: color 0.3s eas
}


.sidebar a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #007bff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.sidebar a:hover {
  color: #007bff;
}

.sidebar a:hover::after {
  transform: scaleX(1);
}



.navbar-collapse button:focus,
.navbar-collapse button:active
{
  outline: none !important;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 100;
  
}



.menu-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.menu-btn:hover {
  border-color: rgb(16, 154, 124);
}

.menu-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



.language-option{
  position: relative;
  display: block;
  color: #0f1e2b;
  text-decoration: none;
  background-color: transparent;
  margin: 20px 0;
  font-size: 18px;
  padding-bottom: 5px;
  transition: color 0.3s eas
}


.language-option::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #007bff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.language-option:hover {
  color: #007bff;
}

.language-option:hover::after {
  transform: scaleX(1);
}




/* Para visualizar el contenido debajo */
.content {
  padding: 40px;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 50px;
  margin-right: 5px;
}

.navbar-brand span {
  /* text-transform: uppercase; */
  font-size: 24px;
  font-weight: 700;
  color: #f3f3f3;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

.title_home{
  color:white
}

/*end header section*/
.menthor_home_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 75px);
  padding: 50px 0;
}

.menthor_home_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.menthor_home_section .row .col-md-7,
.menthor_home_section .row .col-md-5 {
  position: unset;
}

.menthor_home_section .carousel {
  position: unset;
}

.menthor_home_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
  /* color: white; */
  color: #008996;
}

.menthor_home_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: rgb(255, 255, 255);
  font-size: 5.0rem;
}

.menthor_home_section .detail-box a {
  display: inline-block;
  padding: 10px 60px;
  background-color: #008996;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}


.menthor_home_section .detail-box a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}


.menthor_home_section .detail-box a:hover {
  background-color: transparent;
  border: 1px solid #008996;
  color: #fefdfc;
}


.menthor_home_section .detail-box a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



#menthor-app-store {
  display: inline-block;
  padding: 10px 60px;
  background-color: transparent;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}

#menthor-app-store::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

#menthor-app-store:hover {
  border-color: rgb(16, 154, 124);
}

#menthor-app-store:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.detail-box-menthor{
  margin-left: -80px;
}

.menthor_home_section .img-box img {
  height: 100%;
  margin-left: 50px;
  margin-top: 50px;
}




.menthor_home_section .carousel-indicators {
  margin: 0;
  bottom: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 25px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.menthor_home_section .carousel-indicators li {
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #0f1e2b;
  opacity: 1;
  /* border-radius: 100%; */
}

.menthor_home_section .carousel-indicators li.active {
  background-color: #008996;
}

.responsive-menu{
  display: none;
}


/* Menu styles */
.menthor-menu-home {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 200px 5px 90px;

}

.menthor-menu-item {
  color: #ffffff;
  position: relative;
  padding: 12px 20px;
  /* text-transform: uppercase; */
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.menthor-menu-item:visited,
.menthor-menu-item:focus
{
  color: #ffffff;
}

.menthor-menu-item::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #008996;
  color: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.menthor-menu-item:hover {
  color: #00c2d7;
}

.menthor-menu-item:hover::after {
  transform: scaleX(1);
}

.active-price {
  background-color: #0f1e2b;
  border: 1px solid #008996;
  border-radius: 8px;
  color: #ffffff;
  /* font-weight: bold; */
  padding: 12px 20px;
  box-shadow: 0 0 10px rgba(0, 137, 150, 0.3);
}


.feature_section,
.utility_token_section
 {
  background-color: #ffffff;
  /* font-family: 'Poppins', sans-serif; */
}

.feature_section .box,
.utility_token_section .box
 {
  background-color: #ffffff;
  padding: 15px;
  margin: 45px 0;
}

.box-coin{
  animation: zoomEffect 13s ease-in-out infinite;
}

.feature_section .box .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.feature_section .btn-feature_section {
  display: inline-block;
  padding: 10px 40px;
  background-color: #008996;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #008996;
  margin-top: 25px;
}

.feature_section .btn-feature_section:hover {
  background-color: #008996be; 
  color: #ffffff;
}

.feature_section .box .head-box .img-box {
  margin-right: 15px;
}

.feature_section .box .head-box .img-box svg {
  width: 50px;
  height: auto;
  fill: #008996;
}

.feature_section .box .head-box h6 {
  font-weight: bold;
  font-size: 18px;
}

.feature_section .box .detail-box {
  margin-top: 15px;
}

.feature_section .box .detail-box p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.feature_section .box:hover .head-box .img-box svg {
  fill: #ffffff;
}

.feature_section a {
  display: inline-block;
  padding: 10px 40px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;

}

.feature_section a:hover {
  color: #008996;
  border: 1px solid #008996;
}

.download_section {
  font-family: 'Poppins', sans-serif;
}

.download_section .box {
  background-color: #ffffff;
  padding: 15px;
  margin: 45px 0;
  color: #000000;
}

.download_section .box .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}




.download_section .box .head-box .img-box {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #7cc597;
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #008996; 
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#menthor-interfaces,
#menthor-trophy
{
  margin-right: 0;
  margin: 25px;
}

.download_section .box .head-box .img-box img {
  width: 30px;
}

.download_section .box .head-box h6 {
  font-weight: bold;
  font-size: 18px;
}

.download_section .box .detail-box {
  margin-top: 15px;
}

.download_section .box .detail-box p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}


#menthor-app-btn1 {
  display: inline-block;
  padding: 10px 40px;
  background-color: transparent;
  color: #000000;
  border-radius: 0;
  border: 1px solid #008996;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}

#menthor-app-btn1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0f1e2b;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

#menthor-app-btn1:hover {
  border-color: rgb(16, 154, 124);
}

#menthor-app-btn1:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



#menthor-app-btn2 {
  display: inline-block;
  padding: 10px 40px;
  background-color: #008996;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #008996;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}


#menthor-app-btn2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #008996;
  color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}


#menthor-app-btn2:hover {
  background-color: transparent;
  border: 1px solid #008996;
  color: #000000;
}


#menthor-app-btn2:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.download_section .main-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download_section .main-img-box img {
  width: 75%;
  overflow: hidden;
  position: relative;
 
}


/* Use case */
.use_case_section h2{
  text-align: center !important;

}

/*Tutorial section*/
.tutorial_section {
  background-color: #ffffff;
  text-align: center;
}

.section_title {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333;
}



.about_section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_section .detail-box {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_section .detail-box.b-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about_section .detail-box.b-1 a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #008996;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
}


.card {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}



.card-img-top {
  transition: transform 0.7s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}


.about_section .detail-box.b-1 a:hover {
  background-color: transparent;
  color: #008996;
}

.subscribe_section {
  background-color: #0f1e2b;
}


.subscribe_section a {
  display: inline-block;
  padding: 30px 60px;
  background-color: transparent;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}

#dex-1{
  padding: 43px 85px;
}

.subscribe_section a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.subscribe_section a:hover {
  border-color: rgb(16, 154, 124);
}

.subscribe_section a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.img-box-tech {
  width: 250px;
  height: auto;
  max-width: 100%;
  object-fit: cover; 
  padding: 10px 40px;
  /* border: 1px solid #008996; */
  /* background-color: red; */

}


.velas-tech{
  padding: 4px 30px;
}


.flutter-tech{
  padding: 10px 50px;
}

.carousel-item{
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  
}

.app_store_resalt{
  color: #008996 !important;
}

.carousel-item .img-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item .img-box img {
  width: 280px;
  height: 350px;
  max-width: 100%;

}

.technical_section .technical_container .technical_id .name {
  margin-left: 10px;
}

.technical_section .technical_container .technical_id .name img {
  width: 150px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  
}

.technical_section .technical_container .technical_id .name h6 {
  color: rgb(0, 0, 0);
  margin: 5px 0;
  font-weight: bold;
}

.technical_section .technical_container .client-detail {
  margin-top: 20px;
}

.technical-anchor {
  color: #008996;
  margin-left: 0;
  transition: margin-left 0.5s ease-in, color 0.3s ease;
  display: inline-block; 
}

.technical-anchor:hover {
  margin-left: 10px;
}


/* info section */
.info_section {
  background-color: #0f1e2b;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 35px;
  border-bottom: 1.5px solid #008996;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #ffffff;
}

.info_section ul li a:hover {
  color: #008996;
}

.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container::-webkit-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container:-ms-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container::-ms-input-placeholder {
  color: #ccc8c8;
}

.info_section .form_container::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #008996;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.social_container {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa-social-box img{
  margin: 5px;
  border-radius: 15px;

}

/* end info section */


/* footer section*/
.footer_section {
  background-color: #008996;
  padding: 20px;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #fefdfc;
}

.footer_section a {
  color: #fefdfc;
}




/* Styles for the sweet alert */

.menthor-popup {
  background: #0f2c3f;
  color: #ffffff;       
  border-radius: 12px;
  padding: 30px;
  font-family: 'Poppins', sans-serif;
}




.menthor-button{
  display: inline-block;
  padding: 10px 60px;
  background-color: transparent;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #008996;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}


.menthor-button:focus{
    outline: none;
  }
  

.menthor-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.menthor-button:hover {
  border-color: rgb(16, 154, 124);
}


.menthor-button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


/* Cookie Consent */
.cc-window {
  max-width: 500px !important;
  width: 100% !important;
}

.cc-message {
  font-size: 15px;
  line-height: 1.5;
}

.cc-btn {
  margin: 4px;
  padding: 10px 20px;
}

.cc-revoke {
  display: none !important;
}

/* Event for the project */
.menthor-event{
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 80;
  padding: 8px 12px;
  border: none;
  /* background-color: #008996; */
  /* border-radius: 10px; */
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menthor-event.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}


.menthor-event img{
  padding: 0 5px;
  width: 40px;
}



.menthor-event a{
  display: inline-block;
  padding: 5px 10px;
  background-color: red;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid red;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
  font-weight: 900;
}


.menthor-event a:focus{
    outline: none;
  }
  

.menthor-event a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.menthor-event a:hover {
  border-color: rgb(16, 154, 124);
}


.menthor-event a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

