@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Hanken+Grotesk:wght@300&family=Inter&family=Lobster&family=Montserrat:ital,wght@0,500;1,400;1,500;1,600&family=Palanquin+Dark&family=Poppins:ital,wght@0,300;1,100&family=Raleway:ital,wght@0,500;1,400&family=Ubuntu:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Hanken+Grotesk:wght@300&family=Inter&family=Lobster&family=Montserrat:ital,wght@0,500;1,400;1,500;1,600&family=Palanquin+Dark&family=Poppins:ital,wght@0,300;1,100&family=Raleway:ital,wght@0,500;1,400&family=Rubik&family=Ubuntu:ital,wght@1,300&display=swap');

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
*{
    
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.logo-astec{
    width: 150px;
}
.product-astec{
    display: flex;
 justify-content: center;
 align-items: center; 
 flex-wrap: wrap;
}
.box-astec{
 z-index: 1000;
    padding: 10px;
    margin: 15px;
    width: 266px;
    height: 500px;
    border:2px solid rgb(44, 44, 199);
    border-radius: 20px;
    box-shadow: rgba(82, 46, 240, 0.4) 0px 5px, rgba(15, 25, 172, 0.3) 0px 10px, rgba(67, 77, 219, 0.2) 0px 15px, rgba(59, 35, 196, 0.1) 0px 20px, rgba(55, 149, 226, 0.05) 0px 25px;
}
.title-box-astec{
    text-align: center; 
    position: relative;
    font-family: 'Poppins';
    font-size: bold;
    
    background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #2d2ba3 29%,
    #3b81c4 67%,
    #1f42b3 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
  
        font-size: 25px;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
.title-box-astec::after{
    content: "";
    width: 40px;
    background-color: rgb(41, 89, 177);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 58px;
    transition:1s ease-in-out ;
}
.title-box-astec:hover::after{
    width: 55%;
}
.text-astec{
    position: relative;
    padding: 10px;
}
.img-astec{
    width: 200px;
    position: relative;
    left: 20px;
    top: 30px;
}
.description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px;
}
.img-ibs{
width: 200px;
border-radius: 10px;
}
.description-2{
    margin: 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
align-items: center ;
gap: 50px
;
}
.text-ibs {
    display: flex;
    justify-content: center;
    flex-direction: column;
align-items: center ;
gap: 12px;
}
.text-astec-2{
    font-weight: bold;
}
.text-work{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    gap: 8px;
  
}
.text-astec-3{
    font-size:  20px ;
    animation-name: fadeIn;
    position: relative;
bottom: 10px;}
.logo-microptic{
    width: 250px;
}
.o{
    display: flex;
}
.box-micro{
    padding: 10px;
    margin: 15px;
    width: 266px;
    height: 500px;
    border:1px solid black;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.content-3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.product-microptic{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

}
.container-microptic{
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-wrap: wrap;
  gap: 20px;

}
.box-micro{

    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap:30px;
    box-shadow: rgba(46, 240, 182, 0.4) -5px 5px, rgba(84, 238, 205, 0.3) -10px 10px, rgba(131, 241, 223, 0.2) -15px 15px, rgba(76, 233, 181, 0.1) -20px 20px, rgba(116, 233, 194, 0.05) -25px 25px;
}
#title4::after{
    content: "";
    width: 40px;
    background-color: rgb(41, 77, 177);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 53px;
    transition:1s ease-in-out ;
}
#title4:hover::after{
    width: 55%;
}
#title3::after{
    content: "";
    width: 40px;
    background-color: rgb(41, 95, 177);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 35px;
    transition:1s ease-in-out ;
}
#title3:hover::after{
    width: 75%;
}
#title2::after{
    content: "";
    width: 40px;
    background-color: rgb(41, 100, 177);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50px;
    transition:1s ease-in-out ;
}
#title2:hover::after{
    width: 57%;
}
.img-microptic-1{
    width: 200px;
}
.btn-astec{
    color: white;
    font-weight: bold
    ;
    width: 200px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(-225deg,
        #231557 0%,
    #2d2ba3 29%,
    #3b81c4 67%,
    #1f42b3 100%);
    transition: 0.14s ease-in-out ;
    font-size: 15px;
}
.btn-astec:hover{
animation: identifier 4s infinite;
transform: rotate(5deg);
}

#name{
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #2d2ba3 29%,
        #3b81c4 67%,
        #1f42b3 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
}
#img-a{
    position: relative ;
    top: 15px;
}
#btn{
    position: relative;
    bottom: 5px;
}
.btn-microptic-2{
    position: relative;
    top: 40px;
}
.btn-microptic-3{
    position: relative;
    bottom: 55px;
}
#img-m{
    position:relative;
    bottom: 30px;
}
.text-microptic{
    letter-spacing: 2px;
    background-image: linear-gradient(
        -225deg,
        #2c7a6d 0%,
        #1be6b3 29%,
        #26d6b9 67%,
        #1fb387 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
}
#button{
    width: 200px;
    background: linear-gradient(-225deg,
    #1dbea4 0%,
#1d7979 29%,
#2fc7ba 67%,
#1fb38e 100%);
transition: 0.14s ease-in-out ;
font-size: 15px;
border: none;
border-radius: 50px;
padding: 10px;
margin: 30px;
}
#button:hover{
transform: rotate(5deg);
}
.links-micro{
    color: white;
}
