/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 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');

@font-face {
     font-family: "Righteous";
     src: url("../fonts/BalooChettan-Regular.ttf");
}

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
*,
*::after,
*::before {
     box-sizing: border-box;
     transition: all 0.5s ease;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.8;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none;
     outline: none;
     transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding-bottom: 10px;
     color: #111111;
     margin: 0;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

ul, li, ol {
     margin: 0;
     padding: 0;
     list-style: none;
}

p {
     margin: 20px 0;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

img {
     max-width: 100%;
     height: auto;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0;
}

.padding_0 {
     padding: 0;
}

.header_top {
     width: 100%;
     background-color: #c8eef5;
}

.logo, .contact_main {
     text-align: center;
     padding: 40px 0;
}

.contact_left, .contact_right {
     width: 50%;
     float: left;
}

.call_text {
     font-size: 18px;
     color: #b7990f;
}

.call_text a {
     color: inherit;
}

.navbar-expand-lg .navbar-nav {
     flex-direction: row;
     width: 44%;
     margin: 0 auto;
     text-align: center;
     font-size: 18px;
     color: #1c1c1c;
}

.navbar-expand-lg .navbar-nav .nav-link {
     padding: 0 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
     color: #f5cb0a;
}

.banner_section {
     width: 100%;
     background-image: url(../images/banner-bg.png);
     padding: 50px 0 162px;
     background-size: cover;
}

.image_1 img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.achive_text {
     font-size: 54px;
     color: #ffffff;
     font-weight: bold;
     padding-top: 100px;
}

.best_text, .lorem_text {
     font-size: 20px;
     color: #dcb916;
     font-weight: 500;
}

.appointment_bt {
     margin-top: 40px;
}

.appointment_bt a {
     width: 40%;
     font-size: 16px;
     color: #1c1c1c;
     background-color: #c2a20e;
     text-align: center;
     text-transform: uppercase;
     padding: 14px 0;
}

.appointment_bt a:hover {
     background-color: #ffffff;
}

.slide-wrapper {
     display: inline;
     padding: 0;
}

/*------------------------------ vertical bootstrap slider----------------------------*/
.banner_section .carousel-inner>.carousel-item {
     transform: translate3d(0, 100%, 0);
     top: 0;
}

.banner_section .carousel-inner>.carousel-item.active {
     transform: translate3d(0, 0, 0);
     top: 0;
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     height: 20px;
     right: 10px;
     transform: rotate(90deg);
}

.carousel-indicators li {
     display: block;
     margin-bottom: 5px;
     border: 1px solid #00a199;
     background-color: #fcfcfc;
     width: 25px;
     height: 25px;
     border-radius: 25px;
}

.carousel-indicators li.active {
     background: #c2a20e;
}

.about_section {
     width: 100%;
     background-image: url(../images/about-bg.png);
     padding-bottom: 90px;
     background-size: cover;
}

.image_2 {
     width: 100%;
}

.unique_text {
     font-size: 18px;
     color: #f5cb0a;
     font-weight: bold;
}

.years_text {
     font-size: 46px;
     color: #1c1c1c;
     font-weight: bold;
}

.ipsum_text {
     font-size: 16px;
     color: #2c2c2b;
}

.read_more_bt {
     margin-top: 40px;
}

.read_more_bt a {
     width: 30%;
     font-size: 16px;
     color: #1c1c1c;
     background-color: #c2a20e;
     text-align: center;
     text-transform: uppercase;
     padding: 14px 0;
}

.read_more_bt a:hover {
     color: #ffffff;
     background-color: #000;
}

.service_section {
     position: relative;
     width: 100%;
     padding-bottom: 90px;
     background: linear-gradient(to bottom, #c8eef5, #ebf4f7);
}

.service_section::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to bottom, #c8eef5, #ebf4f7);
     z-index: 1;
}

.service_section > * {
     position: relative;
     z-index: 2;
}

.services_text {
     font-size: 46px;
     color: #fefeff;
     font-weight: bold;
     text-align: center;
}

.services_text::after {
     content: '';
     border: 10px solid #c2a20e;
     border-radius: 12px;
     position: absolute;
     width: 1000px;
     right: calc(50% - 500px);
     height: 20px;
     top: 55px;
}

.dolor_text {
     font-size: 26px;
     color: #fefeff;
     text-align: center;
     padding-top: 30px;
}

.image_3 {
     text-align: center;
}

.service_section_2 {
     padding-top: 50px;
}

.classic_text {
     font-size: 24px;
     color: #ffffff;
     text-align: center;
     text-transform: uppercase;
     padding-top: 20px;
     font-weight: bold;
}

.consectetur_text {
     font-size: 16px;
     color: #ffffff;
     text-align: center;
}

.read_bt_main {
     width: 40%;
     margin: 0 auto;
     text-align: center;
}

.read_bt {
     margin-top: 40px;
}

.read_bt a {
     width: 100%;
     font-size: 16px;
     color: #1c1c1c;
     background-color: #c2a20e;
     text-align: center;
     text-transform: uppercase;
     padding: 11px 0;
}

.read_bt a:hover {
     background-color: #ffffff;
}

.discount_section {
     width: 100%;
     padding-top: 150px;
     background-image: url(../images/client-bg.png);
     background-size: cover;
}

.discount_bg {
     width: 90%;
     margin: 0 auto;
     background-color: #dab509;
     padding: 40px 30px;
     text-align: center;
     position: relative;
}

.discount_bg::after, .discount_bg::before {
     content: '';
     position: absolute;
     height: 165px;
     width: 100%;
     background-repeat: no-repeat;
}

.discount_bg::after {
     background-image: url(../images/left-icon.png);
     left: 120px;
     margin-top: -70px;
}

.discount_bg::before {
     background-image: url(../images/right-icon.png);
     left: 79%;
     margin-top: -93px;
}

.get_tetx {
     font-size: 46px;
     color: #fefeff;
     padding-top: 60px;
     text-align: left;
     font-family: 'Baloo Chettan', cursive;
}

.every_tetx {
     font-size: 36px;
     color: #0b0b0b;
     font-weight: bold;
     text-align: left;
}

.promo_tetx {
     font-size: 44px;
     color: #fffeff;
     text-align: left;
}

.image_6 {
     width: 100%;
}

.client_section {
     width: 100%;
     background-image: url(../images/client-bg.png);
     background-size: cover;
     background-repeat: no-repeat;
}

.client_taital {
     color: #0b0b0b;
     text-align: center;
     font-weight: bold;
     font-size: 46px;
     margin-bottom: 90px;
}

.client_taital::after {
     content: '';
     border: 10px solid #c2a20e;
     border-radius: 12px;
     position: relative;
     width: 120px;
     height: 20px;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     top: 20px;
}

.alex_bg {
     background-color: #1c1c1c;
     padding: 40px 30px;
}

.alex_text {
     width: 50%;
     font-size: 16px;
     color: #fefeff;
     font-style: italic;
     border-bottom: 1px solid #dab509;
}

.reader_text {
     font-size: 16px;
     color: #fefeff;
     font-style: italic;
}

.contact_section {
     width: 100%;
     padding-bottom: 90px;
     background-image: url(../images/contact-bg.png);
     background-size: cover;
}

.contact_taital {
     color: #0b0b0b;
     text-align: center;
     font-weight: bold;
     font-size: 46px;
     margin-bottom: 90px;
}

.contact_taital::after {
     content: '';
     border: 10px solid #c2a20e;
     border-radius: 12px;
     position: absolute;
     width: 120px;
     text-align: center;
     right: 45%;
     top: 55px;
}

.contact_section_2 {
     width: 100%;
}

.mail_text {
     font-size: 16px;
     color: #989999;
     border: 0;
     border-bottom: 1px solid #dab509;
     background-color: transparent;
     padding: 50px 30px 0 0;
}

.massage-bt {
     color: #696868;
     width: 100%;
     height: 110px;
     font-size: 18px;
     border-bottom: 1px solid #dab509;
     background-color: transparent;
     padding: 75px 30px 0 0;
     border: 0;
}

.send_bt {
     margin-top: 40px;
}

.send_bt a {
     width: 30%;
     background-color: #eac208;
     color: #fefeff;
     text-align: center;
     padding: 10px 0;
     font-size: 16px;
}

.send_bt a:hover {
     background-color: #000;
}

.map_text {
     font-size: 16px;
     color: #eac208;
     padding-top: 50px;
}

.padding_left_0 {
     padding-left: 30px;
}

.map_text_1 {
     width: 65%;
     font-size: 16px;
     color: #eac208;
     padding-top: 50px;
     display: flex;
}

.join_section {
     width: 100%;
     background-color: #d0ac07;
     padding: 40px 0;
}

.member_text {
     color: #f8f8f9;
     font-size: 32px;
}

.join_bt {
     width: 65%;
     text-align: right;
}

.join_bt a {
     width: 30%;
     background-color: #1c1c1c;
     color: #fefeff;
     text-align: center;
     padding: 10px 0;
     font-size: 16px;
}

.join_bt a:hover {
     background-color: #fefeff;
     color: #000;
}

.footer_section {
     width: 100%;
     background-color: #1c1c1c;
     padding-bottom: 60px;
}

.social_icon {
     width: 23%;
     margin: 0 auto;
     text-align: center;
}

.social_icon ul {
     margin: 0;
     padding: 0;
}

.social_icon li {
     float: left;
     padding: 0 10px;
}

.lorem_ipsum_text {
     font-size: 16px;
     text-align: center;
     color: #cdcccd;
     padding-top: 30px;
}

.copyright_section {
     width: 100%;
     background-color: #fdfdfe;
}

.copyright_text {
     font-size: 16px;
     color: #292929;
     text-align: center;
}

.copyright_text a {
     color: inherit;
}

.copyright_text a:hover {
     color: #d0ac07;
}

#main_slider a.carousel-control-prev,
#main_slider a.carousel-control-next {
     position: absolute;
     top: 60%;
     background-color: #f8ca12;
     width: 65px;
     height: 65px;
     opacity: 1;
     font-size: 30px;
     color: #000;
}

#main_slider a.carousel-control-prev {
     left: -95px;
}

