/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
@font-face {
  font-family: VarelaRound;
  src: url('../fonts/VarelaRound-Regular.ttf');
}
@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeue-Regular.otf');
}
@font-face {
  font-family: DINPro;
  src: url('../fonts/DINPro-Medium_13936.ttf');
}
/*@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black_0.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

.pointer {cursor: pointer;}
.splide__arrow{
  background: #e83436 !important;
}
.rowx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mainNav {
  /*min-height: 80px;*/
  background-color: white;
  /*border-bottom: 5px solid #A40F15;*/
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #e83436;
  border: none;
  margin-right: 25px;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: black;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: white;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: white;
}

@media (min-width: 992px) {
  .head-sec{
    margin-top: 3%;
  }

  .oneclick-sec{
    margin-top: 15%;
  }

  h3.home-title{
   width: 50%; 
   text-align: center; 
   border-bottom: 3px solid #e83436; 
   line-height: 0.1em;
   /*margin: 20px 0 20px; */
   margin-left: 25%;
   margin-right: : 25%;
   /*font-family: Montserrat;*/
} 

  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-bottom: 5px solid #A40F15;*/
    background-color: white;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: #161616;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 1.5rem 0.5rem 1.5rem;
    border-bottom: 0;
    /* color: #161616; */
  }
  #mainNav .nav-link:hover {
    color: #161616;
    padding: 1.5rem 0.5rem 1.5rem;
    border-bottom: 2.5px solid #e83436;
  }

  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
/*    opacity: 85%;*/
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    /* color: #161616; */
    padding: 1.5rem 0.5rem 1.5rem;
/*    border-bottom: 0.25rem solid white;*/
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #e83436;
    border-bottom: 5px solid #e83436;   
    /*line-height: 20px;*/
    /*margin : 0px 0; */
  }

  #mainNav.navbar-shrink .nav-link:active {
    color: #e83436;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #e83436;
    outline: none;
    border-bottom: 0.25rem solid #e83436;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'VarelaRound';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: white;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

/*@media (min-device-width: 617px) and (max-device-width: 767px){
  #card-size{
      width: 12rem!important;
      margin-top: -55%!important;
  }
}

@media (min-device-width: 500px) and (max-device-width: 616px){
  #card-size{
      width: 12rem!important;
      margin-top: -50%!important;
  }
}*/

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
/*  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  font-family: 'VarelaRound';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;*/
}

.btn-primary {
  background-color: #ff8300;
}

.btn-primary:hover {
  background-color: #ff8300;
}

.btn-primary:focus {
  background-color: #ff8300;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #E13300;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #E13300;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'VarelaRound';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.home-section {
  padding: 5rem 0 0;
}

.home-section .card {
  border: 0;
  border-bottom: 0.25rem solid #E2E2E2;
  border-right: 0.25rem solid #E2E2E2;
  margin-top: 20%;
}

.home-section .card h4 {
  font-size: 0.8rem;
  font-family: 'VarelaRound';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.home-section .card hr {
  border-color: #E13300;
  border-width: 0.25rem;
  width: 3rem;
}

.home-section .social {
  margin-top: 1rem;
}

.home-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.3);
}

.home-section .social a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.home-section .social a:active {
  color: #fff;
}

body {
  /*font-family: 'Nunito';*/
  letter-spacing: 0.0625em;
  scroll-behavior: smooth;
}

a {
  color: black;
}

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

.bg-black {
  background-color: #161616 !important;
}

.bg-gray {
  background-color:#BCBEC0 !important;
}

.bg-subscribe {
  background-color:#e2e2e2 !important;
}

.bg-blue{
  background-color: #193782 !important;
}

.bg-footer{
  background-image: url('../img/bg_footer.jpg');
  width: 100%;
  height: auto;
 /* background-color: #808285 !important;*/
}

.bg-primary {
  background-color: #E13300 !important;
}

