@tailwind base;@tailwind components;@tailwind utilities;@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=El+Messiri:wght@500&family=Gruppo&display=swap');

.gradient {
    background: linear-gradient(90deg, #0F2027 0%,#2C5364 100%);
}
.logo {
    font-family: El Messiri, sans-serif;
    font-weight: 100;
}
.sky {
    color: #557380;
}
.leading-normal {
    line-height: 2;
}
.bg-z {
    background: #0d1c22;
}
.bg-z .logo{
    color: #f50057;
    border-bottom: 1px solid #999;
}
section.affiliation {
    background-image: url(../bag.jpg);
    background-position: bottom;
    background-size: cover;
    position: relative;
}
section.affiliation:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(196deg, rgba(17,36,43,1) 0%, rgba(245,0,87,1) 35%);
    opacity: 0.8;
}
.backdrop,.backdropse {
    text-align: center;
    height: 50vh;
    position: relative;
    display: flex;
}
.backdropse{
    background: url(../serv.jpg);
    background-size: cover;
    background-position: right;
}
.backdrop{
    background: url(../cont.jpg);
}
.backdropse::after,.backdrop::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0f2027e0 0%,#2c5364db 100%);
    top:0;
    left:0;
}
.backdropse span.text-rose-500,.backdrop span.text-rose-500 {
    color: #f50057;
}
.hoving:hover {
    border: 1px solid #E91E63;
    transition: 0.5s linear;
}
.hoving {
    border: 1px solid #d1d1d1;
    transition: 0.5s linear;
}
.hoving:hover p {
    color: #f50058;
    transition: 0.3s linear;
}
.hoving p {
    transition: 0.3s linear;
}
.hoving:hover .loc {
    color: #f50057;
    transition: 0.3s linear;
    animation: 1s bounce infinite;
}
.hoving:hover.mai {
    color: #f50058;
}
.hoving:hover .mai {
    color: #f50058;
    transition: 0.5s linear;
    animation: 1s pulse infinite;
}
.hoving .mai {
    transition: 0.5s linear;
}
.hoving:hover .num {
    color: #f50058;
    transition: 0.5s linear;animation: spin 2s;
}
.hoving .num {
    transition: 0.5s linear;
}
.btna:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #ffffff75;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: 0.2s width linear;
}
.btna:hover::before {
    transition: 0.2s linear;
    height: 100%;
    top: -100%;
    left: 0%;
}
.btna {
    overflow: hidden;
}