#main_slider a.carousel-control-next {
     right: -95px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover {
     background: #f8ca12;
     color: #fff;
}

.margin_top_0 {
     margin-top: 90px;
}

/* Carrusel CSS */
.carousel-item img {
     width: 100%;
     height: 100vh;
     object-fit: cover;
}

.carousel-caption {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
}

.caption-box {
     background-color: rgba(192, 186, 186, 0.7);
     padding: 20px;
     border-radius: 10px;
}

.carousel-caption h1, .carousel-caption h2 {
     font-size: 4rem;
     color: white;
     font-weight: bold;
     text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

/* CSS para igualar el tamaño de los iconos */
.icon {
     width: 100%;
     height: auto;
     max-height: 150px;
     object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
     .contact_left, .contact_right {
          width: 100%;
     }

     .appointment_bt a, .read_more_bt a, .send_bt a {
          width: 100%;
     }

     .services_text::after {
          width: 90%;
          right: 5%;
     }

     .discount_bg::after, .discount_bg::before {
          display: none;
     }

     .carousel-caption h1, .carousel-caption h2 {
          font-size: 2rem;
     }
}



#animated-title {
     position: relative;
     display: inline-block;
   }
   
   #animated-title::after {
     content: '';
     position: absolute;
     width: 0;
     height: 2px;
     display: block;
     margin-top: 5px;
     right: 0;
     background: #000;
     transition: width 0.5s ease;
     -webkit-transition: width 0.5s ease;
   }
   
   #animated-title.active::after {
     width: 100%;
     left: 0;
     background: #000;
   }

   @keyframes flash {
     0% { opacity: 1; }
     50% { opacity: 0; }
     100% { opacity: 1; }
   }
   
   .flash-animation {
     animation: flash 0.5s ease-in-out;
   }
   