@font-face{
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}
@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-SemiBold.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: left;
    margin: 0;
}

.invisible{
    display: none;
}

.slider{
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.content{
    float: right;
    width: 1155px;
    height: 880px;
}

.profile_dec{
    background-color: #00ACC7;
    height: 300px;
    border-bottom-left-radius: 45px;
    position: relative
}

p.doctor{
    color: #fff;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    font-size: 4.375rem;
    line-height: 1.1em; 
    position: absolute;
    bottom: 72px;
    left: 65px;
}

.abilities{
    position: relative;
    padding: 60px 0 0 110px;
    width: 1090px;
}

ul.skills{
    color: #3d3935;
    font-family: "Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    font-size: 2.875rem;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    gap: 60px;
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: #bed600; 
    font-weight: bold; 
    display: inline-block; 
    width: 34px;
    margin-left: -34px;
}

.profile_picture{
    width: 718px;
    height: 872px;
    border-bottom-right-radius: 50px;
}


.logo{
    width: 365px;
    height: 40px;
    background: url('../assets/logo.jpg');
    background-position: center;
    background-size: cover;
    margin-top: 68px;
    margin-left: 98px;
}