mouseya/*
Theme Name: If Dari Template
Theme URI: https://ifdari.com/
Template: hello-elementor
Author: Dariana Silva
Author URI: https://ifdari.com/
Description: Página desarrollada para la marca personal IF DARI.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1704218872
Updated: 2024-01-02 18:07:52

*/

.ue_menu {
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

body.menu-opened {
  overflow: hidden;
}

.ue_menu .ue_inner_menu {
  transition: transform 0.3s ease;
  transform: scale(0.9);
}

body.menu-opened .ue_menu .ue_inner_menu {
  transform: scale(1);
}


html, body {
max-width: 100%;
overflow-x: hidden;
}

.grecaptcha-badge{
  opacity: 0 !important;
}

/*Loader*/
#loftloader-wrapper .loader-section {
    background-image: url("http://ifdari.com/wp-content/uploads/2024/01/Carga.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

/*Menu*/
.menu-opened .ue_menu{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.ue_inner_menu-box :nth-child(2n){
  justify-content: left !important;
  display: block !important;
}

.ue_menu > div.ue_inner_menu:first-child{
  justify-content: left;
}

.ue_menu div div ul li{
  padding-bottom: 1.5em !important;
    border-bottom: 1px solid #6463A7;
}

.ue_inner_menu-box {
    margin-top: 40px !important
}

.ue_menu-social-icons{
  margin-top: 10% !important;
}

.ue_hamburger_custom_close{
    width: 14px;
    margin-top: -20px;

}

#menu-item-698{
  border-bottom: none !important;
  width: 130px;
}

#menu-item-698 a{
  border: 1px solid #6463A7;
  border-radius: 5px;
  padding: 6px 12px 6px 12px;
}

#masthead{
    background-color:transparent;
    position:absolute !important;
    width:100% !important;
}

/*Banenr Principal*/

/*Boton Hover*/

.btn-ifdari a{
    z-index: 20;
    position: relative;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-ifdari a:hover{
    color: #6766AC;
}

.btn-ifdari a::before, .btn-ifdari a::after{
		transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		content: '';
		width: 0%;
		height: 100%;
		background: white;
		position: absolute;
		top: 0;
		left: 0;
        z-index: -1;
        border-radius: 5px;
	}

}


.btn-ifdari a::after {
  height: 100%;
  width: 0;
  top: 0;
}
 
.btn-ifdari a:hover::after { 
  width: 100%; 
}
.btn-ifdari a::after {
  left: 0;
}

/*Boton Hover 2*/
.btn-ifdari2 a{
    z-index: 20;
    position: relative;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-ifdari2 a:hover{
    color: #fff;
}

.btn-ifdari2 a::before, .btn-ifdari2 a::after{
		transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		content: '';
		width: 0%;
		height: 100%;
		background: #6766AC;
		position: absolute;
		top: 0;
		left: 0;
    z-index: -1;
    border-radius: 5px;
	}

}


.btn-ifdari2 a::after {
  height: 100%;
  width: 0;
  top: 0;
}
 
.btn-ifdari2 a:hover::after { 
  width: 100%; 
}
.btn-ifdari2 a::after {
  left: 0;
}


/*Efect Type*/
.typing-demo1{
  width: 80px;
}

.typing-demo2{
  width: 120px;
}

.typing-demo3{
  width: 160px;
}

.typing-demo4{
  width: 140px;
}

