@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&family=Libertinus+Mono&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Intel one mono";
    margin:0;
    padding:0;
    user-select:none;
    text-decoration: none;
}

.loaderr {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fdfdfd; /* The dot itself */
  box-shadow: 0 0 0 0 #d3d3d3; /* Initial pulse color */
  animation: l1 1.5s infinite;
  color:#353434;
}
@keyframes l1 {
  100% {
    box-shadow: 0 0 0 30px rgba(211, 211, 211, 0); /* Fades out to transparent */
  }
}
.loaderr:hover{
    background-color: #ccc2c2;
    

    color:black;
}
/* Preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; /* or any background you want */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Your loader styles stay as-is */
.loader {
  width: 40px;
  height: 20px;
  --c:no-repeat radial-gradient(farthest-side,#fff 93%,#0000); /* light for dark bg */
  background:
    var(--c) 0    0,
    var(--c) 50%  0,
    var(--c) 100% 0;
  background-size: 8px 8px;
  position: relative;
  animation: l4-0 1s linear infinite alternate;
}
.loader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background: #fff;
  left: 0;
  top: 0;
  animation: 
    l4-1 1s  linear infinite alternate,
    l4-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}

/* Animations */
@keyframes l4-0 {
  0%      {background-position: 0  100%,50% 0   ,100% 0}
  8%,42%  {background-position: 0  0   ,50% 0   ,100% 0}
  50%     {background-position: 0  0   ,50% 100%,100% 0}
  58%,92% {background-position: 0  0   ,50% 0   ,100% 0}
  100%    {background-position: 0  0   ,50% 0   ,100% 100%}
}
@keyframes l4-1 {
  100% {left:calc(100% - 8px)}
}
@keyframes l4-2 {
  100% {top:-0.1px}
}


.info{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    
}

/* ------------------------- */
.hidden{
    opacity: 0;
    transform: translateX(-10px);
    transition: all 1s;
}
.show{
    transform: translateX(0px);
   opacity: 1;
}

#changer{
    transition: all 0.2s ease-in-out;
}
.wrapper {
  margin-top: 2rem;
  display: grid;
  place-items: center;
}

.typing-demo {
  width: 14ch;
  animation: typing 3s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  25% {
    border-color: transparent
  }
}

.special1{
    opacity:0;
    transform: translateY(-100px);
    transition: all 1s;

}
.special2{
    opacity:0;
    transform: translateY(-200px);
    transition: all 1s;

}
.showw{
    opacity:1;
    transform: translateY(0px);

}
@media(min-width:1024px){

.container{
    width: 60% !important;
}}
#image{
    height:50px;
}
:root {
  --primary-foreground: hsl(0, 0%, 99%);
}
.bag{
    background-color: var(--primary-foreground);

}


/* --------------------- */


.section-header {
  text-align: center;
  
 
  /* font: 300 60px 'Oswald', sans-serif; */
  font-family: "Intel one mono" !important;
  
  /* color: #fff; */
  text-transform: uppercase;
  
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  float: left;
  max-width: 400px;
 
  font-family: "Intel one mono" !important;
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  letter-spacing: 1px;
}

.send-button {
 margin-top:10px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  font-family: "Intel one mono" !important;

}

.alt-send-button {
  width:inherit;
height:25px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -26px, 0px);
}


/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  
}

.list-item {
  line-height: 2.5;
  
}

.contact-text {
 
 
  font-family: "Intel one mono" !important;

  color: #7c7c7c;
}


.contact-text a {
  /* color: #bbb; */
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  /* color: #fff; */
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 20px;
  text-align: center;
  
 
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  /* position: relative;  */
  display: inline-block;
  height: 40px;
  width: 40px;
  
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}



.social-media-list li:hover {
  background-color: #fff; 
}



.social-media-list li:hover a {
  color: #000;

}


hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 40px;
    width: 40px;
    line-height:40px;
  }
  .social-media-list li:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    
  }
  .social-media-list li:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
.list{
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: space-around;
    list-style-type:none;
}
ul.social-media-list{
    padding-right: 16px;
}

