
@import url('https://fonts.googleapis.com/css2?family=Barrio&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');




/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Josefin Sans";
background: #ffffff;
}
  
        body {
            margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                        url('/img/back-12.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            color: white;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
       
        
        h1 {
            font-size: 6.5rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 5px;
         font-family: "Marcellus", serif;
         font-weight: 700;
       font-style: normal;
       place-self: center;
	background: linear-gradient(90deg, #ffffff, #a75d29, #ba7c32) -100%/ 200%;
	/* being excessively careful with compat, 
	 * though this has been supported unprefixed and 
	 * in the shorthand across major browsers for a while */
	-webkit-background-clip: text;
	        background-clip: text;
	/* use color, don't use -webkit-text-fill-color anymore, 
	 * was meant to solve a problem we haven't had in years */
	color: transparent;
	
	animation: shimmer 2s linear infinite
}

@keyframes shimmer { to { background-position: 100% } }
        
        
    
        
        .social-icons {
            display: flex;
            gap: 20px;
            margin-top: 2rem;
        }
        
        .social-icon {
            color: white;
            font-size: 1.8rem;
            transition: transform 0.3s;
        }
        
        .social-icon:hover {
            transform: translateY(-5px);
        }
        
       
.logo{
     font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
   margin-bottom: 2rem;
     letter-spacing: 3px;
     color: #f8f8f8;
}

.comming-soon-intro{
  background: url('/assets/img/new/1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;

  background-color: #00000033;
}
.text-content{
   padding-top: 150px;
   padding-bottom:150px;
   padding-left: 150px;
   padding-right: 150px;
   
    background: rgba(255, 255, 255, 0.24);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
/* From https://css.glass */
background: rgba(255, 255, 255, 0.24);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}
.back12{

border-radius: 50%;
background-color: black;

}
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(27, 27, 27);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: hsl(32, 67%, 51%);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #d5862d;
  border-left: 2px solid #d5862d;
  border-right: 2px solid #d5862d;
}

.tooltip {
  position: absolute;
  right: -105px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: .3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: .3s;
}

.Btn:hover {
  background-color: #d5862d;
  transition-duration: .3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  border-right: 2px solid rgb(235, 235, 235);
}

.Btn:hover .svgIcon {
  fill: rgb(255, 255, 255);
  animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
    .col-lg-4.text-start a {
      color: #25D366; /* WhatsApp green */
      margin-right: 1rem;
      font-size: 1.5rem;
      text-decoration: none;
      transition: color 0.3s;
    }
    .col-lg-4.text-start a.phone-link {
      color: #007bff; /* Blue for phone */
    }
    .col-lg-4.text-start a:hover {
      color: #128C7E; /* Darker WhatsApp green on hover */
    }
    .col-lg-4.text-start a.phone-link:hover {
      color: #0056b3; /* Darker blue on hover */
    }
@keyframes slide-in-top {
  0% {
    transform: translateY(-3px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="phone"] .filled,
.example-2 .icon-content a[data-social="phone"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #6d3817,
    hsl(23, 73%, 22%),
    #d5862d,
    #ba7c32

,
    #ba7c32

,
    #ba7c32


  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}


 @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }
            p {
                font-size: 10px;
                padding: 0 20px;
            }
            .logo{
     font-family: "Nosifer", sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 28px;
     margin-bottom: 2rem;
     letter-spacing: 3px;
     color: #f8f8f8;
}

        }