/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
:root {
  --navbar-color: #202020;
  --primary-color: #616161;
  --secondary-color: #ff7300;
  --text-color: #fff;
}

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,800&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

.main-layout {
  background-color: var(--primary-color);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  position: relative;
  background-image: url(../images/banner1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

body::before {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(
      300% 25% at 84% 20%,
      #2b2b2b 10%,
      #073aff00 55%
    ),
    radial-gradient(150% 95% at 90% 88%,  #2b2b2b 40%, #073aff00 50%),
    radial-gradient(
      150% 78% at 0% 29%,
      #2b2b2b 0%,
      #2b2b2bff 36%,
      #073aff00 80%
    ),
    radial-gradient(20% 75% at 55% 45%, #2b2b2b 0%, #2b2b2b 33%, #073aff00 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_main {
  margin-bottom: 0px;
}
section {
  margin-bottom: 100px;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
  color: var(--text-color);
}

h2 {
  font-size: 22px;
  color: var(--text-color);
}

h3 {
  font-size: 18px;
  color: var(--text-color);
}

h4 {
  font-size: 16px;
  color: var(--text-color);
}

h5 {
  font-size: 14px;
  color: var(--text-color);
}

h6 {
  font-size: 13px;
  color: var(--text-color);
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

.Wpp{
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 80px;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  font-size: 45px;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--text-color);
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.contenedor {
  background: #202020b9;
  backdrop-filter: blur(5px);

  padding: 20px;
  border-radius: 5px;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

.navigation.navbar {
  font-family: "Open Sans", sans-serif;
  float: right;
  padding: 0;
}
ul.social_icon {
  width: 100%;
  text-align: left;
}

ul.social_icon li {
  display: inline-block;
}

ul.social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 3px;
  color: #202020;
  background: #fff;
  width: 35px;
  height: 35px;
  flex-wrap: wrap;
}

ul.social_icon li a:hover {
  color: #fff;
  background: var(--secondary-color);
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  margin: 0px 40px;
  color: #ebeaea;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: var(--secondary-color);
}

.navbar-expand-md .navbar-nav {
  padding: 0 auto 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.bg_nav {
  background: var(--navbar-color);
}

.header_text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: rgba(146, 146, 146, 0.733);
  backdrop-filter: blur(5px);
}

.header_text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px ;
  margin: 0;
}

.btn-custom_2 {
  color: #fff;
  text-decoration: none;
  background-color: #504f4f;
  border-radius: 5px;
  font-weight: bold;
  padding: 3px 10px;
  transition: .3s ease-in-out;
}

.btn-custom_2:hover, .btn-custom_2.active{
  background-color: var(--secondary-color);
  color: #fff;
}

.center-desk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo {
  text-align: center;
  height: 7vh;
  position: relative;
  
  
}

.logo img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .logo img {
    height: 100%;
    width: 100%;
  }
  .logo {
    text-align: center;
    height: 10vh;
    padding: 0px 0px 0px 0px;
  }

  .header {
    padding: 0px 0px 0px 0px;
  }
}

/** banner section **/

.banner {
  position: relative;
  min-height: 804px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.blur {
  backdrop-filter: blur(5px);
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 70%,
    rgba(43, 43, 43, 1) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blur img {
  height: 70%;
  filter: drop-shadow(0 0 3px #ffffff);
  opacity: 0.7;
}
.text-bg {
  text-align: left;
}

.carousel-item img {
  height: 804px;
  width: 100%;
  object-fit: cover;
}

.relative {
  position: inherit;
  right: 0;
  left: 0;
  padding: 0;
  bottom: 0;
}

.text-bg h1 {
  color: #000;
  font-size: 85px;
  line-height: 96px;
  padding-bottom: 0px;
  font-weight: bold;
}

.text-bg span {
  line-height: 25px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: block;
}

.text-bg .read_more {
  max-width: 243px;
  height: 66px;
  padding: 17px 0;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
}

.text-bg .read_more:hover {
  background-color: #0d0c0c;
}

.banner .carousel-indicators {
  display: none;
}

 .carousel-control-prev,
 .carousel-control-next {
  width: 36px;
  height: 36px;
  background: #0d0c0c;
  opacity: 1;
  font-size: 25px;
  color: #fff;
  border-radius: 60px;
  top: 97.6%;
}

 .carousel-control-prev:hover,
 .carousel-control-next:hover,
 .carousel-control-prev:focus,
 .carousel-control-next:focus {
  background: var(--secondary-color);
  color: #fff;
  width: 57px;
  height: 57px;
  font-size: 30px;
  top: 96%;
}

 a.carousel-control-prev {
  position: absolute;
  bottom: 10px;
  left: 48%;
}

 a.carousel-control-next {
  position: absolute;
  right: inherit;
  bottom: 10px;
  right: 46.5%;
}

 .carousel-control-prev:hover,
 .carousel-control-prev:focus {
  left: 46.5%;
}

 .carousel-control-next:hover,
 .carousel-control-next:focus {
  right: 45%;
}

/** end banner section **/

.titlepage {
  text-align: center;
  padding-bottom: 40px;
}

.titlepage h2 {
  font-size: 40px;
  color: var(--text-color);
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.green {
  color: var(--secondary-color) !important;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 17px;
  background-color: #252525;
  color: #fff;
  padding: 12px 0px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: 400;
}

.read_more:hover {
  background: var(--secondary-color);
  color: #fff;
  transition: ease-in all 0.5s;
}
/** service section **/

.service {
  padding-top: 80px;
}

.service_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}

.service_box h3 {
  font-size: 25px;
  color: var(--text-color);
  padding-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}

.service-img{
  width: 50%;
  
}

.mar_top {
  margin-top: -35px;
}

.service_box p {
  color: var(--text-color);
}

.service .read_more {
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

/** end service section **/

/** gallery  section **/

.gallery {
  padding-top: 80px;
  padding-bottom: 50px;
}

.gallery .titlepage {
  text-align: center;
}

.gallery .titlepage p {
  color: var(--text-color);
  display: block;
  padding-top: 20px;
}

.gallery .gallery_img {
  overflow: hidden;
  height: 369px;
  margin-bottom: 30px;
}

.gallery .gallery_img figure {
  margin: 0;
}

.gallery .gallery_img figure img {
  width: 100%;
  height: 369px;
  transform: scale(1.2);
  object-fit: cover;
  transition: all 0.5s;
}

.gallery .gallery_img figure img:hover {
  transform: scale(1);
  cursor: pointer;
}

.gallery_text {
  text-align: center;
  background-color: #2a2b2a;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryh3 h3 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

.galleryh3 p {
  font-size: 17px;
  line-height: 31px;
  color: #fff;
}

/** end gallery  section **/
/** about section **/

.about .titlepage {
  text-align: left;
  margin-top: 20%;
  padding-bottom: 0;
  margin-right: -20px;
}

.about .titlepage h2 {
  margin-bottom: 35px;
  font-size: 45px;
}

.about .titlepage p {
  font-weight: 300;
  color: var(--text-color);
  font-size: 19px;
  line-height: 31px;
  padding-bottom: 35px;
}

.about_img {
  padding: 40px 30px 45px 30px;
}

.about_img::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 452px;
  right: 0;
  border-radius: 5px;
}

.about_img figure {
  margin: 0;
}

.about_img figure img {
  width: 100%;
  z-index: 9999;
  position: relative;
  border-radius: 15px;
  background-color: var(--primary-color);
}

/** end about section **/

/* Mapa section */
.mapa {
  overflow: hidden;
  border-radius: 5px;
}
.marker{
  height: 100px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
}
.titlepage-map h2{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.titlepage-map ul{
  margin: 5px;
  background-color: var(--navbar-color);
  border-radius: 5px;
  padding: 20px;
}



.titlepage-map li{
  width: 100%;
  height: 50px;
  position: relative;
}

.titlepage-map li a{
  text-align: start;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  margin-left: 40px;
}
.titlepage-map li a img{
  height: 40px;
  width: 70px;
  position: absolute;
  left: -15px;
  object-fit: cover;
  object-position: top center;
  transition: scale .2s ease-in-out;
}
.titlepage-map li:hover a img{
  cursor: pointer;
  scale: 1.2;
}

.titlepage-map li a:hover{
  color: var(--secondary-color);
}

.titlepage-map .distance{
  padding-right: 10px;
  text-align: left;
  font-size: 2rem;
}

/** footer **/

.footer {
  background: #202020;
  padding-top: 80px;
  text-align: center;
}

.footer h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  display: table;
  text-transform: uppercase;
}

footer ul.social_icon {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

footer ul.social_icon li {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}

footer ul.social_icon li a, .pin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 30px;
  margin: 0 3px;
  color: #202020;
  background: #fff;
  width: 35px;
  height: 35px;
  flex-wrap: wrap;
}
footer ul.social_icon li span{
  font-size: 1.2rem;
  color: var(--text-color);
  position: absolute;
  left: 40px;
  width: auto;
  padding-left: 10px;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

footer ul.social_icon li:hover span{
  color: var(--secondary-color);
  opacity: 1;
}

footer ul.social_icon li:hover a {
  color: #fff;
  background: var(--secondary-color);
}

.pad_roght2 {
  padding-right: 20px;
}

.variat {
  color: var(--text-color);
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

ul.conta li {
  color: var(--text-color);
  text-align: left;
  padding-bottom: 20px;
  font-size: 16px;
}

ul.conta li i {
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
}

ul.conta li a {
  color: var(--text-color);
}

ul.link_menu li {
  display: block;
  text-align: left;
}

ul.link_menu li a {
  color: var(--text-color);
  font-size: 17px;
  line-height: 28px;
  display: block;
  width: -moz-max-content;
}

ul.link_menu li a:hover {
  color: var(--secondary-color);
}

.bottom_form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.bottom_form .enter {
  border: inherit;
  padding: 0px 119px 0px 0px;
  width: 100%;
  height: 45px;
  background: transparent;
  color: #4d4c4c;
  font-size: 17px;
  font-weight: 300;
  float: left;
  margin-bottom: 20px;
  border-bottom: #fff solid 1px;
}

.sub_btn {
  font-size: 19px;
  transition: ease-in all 0.5s;
  background-color: transparent;
  color: var(--text-color);
  padding: 8px 0px;
  max-width: 147px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
}

.sub_btn:hover {
  transition: ease-in all 0.5s;
  color: var(--secondary-color);
}

#hkh *::placeholder {
  color: #4d4c4c;
  opacity: 1;
}

.copyright {
  margin-top: 60px;
  padding-bottom: 20px;
  margin-top: 50px;
  background-color: var(--primary-color);
}

.copyright p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 25px;
  font-weight: normal;
}

.copyright a {
  color: var(--text-color);
}

.copyright a:hover {
  color: var(--secondary-color);
}

/** end footer **/


