/* Fonts */
@font-face {
    font-family: "KumbhSans-Regular";
    src: url("../font/KumbhSans-Regular.ttf") format("truetype");
  }
  @font-face { 
    font-family: "KumbhSans-SemiBold";
    src: url("../font/KumbhSans-SemiBold.ttf") format("truetype");
  }
  @font-face {
    font-family: "KumbhSans-Bold";
    src: url("../font/KumbhSans-Bold.ttf") format("truetype");
  }
  @font-face {
    font-family: "InkFree";
    src: url("../font/Inkfree.ttf") format("truetype");
  }
  
  :root {
    --font-default: "KumbhSans-Regular","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "TerminalDosis-SemiBold","Montserrat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --font-semibold: "KumbhSans-SemiBold","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-bold: "KumbhSans-Bold","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-handwritten: "InkFree","Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
    box-shadow: 0px 0px 50px 20px rgba(0,37,53,0.3);
}

.it-space-logo {
    position: absolute;
    height: 60%;
    top: 30%;
    left: 2%;
}

.it-space_title_banner {
    width: 100vw;
    height: 10vh;
    position: relative;
    background-image: radial-gradient(circle at 55% 50%, rgba(54, 73, 88, 1) 0%, rgba(0, 10, 35, 1) 100%);
  }

.banner-p {
    font-family: var(--font-default);
    text-decoration: underline;
    text-underline-offset: 15px;
    color: var(--color-yellow);
    font-size: 30px;
    padding-left: 2%;
}

@media (max-width: 768px) {
    .banner-p {
        text-underline-offset: 10px;
    }
}

@media (max-width: 500px) {
    .banner-p {
        text-underline-offset: 7px;
    }
}

.astro {
    overflow: visible;
    position: absolute;
    z-index: 9997;
    max-width: 30%;
    top: 110px;
    right: 0;
}

@media (max-width: 768px) {
    .banner-p {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .banner-p {
        font-size: 20px;
    }
}

@media (max-width: 370px) {
    .banner-p {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/

#title_iso {
    margin-top: 175px;
    margin-bottom: 160px;
}

.title_textbox {
    margin: 0px auto;
    width: 75%;
    max-width: 2000px;
}

.title_textbox h2 {
    font-family: var(--font-primary);
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.title_textbox p {
    text-align: center;
}

.span_underline {
    font-family: var(--font-handwritten);
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}

.span_written {
    font-family: var(--font-handwritten);
    font-size: 40px;
}

/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/

#overview {
    padding-top: 80px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 50px 20px rgba(0,37,53,0.1);
}

.our_topics-container {
    margin-bottom: 50px;
}

.overview-img {
    max-width: 600px;
    margin: 10px 10px 10px 0px;
    float: left;
}

.overview-txt {
    margin-top: 100px;
    margin-right: 20%;
}

.overview-title {
    position: relative;
    left: 520px;
    top: 50px;
    width: 17%;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 2px;
    background-color: var(--color-yellow);
    border-radius: 50px ;
}

#overview-white {
    padding-top: 80px;
    padding-bottom: 80px;
    /* box-shadow: 0px 0px 50px 20px rgba(0,37,53,0.3); */
}

.overview-title-white {
    margin: 0 15%;
    width: 59%;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 2px;
    background-color: var(--color-yellow);
    border-radius: 50px ;
}

.overview-title-mini {
    margin: 0 auto;
    width: 60%;
    margin-top: 30px;
}

.overview-title-white h3 {
    font-family: var(--font-handwritten);
}

.h4-light {
    font-family: var(--font-default);
    font-weight: normal;
}

.overview-wrapper {
    margin: 0 22%;
    width: 60%;
    margin-top: 30px;
}

@media (max-width: 970px) {
    .our_topics-title {
        width: 80%;
    }
}

@media (max-width: 703px) {
    .our_topics-title {
        width: 90%;
        padding-left: 45px;
    }
}

@media (max-width: 466px) {
    .our_topics-title-2soros {
        top: -34px;
    }
}

/*--------------------------------------------------------------
# Methodology
--------------------------------------------------------------*/

#method {
    margin-top: 150px;
}