.typing-demo3 h2{
  width: 0;
  animation: typing 1.5s steps(14, end) forwards, blink 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

.typing-demo2 h2{
  width: 0;
  animation: typing 1.5s steps(14, end) forwards, blink 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

.typing-demo1 h2{
  width: 0;
  animation: typing 1.5s steps(14, end) forwards, blink 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

.typing-demo4 h2{
  width: 0;
  animation: typing 1.5s steps(14, end) forwards, blink 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}


.elementor-element-bc81da5 {
    width: 80px !important;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
    
@keyframes blink {
  from, to { border-color: transparent }
  50% { border-color: #fff; }
}

/*Efect Scroll*/

.scroll-downs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 65px;
  border: 2px solid #6766AC;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #6766AC;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

.white .mousey {
  border: 2px solid #fff !important;
}
.white .scroller {
  background-color: #fff !important;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.elementor-21 .elementor-element.elementor-element-e9dbc1e.elementor-element{
    position:absolute;
    bottom: 0;
}



/*Section Portfolio*/

//Movil
.scrollable-tabs-container {
  max-width: 700px;
  margin: 16px auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.scrollable-tabs-container svg {
  width: 24px;
  height: 24px;
  padding: 8px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  pointer-events: auto;
}

.scrollable-tabs-container ul {
  display: flex;
  gap: 16px;
  padding: 12px 0px;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.scrollable-tabs-container ul.dragging a {
  pointer-events: none;
}

.scrollable-tabs-container ul.dragging {
  scroll-behavior: auto;
}

.scrollable-tabs-container ul::-webkit-scrollbar {
  display: none;
}

.scrollable-tabs-container a {
  text-decoration: none;
  display: inline-block;
  user-select: none;
  white-space: nowrap;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 14px;
  fill: #878787;
  color: #878787;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #6564A8;
  border-radius: 5px 5px 5px 5px;
  padding: 3px 24px;
  text-align: center;
  cursor: pointer !important;
}

.scrollable-tabs-container a.active {
  background-color: #6564A8;
  color: #fff;
}

.boton a.active {
  background-color: #6564A8 !important;
  color: #fff !important;
}

.boton a{
  cursor: pointer !important;
}

.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 10px;
  pointer-events: none;
}

.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active {
  display: flex;
}

.scrollable-tabs-container .right-arrow {
  right: 0;
  background: linear-gradient(to left, #000 50%, transparent);
  justify-content: flex-end;
}

.scrollable-tabs-container .left-arrow {
  background: linear-gradient(to right, #000 50%, transparent);
}

.scrollable-tabs-container svg:hover {
  background: #333;
}





#slider .active{
  position:relative !important;
  display: block !important;
  visibility: visible !important;
  width: 100%;
  transition: all .3s linear;
}



#portflio-all{
  cursor: pointer;
}

.active .elementor-icon-box-title{
  color: #fff !important;
  fill: #fff;
}

#portflio-all .elementor-icon-box-title:hover{
  color: #fff;
}

#portflio-all2 .elementor-icon-box-title:hover{
  color: #fff;
}

.active .elementor-icon{
  filter: contrast(0.1);
}



/*Services*/
#contenedor-services{
  border-radius: 20px;
  background: rgba(20, 17, 41, 0.60);
  -webkit-backdrop-filter:blur(15px);
  backdrop-filter: blur(15px);

}

/*Contact*/
.box-contact .elementor-icon-box-title{
  min-width: 188px;
}

#form-portfolio .elementor-icon-box-title{
  min-width: 188px;
}

.box-contact input[type=email],  .box-contact textarea{
  border: 1px solid #6766AC;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

#form-portfolio input[type=email],  #form-portfolio textarea{
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

#form-portfolio input::placeholder, #form-portfolio textarea::placeholder {
  color: #fff;
}

#form-portfolio input:focus, #form-portfolio textarea:focus {
  border: 1px solid #0D0B1A;
}

#form-portfolio textarea:focus-visible, #form-portfolio input:focus-visible  {
  outline: 1px solid #0D0B1A;
}

#form-portfolio [type=submit], #form-portfolio button {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 20px;
  margin-top: 8%;
}


.wpcf7-submit::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 }

.box-contact  [type=submit], button {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 20px;
  margin-top: 8%;
}

.box-contact [type=submit]:focus, .box-contact button:focus {
  outline: 0px;
}

#form-portfolio [type=submit]:focus, #form-portfolio button:focus {
  outline: 0px;
}

#form-portfolio .wpcf7-spinner{
    left: -15px;
    top: 5px;
}

.box-contact .wpcf7-spinner{
    left: -15px;
    top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output{
  border-color: #dc3232 !important;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    border: 1px solid #00a0d2;
}

.box-contact .wpcf7-form {
  max-width: 431px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #6766AC;
    background-color: #6766AC;
    color: #fff;
    border-radius: 5px;
}

.box-contact textarea{
    margin-top: 25px;
}

#form-portfolio textarea{
    margin-top: 25px;
}

#form-portfolio .elementor-icon svg path {
    fill: white;
}

#form-portfolio .elementor-icon svg {
    width: 2em;
    margin-top: -15px;
    height: auto;
}

#contact .elementor-icon svg {
    width: 2em;
    margin-top: -15px;
    height: auto;
}

.btn-contact{
    margin-right: -7%;
}

/*Project*/
/*Tellurian Stuff*/
#background-brown{
  background: linear-gradient(126deg, #281E1C 0%, #261C1B 0.01%, #0F0807 75.9%) !important;
}

