/*--------------------------------------------------------------------- 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/Righteous-Regular.ttf");
src: url("../fonts/Lato-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 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 ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::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
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}


blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     all: unset; /* Elimina todos los estilos por defecto */
     cursor: pointer; /* Asegura que el mouse cambie a manito */
     cursor: pointer;
}

.main_bt {
    background: #d5b602; /* Fondo dorado */
    border: none; /* Sin bordes */
    color: #faf9f9; /* Texto blanco */
    width: 160px;
    height: 58px;
    font-size: 24px;
    padding: 0;
    border-radius: 30px;
    margin-left: 15px;
    text-align: center;
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    cursor: pointer; /* Cambia cursor a manito */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main_bt:hover {
    background-color: #b59302; /* Fondo más oscuro en hover */
    color: #000; /* Texto negro en hover */
}

.main_bt:focus {
    outline: none; /* Elimina el borde gris */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Opcional: Añade un efecto de enfoque */
}

.main_bt:active {
    background-color: #917602; /* Fondo más oscuro al hacer clic */
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.logo {
    width: 18%;
    float: left;
}
.navbar-toggler {
    border-color: white; /* Borde del botón a blanco */
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1); /* Convierte el ícono a blanco */
}

.navbar {
    padding: 20px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
}
.bg-light {
    background: #1c0e05 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d5b602;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #d5b602;
}

.container {
    max-width: 100% !important;
}

.banner_section {
    width: 100%;
    float: left;
    background: linear-gradient(to bottom, #5f366e, #627597);
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 90px;
}

.banner_subtitle{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_title{
    width: 100%;
    float: left;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.image_1 {
    max-width: 70%; 
    height: auto;   
    display: block;
    margin: 0 auto; 
}


.controller_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #d5b602;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefeff;
    font-weight: 500;
    margin-left: 0px;
    margin-bottom: 5px;
}

#my_slider .carousel-control-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #599ee9;
}

#my_slider .carousel-control-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #599ee9;
}

#my_slider .carousel-control-prev, 
#my_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

#my_slider .carousel-control-prev:hover, 
#my_slider .carousel-control-next:hover {
    background-color: #d5b602;
    color: #fff;
}


.about_section{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    padding-bottom: 90px;
    background-size: cover;
    padding-left: 60px;
    padding-right: 60px;
}

.image_2 {
    width: 100%;
    float: left;
}

.about_subtitle{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about_title{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
}

.lorem_bold_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    font-weight: bold;
}

.shop_bt_2 {
    float: left;
    font-size: 18px;
    text-align: center;
    background-color: #fcfcfd;
    color: #191919;
    border-left: 10px solid #d5b602;
    border-radius: 30px;
    border-right: 10px solid #d5b602;
    border-top: 4px solid #d5b602;
    border-bottom: 4px solid #d5b602;
    padding: 5px 15px;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.shop_bt_2:hover {
    background-color: #d5b602;
    border-color: #d5b602;
    color: #fff;
}

.shop_bt_2 a {
    color: #191919;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shop_bt_2 a:hover {
    color: #fff;
}

.contact_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-image: url(../images/banner-bg.png);
    padding-bottom: 90px;
}

.contact_section {
    width: 70%;
    margin: 0 auto;
}


.email_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 20px;
    height: auto;
    padding: 50px 20px;
    opacity: 0.70;
}

.email-bt {
    color: #000000;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px 20px 0px 0px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #888686;
}

.massage-bt {
    color: #000000;
    width: 100%;
    height: 80px;
    font-size: 18px;
    padding: 36px 20px 10px 0px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #888686;
}


.main_bt {
    background: #d5b602;
    border: none;
    color: #faf9f9;
    width: 160px;
    height: 58px;
    font-size: 24px;
    padding-top: 3px;
    border-radius: 30px;
    margin-left: 15px;
    text-align: center;
    padding-top: 8px;
    margin-top: 60px;
}
.main_bt a {
    color: #faf9f9;
}

.main_bt a:hover{
    color: #000;
}

.ipsum_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.contact_text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 20px;
}

.contact_text h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.contact_text h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

.contact_text p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 0;
    color: #fff;
}

.contact_text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact_text p {
    font-size: 18px;
    line-height: 1.8;
}


.section_footer {
    width: 100%;
    float: left;
    background-color: #1c0e05;
    height: auto;
    padding-bottom: 30px;
}

.account_text {
    width: 100%;
    float: left;
    font-size: 28px;
    color: rgb(235, 235, 235);
    font-weight: bold;
    padding: 25px 0px;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 12pt;
    color: #eceaea;
    background-color: #ffffff;
    padding: 10px;
    border: 0px;
}

.subscribr_bt {
    width: 60%;
    float: left;
    font-size: 16pt;
    color: #eceaea;
    background-color: #599ee9;
    padding: 5px 0px;
    border: 0px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.useful_link{
    width: 100%;
    float: left;
}
.useful_link ul{
    margin: 0px;
    padding: 0px;
}

.useful_link li{
    color: #ffffff;
    font-size: 16px;
}

.useful_link li a{
    color: #ffffff;
}

.useful_link li a:hover{
    color: #599ee9;
}

.footer_section_2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #898989;
    padding-bottom: 40px;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.social_icon li {
    margin: 30px 15px 0 15px;
    list-style: none;
}

.copyright_section{
    width: 100%;
    float: left;
    background-color: #1c0e05;
    height: auto;
}

.copyright_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a{
    color: #ffffff;
}

.copyright_text a:hover{
    color: #000;
}