/* dm-sans-regular - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dm-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/dm-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/dm-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/dm-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/dm-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/dm-sans-v6-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/dm-sans-v6-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/dm-sans-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/dm-sans-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/dm-sans-v6-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/dm-sans-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/dm-sans-v6-latin-500.svg#DMSans') format('svg'); /* Legacy iOS */
}

/* dm-sans-700 - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/dm-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/dm-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/dm-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/dm-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/dm-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/dm-sans-v6-latin-700.svg#DMSans') format('svg'); /* Legacy iOS */
}

/* dm-sans-700italic - latin
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/dm-sans-v6-latin-700italic.eot'); /* IE9 Compat Modes * /
  src: local(''),
       url('fonts/dm-sans-v6-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8  * /
       url('fonts/dm-sans-v6-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers * /
       url('fonts/dm-sans-v6-latin-700italic.woff') format('woff'), /* Modern Browsers * /
       url('fonts/dm-sans-v6-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS * /
       url('fonts/dm-sans-v6-latin-700italic.svg#DMSans') format('svg'); /* Legacy iOS * /
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans';
    background: white;
    color: #0f2256;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
}

header > div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    flex-wrap: wrap;
}
.first-element {
	margin-top: 50px !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 4px;
}

.logo img {
    height: 50px;
}

.block {
    width: 8px;
    height: 16px;
    display: inline-block;
}


nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

nav a.linkedin {
    background: #0f2256;
    color: white;
    padding: 8px 14px;
    border-radius: 6px;
}

/* Intro Section */
.intro {
    position: relative;
    min-height: 100vh;
    background: #3e4e78;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
}

.intro::before {
    content: "";
    position: absolute;
    top: -20vw;
    right: -10vw;
    width: 50vw;
    height: 50vw;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 0;
}


.intro-content {
    z-index: 2; /* make sure content stays above background */
    display: flex;
    /*flex-direction: column;*/
    gap: 40px;
    align-items: center;
    color: white;
    text-align: center;
}

/*.intro-image*/
.image-circle {
    border-radius: 50%;
    border: 20px solid white;
    overflow: hidden;
    width: 50vh;
    height: 50vh;
    position: relative;
    max-width: 500px;
    max-height: 500px;
}

.image-circle.fat {
    width: 13vh;
    height: 13vh;
    position: absolute;
    left: 4vw;
    bottom: 4vh;
    background: white;
    border-width: 1vh;
}

.blue-circle {
    border-radius: 50%;
    border: 3px solid #0f2256;
    display: inline-block;
    position: relative;
}

.blue-circle.fat {
    border: 20px solid #0f2256;
}

.blue-circle.padding {
    padding: 20px;
    border-width: 5px;
}

.network-image img,
.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    max-width: 500px;
}

.intro-text h1 {
    font-size: 80px;
    margin-bottom: 24px;
    text-align: left;
}

.intro-text p {
    background: white;
    color: #0f2256;
    padding: 20px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

/* Event Section */
.content-section {
    min-height: 100vh;
    /*background: #e5e7f1;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.content-section.fpf {
	background: #e5e7f1;
}

.content-section.fpf .event-box {
	background: #445a87;
}
.content-section.single {
	min-height: calc(100vh - 205px);
}

.content-section::before,
.content-section::after {
    content: "";
    position: fixed;
    border-radius: 50%;
    background: #cbd3e3;
    z-index: -1;
}

.content-section::before {
    width: 60vh;
    height: 60vh;
    left: -5vw;
    bottom: -10vw;
}

.content-section::after {
    width: 60vh;
    height: 60vh;
    right: -10vw;
    top: -20vw;
}

.content-section h2 {
    font-size: 60px;
    margin-bottom: 40px;
    max-width: 900px;
    width: 100%;
    text-align: center;
}

.partner-header,
.network-image {
    display: flex;
    gap: 50px;
    font-weight: 600;
    align-items: self-start;
}

.network-image .right-section {
    margin-top: 80px;
}

.network-image .right-section h2 {
    text-align: left;
    margin-bottom: 0;
}

.network-image .subheader {
    padding: 10px;
    background: #3e4e78;
    border-radius: 10px;
    color: white;
    margin-top: 10px;
    margin-bottom: 30px;
    justify-self: left;
}

.network-image .image-circle {
    width: 400px;
    height: 400px;
    margin: 20px;
}

.details-section h2 {
    text-align: left;
}
.network-section .right-section p {
    text-align: justify;
}

.network-section .details-box {
    margin-top: 30px;
}

.events {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    justify-content: space-evenly;
}

.partner-header {
	margin-bottom: 40px !important;
	font-size: 18px;
    margin: 6px 0;
    color: #2d3250;
}
.partner-header h2 {
	margin-bottom: 0;
}
.partner-header .right-section {
    font-weight: 500;
    color: color: #2d3250;
    font-size: 18px;
    line-height: 1.5;
    flex-grow: 1;
    width: 100%;
    /*margin-top: 10px; */
    align-self: center;
}

.partner-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partner-box > * {
    border: 2px solid #f1f1f1;
    display: flex;
    align-self: center;
    width: 150px;
    height: 150px;
    background: white;
    flex-wrap: wrap;
}

.partner-box a {
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.sponsor {
	min-height: 0;
}

.partner-box img {
    max-width: 100%;
    max-height: 100%;
}

.event-box {
    background: #3e4e78c2;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 16px;
    text-align: left;
    max-width: 500px;
}

.fpf-logo {
    flex-grow: 1;
    align-content: flex-end;
}

.fpf-logo img {
	max-height: 120px;
	margin-top: 30px;
}

.details-box h3,
.event-box h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.details-box h3 {
    color: #6e7a9a;
}
.details-box ~ .details-box {
    margin-top: 40px;
}

.details-box p {
    font-size: 18px;
    margin: 6px 0;
    color: #3e4e78;
    line-height: 1.5;
}

.event-box p {
    font-size: 18px;
    margin: 6px 0;
}

.event-box a {
    font-weight: bold;
}

.content-box a,
.details-box a {
	color: #3e4e78;
}

.event-box i {
    margin-right: 10px;
}

.event-box .fa-map-marker-alt {
    width: 18px;
    text-align: center;
}


.info-button {
    align-self: self-end;
    display: inline-block;
    margin-top: 20px;
    background: white;
    color: #0f2256;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .partner-header,
    .network-section .network-image,
    .intro-content {
        flex-direction: column;
        align-items: center;
    }
    .network-section .right-section {
        margin-top: 0;
    }
    .partner-header h2 {
        margin-bottom: 0;
    }
    .partner-header .right-section {
        margin-bottom: 20px;
    }
    .partner-box {
        flex-direction: column;
        align-items: center;
    }
    .partner-box > * {
        margin-bottom: 20px;
    }

    .intro-text h1,
    .event-section h2 {
        font-size: 36px;
    }

    .details-box,
    .event-box {
        width: 100%;
        max-width: 90%;
    }

    /*.intro-image */
    .image-circle {
        width: 220px;
        height: 220px;
    }

    .intro-text p {
        font-size: 16px;
    }
}

/* Mobile Menu */
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 950px) {
    .intro-text h1 {
        font-size: 60px;
    }


    .network-image .image-circle {
        width: 300px;
        height: 300px;
        margin: 10px;
        border-width: 10px;
    }
}

@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        gap: 10px;
        background: #fff;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 10;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    nav.open {
        display: flex;
    }

    .hamburger {
        display: block;
        z-index: 11;
    }
}
@media (min-width: 1200px) {
    .image-circle.fat {
        bottom: 0;
        left: 0;
    }
}

