
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
 font-family: "Montserrat", sans-serif;
  color: #000;
}


a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: rgba(16,106,254,1);
  text-decoration: none;
}

h1, h2 , h3 {

    font-weight: 700;
}


.fs-1 {font-size: 4rem !important}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.bg-grey {background: #f1f1f2;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 9;
  padding: 40px 0; 
background: #f1f1f2;    
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  z-index: 10;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  width: 190px;    
  margin-right: 6px;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}
 .navbar-toggler .navbar-toggler-icon:before {font-family: "bootstrap-icons"; content: "\F659"; color: #000; font-size: 40px}
 .navbar-toggler.collapsed .navbar-toggler-icon::before { content: "\F479"; }
.navbar-toggler:focus {border: none; box-shadow:none}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu.show {
    display: block;
  }
}
.dropdown-menu ul {
  list-style: none; display: block !important;
  padding: 0; 
  margin: 0 20px;
}
.dropdown-menu li  {
  color: gray;
  font-size: 1em;
  padding: 5px 0; display: block;
}
.dropdown-menu li .dropdown-item {
 display: block; margin: 0;
}




/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/


.Bxsearch .form-control {background: #c9aa88; color: #fff; border: none; border-radius: 1rem; max-width: 190px; }
.Bxsearch .form-control:focus {box-shadow:none !important }
.Bxsearch ::placeholder  {color: #fff !important; opacity: 1 !important}
.Bxsearch span, .Bxsearch button {background: #c9aa88; color: #fff; border: 1px solid #c9aa88; border-radius: 1rem;}
.nav-item a {color: #000; margin: 0 10px; font-weight: 600}
.nav-item .tel {color: #c9aa88}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

ul li::marker {color: #c9aa88;}
.text-primary {color: #c9aa88 !important;}

#wapv {position: fixed; bottom: 4%; right: 1.2%; font-size: 50px}
#wapv i {color: #c9aa88;}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/





@media (max-width: 768px) {
    .imgfem {max-width: 130px;} 
    .imgmale {max-width: 130px;} 
    .fs-1 {font-size: 2.5rem !important;}
    #navbarNavDropdown {position: fixed; top: 130px;left: 0;width: 100%; background: #000; color: #000 }
    .nav-item a {color: #fff}
    .navbar-nav .dropdown-menu {background: none}
   
    
}



