@import url('https://fonts.googleapis.com/css?family=Bitter:400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sahitya&display=swap');

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#web-navbar {
    background-color: #21243d;
    padding: 0 50px;
}

.navbar-brand label {
    font-weight: bold;
    font-family: 'Bitter', serif;
    font-size: 35px;
    cursor: pointer;
}

nav ul li a {
    font-size: 21px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: white !important;
    margin-right: 8px;
}

li.active a {
    color: #FFD271 !important;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.418) !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

a:hover {
    text-decoration: none !important;
    color: #FFD271 !important;
}

nav button.navbar-toggler:focus,
nav button.navbar-toggler:active {
    outline: none !important;
}

.web-header {
    background-image: url(img/journey1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 250px;
}

.web-header h1 {
    font-family: 'Roboto', sans-serif;
    color: #FFD271;
    font-size: 70px;
    font-weight: bold;
}

.web-header p {
    font-family: 'Sahitya', serif;
    color: white;
    font-size: 20px;
    margin-top: 20px;
}

.section1 {
    background-image: url(img/journey2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.section1 .container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.section2 {
    background-image: url(img/journey1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.section2 .container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.section2 .info {
    order: 2;
}

.section2 .pict {
    order: 1;
}

section h3 {
    font-family: 'Roboto', sans-serif;
    color: #21243d;
    background-color: #FFD271;
    width: fit-content;
    padding: 3px 42px 3px 10px;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}

section p {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #21243d;
    font-size: 15px;
    margin: 25px 0 40px;
}

section a {
    background-color: #21243d;
    color: #FFD271;
    border: 2px solid #FFD271;
    border-radius: 5px;
    padding: 15px 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

section a:hover {
    background-color: #FFD271;
    color: #21243d !important;
    box-shadow: 0 0 50px #FFD271;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.13));
    transition: 0.1s;
    text-decoration: none;
}

.section1 .info {
    margin-right: 50px;
}

.section2 .info {
    margin-left: 50px;
}

section .info {
    flex: 1;
    max-width: 300px;
}

section .pict {
    flex: 1;
    max-width: fit-content;
}

section img {
    width: 500px;
}

.quote {
    background-image: url(img/journey2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 250px;
    flex-wrap: wrap;
}

.quote h1 {
    font-family: 'Sahitya', serif;
    color: #FFD271;
    background-color: #21243d;
    font-size: 40px;
    font-style: italic;
}

.quote p {
    font-family: 'Roboto', sans-serif;
    color: #FFD271;
    background-color: #21243d;
    font-size: 20px;
}

#fp-nav ul li a.active span {
    background: #FFD271 !important;
    width: 20px !important;
    height: 20px !important;
    margin: -10px 0 0 -25px !important;
}

#fp-nav ul li a span {
    background-color: white !important;
    width: 10px !important;
    height: 10px !important;
    margin: -6px 0 0 -20px !important;
}

#fp-nav ul li a {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .web-header {
        padding: 0 150px;
    }

    .web-header h1,
    .web-header p {
        background-color: #21243d;
    }

    .section1 .container1,
    .section2 .container2 {
        display: flex;
        flex-direction: column;
    }

    .container2 .info {
        order: 1;
    }

    .container2 .pict {
        order: 2;
    }

    section .info {
        max-width: 500px;
    }

    section h3 {
        padding: 3px 50px 3px 50px;
        font-size: 55px;
        font-weight: bold;
        margin: 15px auto 0 auto;
        text-align: center;
    }

    section p {
        font-size: 20px;
        margin: 25px 0 40px;
        text-align: center;
    }

    section a {
        padding: 15px 50px;
        font-size: 17px;
        text-align: center;
        margin-left: 150px;
    }

    .section1 .info {
        margin-right: 0;
    }

    .section2 .info {
        margin-left: 0;
    }

    section img {
        width: 450px;
        margin-top: 50px;
    }

    .quote {
        padding: 0 150px;
    }

    .quote p {
        background-color: transparent;
    }

}

@media (max-width: 700px) {
    #web-navbar {
        padding: 0 20px;
    }

    .navbar-brand label {
        font-size: 30px;
    }

    .web-header {
        padding: 0 75px;
        background-size: cover;
        background-position: 35%;
    }

    .web-header h1 {
        font-size: 45px;
    }

    .web-header p {
        font-size: 20px;
        margin-top: 20px;
    }

    #fp-nav ul li a.active span {
        width: 15px !important;
        height: 15px !important;
        margin: -6px 0 0 -10px !important;
    }

    #fp-nav ul li a span {
        width: 9px !important;
        height: 9px !important;
        margin: -6px 0 0 -7px !important;
    }

    #fp-nav ul li a {
        margin-top: 10px;
    }

    .section1 {
        background-size: cover;
        background-position: 65%;
    }

    .section2 {
        background-size: cover;
        background-position: 35%;
    }

    section .info {
        max-width: 250px;
    }

    section h3 {
        padding: 3px 50px 3px 50px;
        font-size: 30px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    section p {
        font-size: 15px;
        margin: 25px 0 27px;
        text-align: center;
    }

    section a {
        padding: 10px 15px;
        font-size: 15px;
        text-align: center;
        margin-left: 65px;
    }

    section img {
        width: 250px;
        margin-top: 40px;
    }

    .quote {
        padding: 0 85px;
        background-size: cover;
        background-position: 65%;
    }

    .quote h1 {
        font-size: 35px;
    }

    .quote p {
        background-color: #21243d;
        font-size: 20px;
        overflow: hidden;
    }
}