.method-background {
    background: rgb(133, 157, 166);
    background: linear-gradient(150deg, rgba(133, 157, 166, 1) 0%, rgba(171, 193, 201, 1) 100%);
    border-radius: 0vw 5vw 5vw 0vw;
    margin-right: 10%; /* Keret kezdeti pozíciója */
    margin-bottom: 120px;
    box-shadow: -70px 15px 0px var(--color-yellow);
}

#method .h2-yellow {
    padding-top: 90px;
    margin-bottom: 60px;
}

.method-textbox-left {
    padding: 30px; /*Belső térköz*/
    padding-right: 5%;
    padding-left: 13%;
    position: relative; /* Pozicionálás engedélyezése */
}

.method-img-left {
    width: 200px;
    padding: 10px;
}

.method-img-wrapper {
    float: left;
    max-width: 100%;
    margin-top: -45px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: var(--color-secondary);
    border-radius: 30px;
}

#method p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.p-right {
    margin-left: 240px;
    width: 60%;
}

#method .h4-sarga {
    width:fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 232px;
    margin-top: 30px;
    font-size: xx-large;
}

#method .h4-phases {
    margin-top: 70px;
}

th {
    font-family: var(--font-handwritten);
    font-size: x-large;
    font-weight: lighter;
    padding-right: 10px;
    border-bottom: 20px solid transparent;
}

td {
    border-bottom: 20px solid transparent;
}

.method-gradient {
    background: rgb(179,200,208);
    background: linear-gradient(180deg, rgba(179,200,208,1) 0%, rgba(179,200,208,1) 20%, rgba(255,255,255,0) 100%);
    border-radius: 30px;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.method-behuz {
    margin-left: -60px;
}

@media (max-width: 830px) {
    #method .h4-sarga {
        padding-top: 20px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .method-img-wrapper {
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #method .p-right {
        padding-top: 200px;
        margin-left: 0px;
        width: 90%;
    }
    #method .h4-phases {
        margin-top: 30px;
    }
}

@media (max-width: 580px) {
    .method-background {
        border-radius: 0vw 0vw 0vw 0vw;
        margin-right: 0;
        margin-bottom: 120px;
        box-shadow: 0px 15px 0px var(--color-yellow);
    }
    .method-textbox-left {
        padding: 0; /*Belső térköz*/
        padding-right: 0;
        padding-left: 0;
    }
    .method-gradient {
        border-radius: 30px;
        padding-top: 1px;
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-right: 0;
    }
    .method-behuz {
        margin-left: 0px;
    }
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/

#benefits {
    margin-top: 40px;
    margin-bottom: 150px;
    padding-top: 90px;
    padding-bottom: 110px;
    box-shadow: 0px 0px 50px 20px rgba(0,37,53,0.1);
    background: linear-gradient(150deg, rgba(133,157,166,1) 0%, rgba(171,193,201,1) 100%);
}

.benefits-img {
    min-width: 60%;
    max-width: 1400px;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/

@media (max-width: 800px) {
    #title_iso {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #overview {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    #overview .h2-dark {
        margin-bottom: 30px;
      }
    .our_topics-container {
        margin-bottom: 30px;
    }
    #method {
        margin-top: 70px;
    }
    .method-background {
        margin-bottom: 40px;
    }
    #method .h2-yellow {
        padding-top: 60px;
        margin-bottom: 40px;
    }
    #method .h4-sarga {
        font-size: x-large;
    }
    #method .h4-phases {
        font-size: larger;
    }
    #benefits {
        margin-top: 40px;
        margin-bottom: 80px;
        padding-top: 60px;
        padding-bottom: 70px;
    }
}