body{
    font-family: "Inter", serif !important;
}
:root{
    --white:#fff;
    --bule-color:#5D77C2;
    --bg-color:#3E3E3E;
    --h1-color:#1E1E1E;
}

body h1{
    font-size: 80px;
    font-weight: 900;
    line-height: 1.3em;
    color: var(--h1-color);
}

body h2{
    font-size: 26px;
    font-weight: 700;
    color: var(--h1-color);
}

body h3{
    font-size: 24px;
    font-weight: 800;
}

body h4{
    font-size: 18px;
    font-weight: 700;
}

body .p-18{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}

body .p-16{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}


.main-header {
    padding: 51px 0;
}

header.main-header img {
    width: 60px;
    margin: 0 70px;
}
body a {
    text-decoration: none;
    color: var(--text-color);
}
ul.nav.menu a {
    padding: 8px 25px;
}

ul.nav.menu a {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 100px;
}


section.top-profile h1, section.top-profile h2 {
    text-align: right;
}
section.top-profile {
    padding: 20px 0;
}

.border1 {
    width: 400px;
    height: 10px;
    background-color: var(--bule-color);
    float: right;
}
.border1 {
    width: 287px;
    height: 8px;
    background-color: var(--bule-color);
    float: right;
    margin-top: 20px;
}

.bg-color1 {
    background-color: var(--bg-color);
    padding: 45px 0;
}
.bg-color1 h3 {
    color: var(--bule-color);
    margin-bottom: 21px;
}
.bg-color1 p.p-18 {
    color: var(--white);
    margin-bottom: 27px;
}

.bg-white-1 {
    padding: 50px 0;
    background-image: url(../images/bg-image.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.bg-white-1 h3 {
    margin-bottom: 21px;
}
.list-dote span {
    font-style: italic;
}

.itali-font p {
    line-height: 2.4em;
    margin: 0;
}
body .list-dote {
    position: relative;
    padding-left: 53px;
    padding-bottom: 25px;
}
.list-dote:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 50px;
    background-color: var(--bule-color);
    left: 8px;
    top: 0px;
}

.list-dote:before {
    content: '';
    height: 100%;
    width: 4px;
    display: block;
    position: absolute;
    left: 16px;
    top: 1px;
    background-color: var(--bule-color);
}

.list-dote:last-child:before {
    opacity: 0;
}

.certifications p.p-18 {
    font-weight: 700;
    margin-bottom: 0;
}
.certifications p.p-16 {
    color: var(--white);
    line-height: 2em;
    margin-top: 5px;
}
.certifications .mb-3 {
    padding-bottom: 2px;
}

#responseMessage {
	color: #68e668;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
footer hr {
    margin: 0;
}

footer {
    padding: 48px 0;
    text-align: center;
}
footer p.p-18 {
    margin-top: 32px;
    margin-bottom: 0;
}
.btn-box {
    text-align: center;
    padding: 16px 0px;
}
section.biography .btn-box {
    margin-bottom: 18px;
}
.btn-box a {
    background-color: var(--bule-color);
    display: inline-block;
    justify-content: center;
    padding: 18px 30px;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    border-radius: 5px;
    border: 0.5px solid var(--white);
    transition: 0.4s;
}
.btn-box a:hover {
    background: #85a0ee;
    transition: 0.4s;
}
section.biography p.p-18 a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

section.biography  p.p-16 {
    margin-bottom: 23px;
}

.row-flex {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.row-flex label, .row-flex textarea {
    width: 90px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
}

.row-flex input, .row-flex textarea {
    width: 100%;
    background-color: #D9D9D9;
    border: none;
    padding: 5px;
	font-size:20px;
    
}

.row-flex input {
    height: 61px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
	
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.row-flex input::placeholder, .row-flex textarea::placeholder {
    color: #3E3E3E;
    font-style: italic;
}

.row-flex textarea {
	 color: #3E3E3E;
}

.row-flex input::placeholder{
    transform: translateY(-20px);
}
textarea {
    height: 192px;
}

body button:hover {
    background: #85a0ee;
}
body button {
    background-color: var(--bule-color);
    display: inline-block;
    justify-content: center;
    padding: 13px 80px 13px;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    border-radius: 5px;
    border: 0.5px solid var(--white);
    transition: 0.4s;
}


@media (min-width:1100px) {
    .container {
        max-width: 1092px !important;
    }
}

@media (max-width:1080px) {

body h1 {
    font-size: 47px;
}


}


@media (max-width:1080px) {
body h1 {
    font-size: 40px;
    margin-top: 31px;
}
body h2 {
    font-size: 22px;
    line-height: 1.6em;
}
section.top-profile {
    text-align: center;
}
section.top-profile h1, section.top-profile h2 {
    text-align: center;
}
.border1 {
    float: unset;
    margin: auto;
    margin-top: 17px;
    width: 100px;
}

header.main-header img {
    width: 60px;
    margin: 7px;
}

.main-header {
    padding: 15px 0;
}
ul.nav.menu a {
    padding: 8px 8px;
}

ul.nav.menu a {
    margin-right: 0;
}
.row-flex {
    display: block;
}

.row-flex label, .row-flex textarea {
    width: 100%;
    margin-bottom: 7px;
}
}