@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');
body{
    background: url("/background.png"), #000;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Inter', sans-serif;
}
::selection {
    background: #fff;
}
.form-control{
    background-color: unset;
    border-radius: 0;
    border: none ;
    border-bottom: 1px solid #3f3f3f;
    padding: 0.375rem 0.25rem;
}
.form-control:active,.form-control:focus{
    background-color: unset;
    border-radius: 0;
    border: none;
    color:#fff !important;
    border-bottom: 1px solid #fff;
}
.form-label{
    color:#878484;
}
.btn{
    border: var(--bs-btn-border-width) solid #9b9797;
    width:120px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color:white;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
html, body {
    height: 100%; width: 100%;
    padding: 0; margin: 0;
}
footer{
    margin-top:200px;
    padding-bottom: 250px;
    background: url("/footer-background.png") no-repeat bottom center;
    background-size: 100% 50%;
}

h1{
    text-align: center;
    color:white;
    font-weight: 700;
    line-height: 55px;
}
.title{
    padding: 80px 0 40px;
    margin: auto;
    position: relative;
    width: 100%;
    margin:250px auto;
}
.title>img{
    position: absolute;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.15,1.15);
    }
    100% {
        transform: scale(1,1);
    }
}
.title>img:hover{
    animation: zoominoutsinglefeatured 1s infinite ;
}

.references img{
    max-width: 100%;
    transition: 1.1s;
}
.references img:hover{
    transition: 1.1s;
    transform: scale(1.1) rotate(0.1deg);
}
.title #b1{
    width: 100px;
    right: 0;
    top: 0;
}
.title #b2{
    width: 100px;
    right: 0;
    bottom: 0;
}
.title #b3{
    width: 100px;
    left: 0;
    bottom: 0;
}
.title #b4{
    width: 150px;
    left: 0;
    top: 0;
}
.title #b5{
    width: 210px;
    margin:auto;
    left: 0;
    right: 0;
    top: 60px;
}
#b7{
    width: 210px;
    right: 86px;
    z-index: -99999;
    position: absolute;
}
header h2.subtitle{
    text-align: center;
}
h2{
    color:#fff;
    font-weight: 700;
}
.dark{
    color:#5B5B5B;
}
.text-danger{
    color:#A63B3B;
}
.text-pink{
    color: #d862ff;
}
.alert{
    top:0;
    z-index: 99999999;
    width: 100%;
    position: fixed;
    border-radius: 0;
    color:black;
    font-weight: 700;
    text-align: center;
}
#ericsson-logo{
    max-width: 55%;
}
#wm-logo{
    max-width: 40%;
}
#csfd-logo{
    max-width: 52%;
}

@media (max-width: 992px) {
    .references .row  > *{
        margin: 20px 0;
        text-align: center;
    }
    .references .row  img{
        max-width: 75%;
    }
    #wm-logo{
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .references .row{
        margin-top:95px;
        margin-bottom:55px;
    }
    main{
        background: url("/about-me-eclipse.png") no-repeat left;
        background-size: 10% 110%;
    }
}
@media (min-width: 576px) {
    .content{
        margin:0 20px;
    }
    main .container{
        padding: 100px 0 !important;
    }
    .title{
        width: 680px;
    }
    .title #b1{
        width: 100px;
        right: 90px;
        top: 0;
    }
    .title #b2{
        width: 100px;
        right: 90px;
        bottom: 0;
    }
    .title #b3{
        width: 100px;
        left: 90px;
        bottom: 0;
    }
    .title #b4{
        width: 150px;
        left: 90px;
        top: 0;
    }
    .contact{
        padding:50px;
    }
}
.w-80{
    width: 90%;
}
img.profile-img{
    display: none;
}
@media (min-width: 992px) {
    img.profile-img{
        display: block;
    }
}







header h2.subtitle{
    background: linear-gradient(90deg, #2D0511 0%, #D22E1F 34.38%, #FCEA7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.timeline {
    border-left: 3px solid #3F3F3F;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    list-style: none;
    text-align: left;
    color:#7F7E7E !important;
}
.event-title{
    background: linear-gradient(270deg, #FCEA7B -46.11%, #D22E1F 91.42%, #2D0511 143.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.event-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    padding: 0;
    margin: 0;
}
.event-subtitle{
    color:#fff;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 0 25px;
    }
}

.timeline .event {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    left: -55.8px;
    background: #7F7E7E;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}