/* Details Section */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.details-box {
    max-width: 900px;
    background: white;
    border-radius: 12px;
    padding: 40px;
    color: #2d3250;
}

.footer {
    background-color: #445a87;
    color: #e1e6e8;
}

.footer img {
    height: 100px;
}

.footer > div {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 40px 60px;
    /*flex-wrap: wrap;*/
    gap: 10px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-logo-text p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    max-width: 270px;
    line-height: 1.4;
}

.footer-logo-text p strong,
.footer-logo-text p b {
    font-weight: 700;
}

.footer-links {
    max-width: 180px;
}

.footer-links h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #f5f5f5;
}

.footer a,
.footer a {
    color: #e1e6e8;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.footer-links {
    gap: 0;
}

.footer a:hover,
.footer a:hover {
    color: #a9b6d8;
}

.footer-contact {
    max-width: 180px;
}

/* Copyright line in the first column */
.copyright {
    color: #8c99b3;
    font-weight: 400;
    font-size: 13px;
    margin-top: 12px;
    max-width: 370px;
    line-height: 1.3;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], input[type=date], select, input.input-search {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    height: 46px;
}
.error-msg {
    display: none;
    margin-top: 14px;
    color: #bd2c2c;
    font-size: 14px;
}
.input-group {
    padding-top: 10px;
    padding-bottom: 10px;
}
.input-group > select,
.input-group > input:not([type=radio]){
    display: block;
    width: 100%;
    max-width: 350px;
}

.card .input-group > select,
.card .input-group > input:not([type=radio]){
    max-width: 100%;
}

.input-group > textarea {
    width: 100%;
    max-width: 350px;
    height: 85px;
}

.input-group > textarea {
    max-width: 100%;
}

.input-group > label:not(.radio) {
    padding: 5px 0;
    display: block;
    font-weight: 500;
}

.checkbox {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    display: block;
}
.checkbox label {
    position: relative;
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.checkbox label span {
    /* position: absolute;
     top: 50%;
     transform: translateY(-50%);*/
}
.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 1px solid #3e4e78;
    background-color: white;
}
.checkbox label:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 12px;
    left: 10px;
}
.checkbox input[type=checkbox] {
    width: auto;
    opacity: 1e-8;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox input[type=checkbox]:checked ~ label:before {
    border: 2px solid #3e4e78;
    background-color: #3e4e78;
}
.checkbox input[type=checkbox]:checked ~ label:after {
    transform: rotate(-45deg) scale(1);
}
.checkbox input[type=checkbox]:focus + label::before {
    outline: 0;
}
.button_task {
    margin-top: 32px;
    padding-bottom: 16px;
}
.hide {
    display: none;
}
button[disabled]{
    background: #6e7a9a;
}
button:not(.plyr__control):not(.menu-toggle), a.button, input.button {
    padding: 16px 32px;
    text-align: center;
    background: #3e4e78;
    color: white;
    border-radius: 4px;
    display: inline-block;
    border: none;
    height: 53px;
    font-size: 16px;
    box-shadow: 6px 6px 16px #00000014;
    /* box-shadow: 3px 3px 8px #0000003D; */
    cursor: pointer;
    font-weight: 500;
}


.f-container {
	position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 30px;
}
.cross {
	position: absolute;
	top:8px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.cross svg {
	width: 100%;
	height: 100%;
}
