:root {
    --bg-color: white; /* Background Color */
    --accent-bg-color: #f8f9fb; /* Container color, for example the container under the title "Why spend time on complex frameworks when 90% of startsups fail?"*/
    --main-text-color: #363636; /* Text Color */
    --accent-text-color: white; /* Button text color */
    --accent-color: #4682B4; /* Accent Color (Pink) */
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    overflow-x: hidden;
    font-family: "Urbanist";
}

.demo-section .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.demo-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 15px;
}
  
::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background: var(--accent-bg-color); 
    height: 250px;
}

.title-style {
    color: var(--main-text-color);
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
}

.sub-title-style {
    color: var(--main-text-color);
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
}

.paragraph-text-style {
    margin: 0;
    color: var(--main-text-color);
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.input-style {
    position: absolute;
    padding: 15px;
    width: 350px;
    height: 50px;
    background: #F4F5F6;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    box-sizing: border-box;
}

.btn-style {
    width: 250px;
    height: 50px;
    color: var(--accent-text-color);
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.main-screen {
    min-height: 100vh;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.relative-center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header {
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 1280px;
    min-width: 900px;
    height: 75px;
    display: flex;
    align-items: center;
}

header .header-btn {
    width: 150px;
    border-radius: 25px;
}

header ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 175px;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

header ul li {
    margin: 0 25px;
}

header ul li a {
    color: var(--main-text-color);
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.main-content {
    position: relative;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 1280px;
    min-width: 900px;
    display: grid;
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: 110px 125px 125px 50px 50px;
    grid-auto-rows: max-content;
}

.main-content .section-sale {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.main-content .section-sale .sale-container {
    position: absolute; 
    bottom: 25px; 
    width: 325px; 
    height: 40px; 
    font-size: 15px;
    font-weight: 400;
    background: #fafafa; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.main-content .section-title {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.main-content .section-title .main-title {
    position: relative;
    bottom: 0;
    margin: 0;
}

.main-content .section-title-image-spacing {
    grid-row: 1 / 6;
    grid-column: 2 / 3;
}

.main-content .section-image {
    grid-row: 1 / 6;
    grid-column: 3 / 4;
}

.main-content .section-paragraph {
    position: relative;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .section-paragraph p {
    color: var(--main-text-color);
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
}

.main-content .section-join-pyship {
    position: relative;
    height: 50px;
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}

.main-content .section-join-pyship .main-btn {
    background: var(--accent-color);
}

.main-content .section-join-pyship .main-btn s {
    color: #3f3f3f;
}

.main-content .section-other-makers {
    margin-top: 0;
    position: relative;
    height: 50px;
    grid-row: 5 / 6;
    grid-column: 1 / 2;
}

.main-content .section-other-makers p {
    color: var(--main-text-color);
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
}

.trusted-by-section {
    margin-top: 25px;
    position: relative;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 250px;
    background: var(--accent-bg-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px; 
    align-items: center;
    justify-content: center;
}

.more-info-section {
    position: relative;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.info-container {
    margin-top: 50px; 
    padding: 35px;
    width: 530px;
    max-width: calc(100% - 70px);
    background-color: var(--accent-bg-color);
    border-radius: 25px;
    text-align: left;
}

.info-container h2 {
    margin-top: 0;
}

.demo-section {
    position: relative;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.demo-section .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.demo-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.demo-section .creator {
    margin-bottom: 100px;
    width: 80vw;
    max-width: 900px;
    min-width: 500px;
    height: 325.5px;
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    border: 1px solid #D1D5DB;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 5px rgba(185, 185, 185, 0.25);
}

.demo-section .creator .creator-header {
    position: relative; 
    width: 100%; 
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.demo-section .creator .creator-grid {
    width: 100%; 
    height: 100%;
    display: flex;
    flex-direction: column;
}

.editable-text {
    width: 100%;
    margin-bottom: 8px;
    background: transparent;
    border: none;
    text-align: left;
    font-family: "Helvetica";
}

.pricing-section {
    position: relative;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pricing-section .pricing-box {
    margin-bottom: 50px;
    max-width: 100%; 
    display: flex; 
    flex-direction: column; 
    gap: 25px;
}

.pricing-section .pricing-box .pricing-container {
    padding: 35px;
    width: 400px;
    max-width: calc(100% - 70px);
    background-color: var(--accent-bg-color);
    border-radius: 25px;
    text-align: left;
}

.pricing-section .pricing-box .pricing-container h2 {
    margin-top: 0;
}

.pricing-section .prixing-box .pricing-container h1 {
    margin: 15px;
    margin-left: 0;
}

.footer-section {
    overflow: hidden;
    position: relative;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background-color: var(--accent-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-section .footer-grid {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 60vw; 
    height: 60%; 
    display: grid; 
    grid-template-columns: 50% 25% 25%;
    grid-row: 100%;
}

.footer-section .footer-grid .footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: left; 
    gap: 10px;
}

@media only screen and (max-width: 1420px) {
    .main-content {
        grid-template-rows: 40px 200px 125px 50px 50px;
        grid-auto-rows: max-content;
    }
    .main-content .section-sale .sale-container {
        top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        min-width: 0;
    }

    .main-content {
        width: 80vw;
        max-width: 1280px;
        min-width: 0;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40px 125px 125px 50px 50px 500px;
        grid-auto-rows: max-content;
    }

    .main-content .section-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 75%;
        grid-column: 1 / 1;
        grid-row: 6 / 7;
    }

    .more-info-section .info-image-container {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .more-info-section .info-image-container #info-text-wrapper {
        width: 80% !important;
    }

    .more-info-section .info-image-container #info-text-wrapper .info-text {
        text-align: center !important;
        width: 100% !important; 
    }
}

@media only screen and (max-width: 820px) {
    header .btn-anchor {
        display: none;
    }
    header ul {
        right: 0
    }
}

@media only screen and (max-width: 770px) {
    .main-content {
        top: 100px;
    }
    
    .main-content .section-image {
        width: 100%;
    }

    .footer-section {
        height: 550px;
    }

    .footer-section .footer-grid  {
        height: max-content;
        top: 10%;
        left: 10vw;
        width: 80vw;
        grid-template-columns: 100%;
        grid-auto-rows: max-content;
        row-gap: 40px;
    }

    .footer-section .footer-grid .footer-wrapper {
        align-items: center;
    }

    .footer-section .footer-grid .footer-wrapper p{
        text-align: center !important;
    }
}

@media only screen and (max-width: 710px) {
    .main-content{
        width: 80vw;
        max-width: 1280px;
        min-width: 0;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40px 200px 125px 50px 50px 500px;
        grid-auto-rows: max-content;
    }
}

@media only screen and (max-width: 625px) {
    .demo-section .creator {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .main-content .section-title .main-title{
        position: absolute;
    }
}

@media only screen and (max-width: 600px) {
    header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header ul {
        display: none;
    }

    .main-content {
        position: relative;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        grid-template-rows: auto;
    }

    .main-content .section-sale .sale-container {
        display: none;
    }

    .main-content .section-title .main-title {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    .main-content .section-paragraph p {
        font-size: 18px;
        line-height: 23px;
        text-align: center;
    }

    .main-content .section-join-pyship {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        
    }

    .main-content .section-join-pyship form .join-pyship-input {
        width: calc(80% - 30px) !important;
    }

    .main-content .section-join-pyship form .join-pyship-email-btn {
        max-width: 20%;
        font-weight: 200;
        font-size: 12px;
        line-height: 15px;
    }
    
    .main-content .section-other-makers {
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-content .section-other-makers p {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .main-content .section-image {
        margin-top: 15px; 
    }
}

@media only screen and (max-width: 500px) {
    #landing-demo-visual {
        display: none;
    }
    .pricing-section #individual-pricing #try-basic {
        display: none;
    }
    .pricing-section #organization-pricing #try-organization {
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .main-content .section-image {
        width: 100%;
    }
    .find-us-section #find-us-h2 {
        flex-basis: 100%;
        text-align: center;
    }
}

header ul li a:hover {
    transition-duration: 0.3s;
    color: var(--accent-color);
}