.footer-blue{
  padding: 0.7rem 0 !important;
}

.bottomright {
  position: absolute;
  margin-top: -1%;
  right: 0px;
/*  bottom: 8px;
  right: 16px;
  font-size: 18px;*/
}

.text-primary {
  color: #E13300 !important;
}

.page-head{
  position: fixed;
  background-color: #fff;
  font-size: 15px;
  z-index: 9999;
  top: 0;
  transition: background-color .2s ease;
}

.page-brand{
  font-weight: 1200;
  color: black;
}

footer {
  padding: 2rem 0;
}



.filter-select{
  all: unset; 
  padding-right: 15px;
  border-bottom: 1px solid;
  background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
  background-size: 16px;
}

.vl {
  border-left: 2px solid red;
  height: 50px;
}

.blue-font{
  font-family: "Montserrat";
  font-weight: bold; 
  color: #004187;
}
.black-font{
  /*font-weight: bold; */
  color: #000000;
}

{box-sizing: border-box;}
body {font-family: Montserrat, sans-serif !important;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-height: ;*/
  position: relative;
  margin: auto;
}

/* Caption text */
.textx {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.1s;
  animation-name: fade;
  animation-duration: 0.1s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

#language{
  font-weight: bold; 
  font-size: 70%; 
  color: #193783;
}
 

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  #language{
    font-size: 50%; 
  }
 
}

/*.actived, .btn-subs:hover {
  background-color: #ff8300;
  color: white;
}*/

.btn-apl {
    padding-left: 3%;
    padding-right: 3%;
    background-color: #004187;
}

.btn-nup {
    padding-left: 3%;
    padding-right: 3%;
    background-color: #d7191f;
}


.title-font{
  font-family: 'BebasNeue', cursive;
  color: #004187;
}

.content-font{
  font-family: "Montserrat";
  color: black;
}

.card-font{
  font-family: "Montserrat";
  color: black;
}

.card-body{
  padding: 0.8rem !important;	
}

.text-footer {
    text-align: center;
}

@media (min-width: 501px) and (max-width: 992px) {
  .head-sec{
    margin-top: 15%;
  }

  .oneclick-sec{
    margin-top: 20%;
  }
}

@media (min-width: 200px) and (max-width: 500px) {
/*  .head-sec{
    margin-top: 20%;
  }*/

  .oneclick-sec{
    margin-top: 30%;
  }

    h3.home-title{
/*   width: 50%; 
   text-align: center; 
   border-bottom: 3px solid #A40F15; 
   line-height: 0.1em;
   margin-left: 25%;
   margin-right: : 25%;*/
  }

  #redline{
    display: none;
  }
    #language{
    font-size: 50%; 
  }

  #navtext{
    display: none;
  }

  .text-footer {
    text-align: left;
  }

 /* #headerhome{
    margin-top: 30%;
  */}

  #image-slides{
    margin-top: 30%;
  }

  #card-size{
    width: 10rem!important;
    margin-top: -55%!important;
  }

  .card-font{
    font-family: "Montserrat";
    color: black;
    font-size: 5px;
    /*margin-top: -50%;*/
  }

  #dot-slides{
    display: none;
  }

  #img-footer{
    /*display: none;*/
    width: 30% !important;
  }

  .uniqlogo{
    max-width: 50% !important;
  }

  .carousel-control-prev{
    margin-left: 0% !important;
  }

  .carousel-control-next{
    margin-right: 0% !important;
  }
}

.carouselx {
  position: relative;
}

