@font-face {
    font-family: 'nordmedium';
    src: url('../fonts/nord_medium-webfont.woff2') format('woff2'),
         url('../fonts/nord_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeriouslyNostalgicItal';
    src: url('../fonts/SeriouslyNostalgicItal-Reg-Ital.woff2') format('woff2'),
         url('../fonts/SeriouslyNostalgicItal-Reg-Ital.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
.nordmedium, .nordmedium * {
    font-family: 'nordmedium' !important;
}
.seriously-font, .seriously-font * {
    font-family: 'SeriouslyNostalgicItal' !important;
}
body {
    font-family: "Red Hat Display", Sans-serif;
}
.main {
	max-width: 100%;
	position: relative;
}
.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.mobile-burger, .mobile-close {
	width: 30px;
	height: 30px;
	display: none;
}
header {
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555;
    font-family: Raleway;
}
.header-inner {
    background: #EEDFD8;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 40px;
    align-items: center;
}
.header-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.header-menu li a {
	color: #424754;
}
.header-menu li a:hover {
	text-decoration: underline;
}
.menu-wrapper {
	display: flex;
	gap: 25px;
	align-items: center;
}
.header-cta {
    display: inline-block;
    color: #fff;
    padding: 15px;
    background: #424754;
    border-radius: 40px;
    font-weight: 500;
    transition: ease all .3s;
}
.header-cta:hover {
	color: #fff;
	opacity: .7;
}
.header-logo {
    display: inline-block;
    height: auto;
    max-width: 115px;
    margin-left: 25px;
}
footer {
    padding: 70px 0;
    background: #424754;
    font-family: Raleway;
}
.footer-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social-holder {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-rating-holder {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}
.footer-rating-holder p {
    margin: 0;
}
.footer-rating-holder a {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
}
.footer-rating-holder a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-logo {
    max-width: 200px;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu li a {
    color: #fff;
    font-family: 'nordmedium';
}
.footer-menu li a:hover, .footer-home-link:hover, .footer-bottom-part a:hover  {
    color: #fff;
    text-decoration: underline;
}
.footer-col-menu {
    text-align: right;
}
.footer-home-link {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'nordmedium';
}
.footer-bottom-part {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #fff;
    margin-top: 50px;
}
.footer-bottom-part a {
    color: #fff;
}
.podcasts-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-bottom: 3;
    border-bottom: 1px solid #BCC9D5;
}
.podcasts-item-img, .podcasts-item-description {
    flex: 0 0 48%;
}
.podcasts-item-title {
    font-family: 'Raleway';
    color: #424754;
    font-size: 20px;
}
.podcasts-item-date {
    color: #BCC9D5;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'nordmedium';
}
#podcasts-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topic-filter, #search-filter, #my-search {
    color: #424754;
    border-color: #424754;
    border-radius: 30px;
    padding: 15px 15px;
}
.topic-filter-holder, .search-filter-holder {
    flex: 0 0 48%;
}
.podcast-testimonials-item {
    padding: 25px;
    background: #DEE7E4;
    border-radius: 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.podcast-testimonials-title {
    font-size: 24px;
    font-family: 'Raleway';
}
.podcast-testimonials-nav {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 30px;
}
.podcast-testimonials-arr {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.podcast-testimonials-arr svg {
    width: 24px;
    height: 24px;
}
.podcast-testimonials-arr-next.podcast-testimonials-arr {
    transform: rotate(180deg);
}
.podcast-testimonials-author {
    font-family: 'nordmedium';
}
.newsletter-form {
    display: flex;
    gap: 5px;
}
.form-button {
    background: #424754;
    outline: none;
    color: #fff;
    padding: 10px 25px;
}
.form-button:focus {
    background: #424754;
    color: #fff;
}
.form-button:hover {
    background: transparent !important;
    color: #424754 !important;
}
.form-button:hover svg circle{
    stroke: #424754 !important;
}
.form-button {
    background: #424754;
    outline: none;
    color: #fff;
    padding: 15px 25px;
    border-color: #424754;
    border-radius: 30px;
    letter-spacing: .5px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.custom-form {
    font-family: 'nordmedium';
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    align-items: center;
}
.custom-form input, .custom-form textarea {
    background: transparent;
    border-color: #424754;
    border-radius: 30px;
    padding: 15px 25px;
    box-sizing: border-box;
    outline: none;
    letter-spacing: .5px;
}
.custom-form input::placeholder, .custom-form textarea::placeholder {
    color: #424754;
}
.custom-form .form-row {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.custom-form label {
    margin-left: 20px;
    margin-bottom: 5px;
}
.form-input {
    width: 100%;
}
.newsletter-form-title {
    font-size: 36px;
    font-family: 'Raleway';
}
.newsletter-form-title.footer {
	color: #fff;
	margin-bottom: 30px;
}
.newsletter-page {
    padding: 150px 0;
}
.newsletter-holder {
    display: flex;
    align-items: flex-start;
}
.newsletter-content {
    flex: 0 0 60%;
}
.newsletter-form-wrapper {
    flex: 0 0 40%;
}
.newsletter-form.banner input, footer .newsletter-form input {
    color: #fff;
    border-color: #fff;
}
.newsletter-form.banner input::placeholder, footer .newsletter-form input::placeholder {
    color: #fff;
}
.newsletter-form.banner {
    flex-direction: row;
}
.newsletter-form.banner .form-button, footer .newsletter-form .form-button {
    background: #fff;
    border-color: #fff;
    color: #424754;
}
.newsletter-form.banner .form-button:hover, footer .newsletter-form .form-button:hover {
    background: transparent;
    color: #fff !important;
}
.blog-sidebar .newsletter-form {
    align-items: normal;
    gap: 10px;
}
.newsletter-pagination {
    display: flex;
    gap: 10px;
    justify-content: center; 
    align-items: center;
    margin-top: 50px;
}
.my-page-link {
    font-size: 24px;
    color: #424754;
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #424754;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.my-page-link.active {
    background: #424754;
    color: #fff;
}
.my-next {
    display: flex;
}
.my-prev {
    transform: rotate(180deg);
    display: flex;
}
.fixed-col {
    position: sticky !important;
    top: 40px !important;
    left: 0;
}
.form-message.success {
    color: green !important;
}
.form-message.error {
    color: red !important;
}
.form-button svg {
    display: none;
    width: 20px;
    height: 20px;
}
.form-button.loading svg {
    display: block;
}
.about-accordion .e-n-accordion-item-title-text {
    font-family: 'nordmedium' !important;
}
.about-accordion .e-n-accordion-item > .elementor-element {
	border: none !important;
}
@media(max-width: 1199px) {
    .header-menu {
        gap: 15px;
    }
    .header-menu li a {
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .header-menu {
        flex-direction: column;
    }
    .menu-wrapper {
        position: absolute;
        top: 104px;
        flex-direction: column;
        width: 50%;
        text-align: center;
        background: #EEDFD8;
        padding: 30px;
        right: 15px;
        border-radius: 30px;
        display: none;
    }
    .header-inner {
        padding: 10px 30px;
    }
    .header-logo {
        margin: 0;
    }
    .mobile-burger {
        display: block;
    }
    .header-cta {
        margin-top: 25px;
    }
    .footer-holder {
        flex-direction: column-reverse;
        text-align: center;
        gap: 50px;
    }
    .footer-col-menu, .footer-menu {
        text-align: center;
    }
	.hero-title br {
		display: none;
	}
}
@media(max-width: 767px) {
    .menu-wrapper {
        width: calc(100% - 30px);
    }
    .footer-bottom-part {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-divider {
        display: none;
    }
    footer {
        padding: 50px 0;
    }
    .newsletter-form.banner {
        flex-direction: column;
        align-items: normal;
        gap: 10px;
    }
}