/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
  font-family: 'Playlist';
  src: url('fonts/Montez-Regular.woff2') format('woff2'),
    url('fonts/Montez-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('fonts/CinzelDecorative-Bold.woff2') format('woff2'),
    url('fonts/CinzelDecorative-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProzaLibre';
  src: url('fonts/subset-ProzaLibre-Medium.woff2') format('woff2'),
    url('fonts/subset-ProzaLibre-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
}

body {
  padding-bottom: 3rem;
}

a {
  text-decoration: none;
}

.pdtop {
  padding-top: 6.50rem;
}

.in-color {
  color: #1cb3d1;
}

.accordion-button:focus {
    box-shadow: none;
}

.txt-shad {
    text-shadow: 1px 1px 5px #000;
}
/* table
------------------------- */
.colWidth25{width:25%}
.colWidth75{width:75%}

/* text
------------------------- */
.handwrite {
  font-family: 'Playlist', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.proza {
  font-family: 'ProzaLibre', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.cinzel {
  font-family: 'Cinzel', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-small {
  font-size: 0.95em;
  line-height: 1.7em;
}

.list-inline-item:before {
  content: '\2022';
  margin-right: 0.5em;
}

/* cards
------------------------- */
.card {
  border: none;
  border-radius: 0;
}

.card-img-overlay {
  border-radius: 0;
}

.card-img-noborder {
  width: 100%;
}

.link-over {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}

.link-over:hover {
  background: rgba(192, 192, 192, 0.6);
  color: #000;
}
/* slider
------------------------- */
.header-top-line {
  background: #1cb3d1;
  color: #fff;
  padding: 5px 0;
}

.pic-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.fade-in {
  animation: fadeInAnimation ease 7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* frame animation
------------------------- */
.sliderframe {
  position: absolute;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: 1000;
  color: #fff;
}

.bracket {
  position: absolute;
  z-index: 10;
  height: 225px;
  width: 1px;
  top: 20rem;
  background: #fff;
}

.bracket:after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
}

.bracket:before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
}

.bracket.right:before,
.bracket.right:after {
  background: #fff;
}

.bracket.left {
  left: 0px;
  animation: fromtop 2s forwards;
}

.bracket.left:before {
  top: 0;
  left: 0;
  animation: brbefore 2s forwards;
  animation-delay: 2s;
}

.bracket.left:after {
  bottom: 0;
  left: 0;
  animation: brafter 2s forwards;
  animation-delay: 2s;
}

.bracket.left:before,
.bracket.left:after {
  background: #fff;
}

.bracket.right {
  right: 0px;
  animation: fromtop 2s forwards;
}

.bracket.right:before {
  top: 0;
  right: 0;
  animation: brbefore 2s forwards;
  animation-delay: 2s;
}

.bracket.right:after {
  bottom: 0;
  right: 0;
  animation: brafter 2s forwards;
  animation-delay: 2s;
}

@keyframes fromtop {
  0% {
    height: 0;
    background: #fff;
  }
  100% {
    height: 225px;
    background: fff;
  }
}

@keyframes brafter {
  0% {
    width: 0;
    background: #fff;
  }
  100% {
    width: 300px;
    background: #fff;
  }
}

@keyframes brbefore {
  0% {
    width: 0;
    background: #fff;
  }
  100% {
    width: 100px;
    background: #fff;
  }
}

.big {
  position: absolute;
  z-index: 5;
  top: 25rem;
  width: 600px;
  text-align: center;
  font-size: 7rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 70px;
  font-family: 'Playlist', cursive;
}

.frsmall {
  position: absolute;
  z-index: 10;
  width: 600px;
  text-align: center;
  left: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #ffffff;
  word-spacing: 0.7rem;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif;
}

.frsmall.top {
  top: 19rem;
}
.frsmall.bottom {
  bottom: 12rem;
}

/* keyframes */
figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/

  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  background: url(../images/1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

/* navbar
------------------------- */
.navbar {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-white {
  background: #fff;
  color: #212529 !important;
}

.navbar-dark {
  height: 101px;
}
.navbar-white a {
  color: #212529 !important;
}

.navbar-white a:hover {
  color: #41464b !important;
}

.navbar-default {
  transition: 500ms ease;
  background: transparent;
}

.navbar-default.scrolled {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-default.scrolled a {
  color: #212529 !important;
}

.navbar-default.scrolled a:hover {
  color: #41464b !important;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.biglogo {
  position: absolute;
  top: 1rem;
  left: 5rem;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 0;
  min-width: 14rem;
  margin-top: 0;
  position: relative;
}

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

.dropdown-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 0.8rem 1rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa;
}

.dropdown-menu li:first-child a:hover {
  border-radius: 0.25rem 0.25rem 0 0;
}

.dropdown-menu li:last-child a:hover {
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .offcanvas-collapse.open a {
    color: #212529 !important;
    font-weight: 500;
  }

  .sliderframe {
    top: 70px;
    width: 400px;
    height: 400px;
  }

  .bracket {
    top: 205px;
  }

  .big {
    top: 290px;
    width: 400px;
    font-size: 5rem;
    line-height: 50px;
  }

  .biglogo {
    top: 0.5rem;
    left: 1.5rem;
  }

  .frsmall {
    width: 400px;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .frsmall.top {
    top: 12rem;
  }

  .border-sidebar {
    border-left: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.offcanvas-header {
  padding: 0.50rem 0.50rem;
}

/* Features
------------------------- */

.featurette-divider {
  margin: 2rem 0;
  opacity: 1;
  background-color: #dee2e6!important;
}

/* underline
------------------------- */
.navbar-dark {
  --bgcolor: #fff;
}

p {
  --bgcolor: #6c757d;
}

.navbar-light {
  --bgcolor: #000;
}

.offcanvas-collapse.open {
  --bgcolor: #000;
}

.text-small {
  --bgcolor: #6c757d;
}

.ho-un {
  display: inline-block!important;
  position: relative;
}

.ho-un:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--bgcolor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.ho-un:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.card-bg-scale{
  z-index: 99;
  background-position: center; 
  background-repeat: no-repeat; 
  height: 500px;
  background-size: cover;
}

.card-bg-scale::after { 
  content:"";
  position:absolute; 
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: inherit;
  transition: all 1s !important;
  z-index: -2;
}

.nav-tabs.nav-tabs-line {
    border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.nav-tabs.nav-tabs-line .nav-item {
    margin-bottom: -2px;
}

.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    padding-left: 0;
    font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
    color: #10cde1;
}

.nav-tabs.nav-tabs-line .nav-link.active {
    background: transparent;
    color: #10cde1;
    border-bottom: 3px solid #10cde1;
}

.nav-tabs.nav-tabs-line .nav-link {
    border: transparent;
    font-weight: 500;
}

.nav-link {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #595d69;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.border-sidebar {
  border-left: 1px solid #dee2e6;
}

.grecaptcha-badge { visibility: hidden; }

.whatsappbtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1.43;
    background-color: #25D366;
    z-index: 200;
}