.carousel-innerx {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-itemx {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}




/*braga */


h3.detail-title {
   width: 100%; 
   text-align: center; 
   border-bottom: 3px solid #e83436; 
   line-height: 0.1em;
} 

h3 span { 
    background:#fff; 
    padding-left: 20px;
    /*padding-right: 0px;*/
}


.input-subs{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-sizing: border-box;
}

.btn-subs {
  font-size: 100%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #e83436;
  border-radius: 15px;
}

.btn-wa {
  font-size: 100%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #0DC142;
}

.socmed-icon { 
  color: black;
  font-size: 1.5em;
}

.socmed-icon:hover { 
  color: #e83436; 
}

.socmed-note{
  color: black;
  font-style: italic;
  margin-top: 5%;
  font-size: 10px;
}

.menu-footer: { 
  color: black !important; 
/*  padding-right: 20px;
  padding-left: 20px;*/
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.menu-footer:hover { 
  color: grey;
  background-color: transparent;
/*  padding-right: 20px;
  padding-left: 20px;*/
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.events-img{
  margin-top: 3%;
}

.input-search{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top: 0; 
  border-right: 0; 
  border-left: 0;
}

.btn-search {
  font-size: 100%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #e83436;
}

.btn-flip {
  font-size: 50%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #000;
  color: #fff;
  width:100px;
}

.cat-text{
  text-align: center;
  margin-top: 5%;
}

.btn-seemap {
  font-size: 100%;
  color: white;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #e83436;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e83436; color: white;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid;
  border-right: 0.25rem solid;
  border-left : 0.25rem solid;
  border-top: 0.25rem solid;
  margin-top: 20%;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'VarelaRound';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #E13300;
  border-width: 0.25rem;
  width: 3rem;
}

.input-contact{
    width: 100%;
    height: 20px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.pagetext {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2%;
  text-align: center;
  }


.floor-active{
  border-bottom: 3px solid #e83436;
}

.floor: { 
  color: black !important; 
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.floor:hover { 
  color: white;
  background-color: #e83436;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.current{
  border-radius: 120%;
  padding: 8px;

  background: #e83436;
  border: 2px solid #e83436;
  color: white !important;
  text-align: center;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}



    HTML SCSS JS 

    Result 

EDIT ON

$color: orange;
$c-dark: darken($color, 15%);
$c-dark-2: darken($color, 25%);

body { background: #444; }
.show-me {display: block;}
.open-ot-alert {

}
.open-ot-alert p {color: #444;}
.more-ot-alert {
  display: none;
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  background-color: #eee;
  border: 2px solid #9e9e9e;
  height: 4.2rem;
  width: 12rem;
  transform: translateZ(0);
  animation: move .4s ease 3;
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 55;
  p {
    font: 16px Arial;
    line-height: 18px;
    line-height: 1.2rem;
    margin-top: 0;
  }
}
.more-ot-alert:before {
  content: "";
  position: absolute;
  top: 24px;
  left: -15px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #9e9e9e;
  display: block;
  width: 0;
  z-index: 1;
}
.more-ot-alert:after {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #eee;
  display: block;
  width: 0;
  z-index: 1;
}
.more-ot-alert .close-ot-alert {
  font-size: 15px;
  font-size: 1rem;
  clear: both;
  cursor: pointer;
  float: right;
  margin: -5px -3px 0 0;
}
.more-ot-alert .close-ot-alert i {
  color: #999;
}
.more-ot-alert .close-ot-alert i:hover {
  color: #cc0000;
}
@keyframes move {
  50% { transform: translate(10px, 0); }
}

.effect:hover,
.effect:focus {
    color:#fff;
    background-position:0 0, 0 0;
    -webkit-transition-duration:0.5s;
       -moz-transition-duration:0.5s;
            transition-duration:0.5s;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #e83436;
}

.contentlist:hover .overlay {
  opacity: 1;
}

.text-overlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

a:hover {
 cursor:pointer;
}

.konten {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.konten .konten-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.konten:hover .konten-overlay{
  opacity: 1;
}

.konten-image{
  width: 100%;
}

.konten-details {
  background: rgba(0,0,0,0.7);
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 18px !important;
}

.konten:hover .konten-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.konten-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.konten-text{
  font-size: 14px;
}

.konten-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}