.owl-next i {
    display: none; /* Oculta el icono actual */
}

.owl-next {
    background-image: url('http://ifdari.com/wp-content/uploads/2024/06/arrow-slider.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 128px !important; /* Ajusta el tamaño según sea necesario */
    height: 40px !important; /* Ajusta el tamaño según sea necesario */
    border: none; /* Opcional: elimina el borde del botón */
}

#natural-bake-for-project .owl-nav .owl-next{
  background-image: url('http://ifdari.com/wp-content/uploads/2024/09/icono.svg') !important;
}

#sierra-andina-project .owl-nav .owl-next{
  background-image: url('http://ifdari.com/wp-content/uploads/2024/09/Group-225.svg') !important;
}

#hotel-internacional .owl-nav .owl-next{
  background-image: url('http://ifdari.com/wp-content/uploads/2024/12/arrow-black.svg') !important;
}

#hotel-internacional-project .owl-nav .owl-next{
  background-image: url('http://ifdari.com/wp-content/uploads/2024/09/Arrow-10.svg') !important;
}

.swiper-pagination-bullet-active{
  border: 1px solid #fff;
}

.elementor-element.elementor-element-71d3e0f .swiper-pagination-bullet-active{
  border: 1px solid #FB2C7B;
}

/*
.qodef-qi-swiper-container.qodef-swiper--initialized{
  padding-bottom: 250px;
}
*/
.swiper-button-prev{
  display: none;
}

.container-height{
  min-height: 385px;
}

.qodef-qi-swiper-container .swiper-slide img{
  border-radius: 10px;
}

.fslightbox-fade-in-strong img{
  border-radius: 10px;
}

.form-footer input{
  color:#fff;
}

.form-footer input[type=text]{
  border-radius: 5px;
  border: 1px solid #6766AC;
  background-color: transparent;
  margin-bottom: 22px;
}

.form-footer input[type="email"]{
  border-radius: 5px;
  border: 1px solid #6766AC;
  background-color: transparent;
  margin-bottom: 22px;
}

.form-footer [type=submit]{
  border-radius: 5px;
  background: #6766AC;
  color: #fff;
  border:none;
  width: 100%;
  margin-top: 45px;
}

.page-id-779 #site-footer{
  display: none;
}

#play-gif{
  cursor: pointer;
}

/*About*/
#uc_card_carousel_elementor_30b9ceb .uc_classic_carousel_content {
  position: absolute;
  bottom:0; /* Moves the text to the top of the container */
  left: 0;
  width: 100%;
  color: white;
  padding: 15px;
  box-sizing: border-box; /* Ensures padding does not affect width */
}

#uc_card_carousel_elementor_30b9ceb .uc_classic_carousel_placeholder {
  position: relative; /* Ensures the text is positioned relative to this container */
}

#uc_card_carousel_elementor_30b9ceb .uc_classic_carousel_container_holder {
  position: relative; /* Ensures proper stacking of elements */
}

#wpcf7-f2374-p2324-o1 .wpcf7-submit {
  background-color: transparent; /* Fondo transparente */
  color: #fff; /* Texto blanco */
  border: 1px solid #6766AC; /* Borde blanco con opacidad */
  border-radius: 5px; /* Bordes redondeados */
  padding: 10px 20px; /* Espaciado interno */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  transition: all 0.3s ease; /* Transición suave para efectos */
    width: 100%;
    margin-top:15px !important;
}

.ue-carousel-item a{
    cursor:default !important;
}


