@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Quicksand:wght@300..700&display=swap');
body {
               padding: 0;
               margin: 0;
               font-family: "Roboto Condensed", sans-serif;
              
               font-style: normal;
               background-color: #000000;
             
}
html, body {
    overflow-x: hidden;
   
}

  /* Custom CSS for navbar */
  .navbar-custom {
    transition: background-color 0.3s ease, color 0.3s ease; /* Add transition for smooth color change */
    position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      margin-bottom: 50px;
      
  }
  .navbar .nav-item a:hover{
    color: #ff0c92;
  }

   /* Change navbar link color */
   .navbar-custom .nav-link {
    color: #E91E63;
  }

 

  /* Change navbar brand color */
  .navbar-custom .navbar-brand {
    color: #ffffff;
  }
  .titles{
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  
}
.titles::before {
  position: absolute;
  content: '';
  left:15px;
  bottom: 8px;
  width: 48px;
  height: 1px;
  background-color: #E91E63;
  
}


.titles::before {
  left: 52%;
  margin-left: -45px;
  font-family: 'Josefin Sans', sans-serif;
  
}
.titles::after {
  left: 50%;
  margin-left: -45px;
  
}
.titles::after {
  position: absolute;
  content: '';
  
  bottom: 2px;
  width: 48px;
  height: 1px;
  background-color: #E91E63;
}

.vexsia-banner{
 /* background-image: url('../images/slide3.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  
}


 #about {
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

.show {
    transform: translateX(0px) !important;
    opacity: 1 !important;
    padding:0px;
  } 

.vexsia-banner .container {
  position: relative;
  
}

.vexsia-banner .image {
  position: relative;
  display: inline-block; /* Ensure that the image container doesn't expand to full width */
}


.vexsia-banner .text {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure text is above the image */
  color: white; /* Example color */
  text-align: center; /* Center-align the text */
  max-width: 90%; /* Limit the width of text container to 90% of the image width */
   

}
@supports (-webkit-appearance:none) {
  /* Your Chrome-specific styles here */
 .vexsia-banner .text {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure text is above the image */
  color: white; /* Example color */
  text-align: center; /* Center-align the text */
  max-width: 90%; /* Limit the width of text container to 90% of the image width */
   

    }

}
@media screen and (min-width: 1500px) {
@supports (-webkit-appearance:none) {
  /* Your Chrome-specific styles here */
 .vexsia-banner .text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure text is above the image */
  color: white; /* Example color */
  text-align: center; /* Center-align the text */
  max-width: 90%; /* Limit the width of text container to 90% of the image width */
   

    }

}
}
.vexsia-banner .text p{
  font-size: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;

}
.vexsia-banner .text h1{
font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 995px) {
  .vexsia-banner .text {
      width: 90%; /* Allow the text container to take up to 90% of the image width */
        max-width: none; 
        top: 15%;
        left: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .vexsia-banner{
   /* background-image: url('../images/slide3.jpg'); */
    height: 180px;
  }
     .vexsia-banner .text {
     
        top: 17%;
      
  }
    .vexsia-banner .text h1{
     font-size: 30px;
     margin-top: 5px;
     letter-spacing: 0;
    
    }
     .vexsia-banner .text p{
     font-size: 14px;
     
    
    }
}
@media only screen and (max-width: 376px) {
  .vexsia-banner{
   /* background-image: url('../images/slide3.jpg'); */
    height: 180px;
  }
     .vexsia-banner .text {
     
        top: 17%;
      
  }
}

@media only screen and (max-width: 376px) and (-webkit-min-device-pixel-ratio: 2),
       only screen and (max-width: 376px) and (min-resolution: 192dpi) {
  .vexsia-banner {
    /* background-image: url('../images/slide3.jpg'); */
    height: 180px;
  }

  .vexsia-banner .text {
    top: 17%;
  }
}
.vexsia-banner .container-fluid {
  height: 100%; /* Ensure container takes full height */
  
}

.vexsia-banner .row {
  height: 100%; /* Ensure row takes full height */
}

.vexsia-banner .col-lg-6 {
  display: flex;
  align-items: center; /* Vertically center content */
}
.welcome{
    text-align: center;
  color: #FFFFFF;
  margin: 81px auto;
  font-size: 48px;
  font-style: italic;
 font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 995px) {
  .welcome {
      width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
        
  }
}
@media only screen and (max-width: 600px) {
    .welcome p{
       
      font-size: 32px;
      
   
    }
}
.vexsia-service{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  
}
.vexsia-service .container-fluid {
  height: 100%; /* Ensure container takes full height */
  margin: 35px  auto;
}

.vexsia-service .row {
  height: 100%; /* Ensure row takes full height */
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.vexsia-service .service-item {
  
  margin-bottom: 20px;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.vexsia-service .service-item .inner{
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  text-align: center;
   text-transform: uppercase;
   height:200px;
}
.vexsia-service .service-item img{
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.vexsia-about {
  background-color: #1d1c1c;
  color: #ffffff;
  text-align: center;
  
  margin-top: 50px;
  margin-bottom: 50px;
 /* font-family: "EB Garamond", serif; */
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  padding:12px;
  

}

.vexsia-about .about-text{
    margin-top:35px;
     margin-bottom:35px;
     padding:0px;
}
.vexsia-about h1{
  background-color: #1d1c1c;
  color: #ffffff;
  text-align: center;
  
  margin-top: 50px;
  margin-bottom: 50px;
 /* font-family: "EB Garamond", serif; */
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;

}

.vexsia-contact {
  
  color: #ffffff;
  
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;

}
.vexsia-contact  .align-items-center{
    margin-top: 60px;
}

.vexsia-contact .row{
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 10px;
  padding: 20px;
  

}
.vexsia-contact .container {
    padding:0px;
}
.vexsia-contact label{
 color: #000000;
 margin-bottom: 10px;
 margin-top: 10px;

}
.vexsia-contact button{
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  margin: 10px auto;
 
 }

.funding p{
    font-family: "Quicksand", sans-serif;
  font-style: normal;
    
}
.funding span{
    font-family: "Quicksand", sans-serif;
  font-style: normal;
    
}
.vexsia-funding {
  
  color: #ffffff;
  
  padding-top: 20px;
  margin-top: -55px;
  margin-bottom: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;

}
.vexsia-funding  .align-items-center{
    margin-top: 60px;
}

.vexsia-funding .row{
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 10px;
  padding: 20px;
  margin:60px auto;
  

}
.vexsia-funding label{
 color: #000000;
 margin-bottom: 10px;
 margin-top: 10px;

}
.vexsia-funding button{
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  margin: 10px auto;
 
 }

 .footer{
  background-color: #1d1c1c;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin: 0;
 }
.form-notice{
     display: block;
  width: 100%;
  background-color: lightgreen;
  padding-top: 10px;
  border: none;
  border-radius: 10px;
 }
 .form-notice-fail{
     display: block;
  width: 100%;
  background-color: red;
  padding-top: 10px;
  border: none;
  border-radius: 10px;
 }
 @media screen and (max-width: 995px) {
  body {
     
        
  }
}