@media (min-width:1024px)and (max-width:1390px){
  .elementor-779 .elementor-element.elementor-element-85fbd21{
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-principal--project{
    padding-left: 50px;
  }

  .container-slider .elementor-widget-container{
    padding: 0px 0px 0px 0px !important;
  }

  .elementor-1114 .elementor-element.elementor-element-9bc4810 .uc_elegant_carousel_placeholder img{
    object-fit: contain !important;
  }

  .uc_elegant_carousel_placeholder img{
    object-fit: contain !important;
  }

  .txt-project{
    padding-bottom: 4em;
  }

  .father-container{
    padding-bottom: 0px !important;
  }

  .container-slider .owl-carousel .owl-nav .owl-next{
    top: 750px !important;
  }

  .elementor-779 .elementor-element.elementor-element-136affe.e-con{
    margin-right: 40px;
  }

  .elementor-779 .elementor-element.elementor-element-5dcf5df.e-con{
    margin-right: 40px;
  }
}

@media (min-width:1024px) and (max-width:1160px){
  .elementor-779 .elementor-element.elementor-element-771c9e3 .elementor-heading-title{
    font-size: 65px;
  }
}



@media (min-width:1200px) and (max-width:1501px){
    .elementor-2324 .elementor-element.elementor-element-283c373:not(.elementor-motion-effects-element-type-background){
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    
    .title-responsive-about h1{
        font-size: 80px !important;
    }
    
    .elementor-element-8f71fd6{
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .elementor-2324 .elementor-element.elementor-element-283c373{
        min-height:90vh;
    }
    
    .elementor-2324 .elementor-element.elementor-element-9319ca2 {
        --width: 38%;
    }
}

@media (min-width:1025px) and (max-width:1199px){
    .elementor-2324 .elementor-element.elementor-element-283c373:not(.elementor-motion-effects-element-type-background){
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    
    .title-responsive-about h1{
        font-size: 80px !important;
    }
    
    .elementor-element-8f71fd6{
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .elementor-2324 .elementor-element.elementor-element-283c373{
        min-height:90vh;
    }
    
    .white .scroll-downs{
        left:0px !important;
    }
    
    .elementor-2324 .elementor-element.elementor-element-9319ca2 {
        --width: 38%;
    }
}

@media (min-width:1300px) and (max-width:1700px){
  /*
.qodef-qi-swiper-container.qodef-swiper--initialized{
  padding-bottom: 195px;
}  
*/
.slider-project .swiper-button-next {
    top: calc(50% + 350px) !important;
}

.container-height{
  min-height: 430px;
}

}

@media (min-width:1024px) and (max-width:1299px){
.qodef-qi-swiper-container.qodef-swiper--initialized{
  padding-bottom: 195px;
}  
.slider-project .swiper-button-next {
    top: calc(50% + 250px) !important;
}

.container-height{
  min-height: 430px;
}

.elementor-2324 .elementor-element.elementor-element-c7403f3 {
        --width: 20%;
    }
    
        .elementor-2324 .elementor-element.elementor-element-80404ad {
        --width: 20%;
    }
    
    .elementor-2324 .elementor-element.elementor-element-5737c50.e-con{
        padding-right:20px !important;
    }

}

@media (min-width:1024px) and (max-width:1100px){
 .elementor-21 .elementor-element.elementor-element-118e759{
   display: none;
 }

  .elementor-21 .elementor-element.elementor-element-b9fbb76{
    padding-left: 0px;
    padding-right: 2%;
  }

  .elementor-21 .elementor-element.elementor-element-a07c34f {
    width: 15%;
  }

  .scroll-downs {
    left: 70px;
  }

  .elementor-21 .elementor-element.elementor-element-eaaebc5.e-con {
    padding-left: 0px;
    padding-right: 2%;
  }
}


@media (min-width:1101px) and (max-width:1600px){
/*
#uc_justified_image_carousel_elementor_edc454e .item img {
  width: 75% !important;
}
*/

.responsive-txt{
  margin-left: 20px;
}

#background-brown{
  padding-bottom: 50px;
}

  .elementor-21 .elementor-element.elementor-element-b9fbb76{
    margin-left: -15%;
    padding-right: 2%;
  }
  .elementor-21 .elementor-element.elementor-element-a07c34f {
    width: 15%;
  }
  
  .elementor-21 .elementor-element.elementor-element-eaaebc5.e-con {
    margin-left: -5%;
    padding-right: 2%;
  }
}

@media (max-width: 767px){
    .scroll-downs{
        padding-top: 100px;
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
      align-items: center;
    }

    .btn-contact {
      margin-right: -50px;
    }

  .box-contact .wpcf7-spinner {
    left: -30px;
    top: 5px;
  }

  
  #form-portfolio .wpcf7-spinner {
    left: -30px;
    top: 5px;
  }

    .typing-demo2 {
      width: 80px;
    }
    
    .typing-demo3 {
      width: 130px;
    }

    .elementor-element-bc81da5 {
      width: 60px !important;
    }

    .qodef-qi-swiper-container.qodef-swiper--initialized {
      padding-bottom: 0px;
    }
    


}

@media (min-width:768px) and (max-width:1024px){

  .elementor-element-67dc9fe{
    animation-delay: 3500ms;
  }
  .elementor-element-e7d4302{
    animation-delay: 3700ms;
  }

}


