html,
body {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Ubuntu', sans-serif;*/
}

body {
    display: flex;
}

p {
    margin-bottom: 0;
}

a {
    color: #4f46e5;
}

h2,
h3 {
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.75rem;
    text-align: center;
    margin-bottom: 0;
}

.auth {
    display: none;
}

/*
Bootstrap customization
*/

.btn-block {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #6366F1;
    border-color: #6366F1;
}

.btn-primary:hover,
.btn-primary.btn-outline:hover {
    background: #4f46e5;
    color: #fff;
    border-color: #4f46e5;
}


.btn-primary.btn-outline {
    color: #6366F1;
    background-color: transparent;
    border-color: #6366F1;
}

/*
Left side //Parombook
*/

header {
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
    color: #6366F1 !important;
    left: 0;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(238, 242, 255, 1) 100%);
}

.pb-logo {
    max-width: 300px;
    margin: 1.75rem auto;
}

.carousel-inner {
    overflow: visible;
}

.carousel-caption {
    position: relative !important;
    color: #6366F1 !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.88rem 1.75rem;
}

.carousel-item > img {
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 40px 0px #D9DDFC;
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right.svg) !important;
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.svg) !important;
}

.carousel-indicators {
    position: relative;
    padding: 1.75rem;
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(73, 80, 87, 0.20);
}

.carousel-indicators .active {
    background-color: #6366F1;
}

header .btn {
    margin-bottom: 0.88rem;
}

header .info {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 1.75rem;
}

header .info p {
    font-weight: 400;
    font-style: italic;
    line-height: 1.25;
    font-size: 1rem;
    text-align: justify;
}

header .info p strong {
    font-weight: 600;
}


/*
Right side //Logmarine 
*/

main {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

section {

    position: relative;
}

section.intro {
    height: 100vh;
    background: #4338CA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 7.5rem;
}

section .bordered {
    max-width: 20rem;
    border: 1px solid #fff;
    position: relative;
}

section .bordered > div {
    padding: 0.88rem 1.75rem;
    border-bottom: 1px solid #fff;
}

section .bordered > div:last-child {
    border-bottom: none;
    font-style: italic;
    font-weight: 500;
}

section .bordered .brand > img {
    display: block;
    margin: 0.88rem auto;
    width: 100%;
    max-width: 220px;
}

.spinlink {
    display: block;
    position: absolute;
    right: -7rem;
    bottom: -7rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #4337ca url(../img/scroll-bage.svg) no-repeat 50% 50%;
    background-size: contain;
}

.spinlink > span {
    display: block;
    width: 10rem;
    height: 10rem;
    background: url(../img/scroll-bage-spin.svg) no-repeat 50% 50%;
    background-size: contain;
    animation-name: spin;
    animation-duration: 7500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spinlink:hover > span {
    animation-duration: 500ms;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

#features {
    color: #4338CA;
    border-left: 1px solid #4338CA;
}

#features h2,
#contact h2,
#features h3 {
    border-bottom: 1px solid #4338CA;
}

#features h3,
#faq h3 {
    padding: 1.75rem 0;
    text-align: right;
    background: url(../img/arrow.svg) repeat-x;
    animation-name: arrow;
    animation-duration: 25000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#faq h3 {
    margin-right: -1.75rem;
    margin-left: -1.755rem;
}

#features h3 > span {
    padding-right: 1.75rem;
    display: inline-block;
    width: auto;
    background: #fff;
}

#faq h3 > span {
    padding-right: 1.75rem;
    display: inline-block;
    width: auto;
    background: #EEF2FF;
}

#features h5 {
    width: 100%;
    text-align: left;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.75rem;
    padding: 0.88rem;
}

#features img {
    width: 20%;
    padding: calc(var(--bs-gutter-x) * .5) 0;
    float: right;
}

#features .row > div {
    border-bottom: 1px solid #4338CA;
    border-right: 1px solid #4338CA;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#features .row > div:last-child {

    border-right: none;
}



@keyframes arrow {
    from {
        background-position: 1rem 50%;
    }
    to {
        background-position: -1000% 50%;
    }
}

#faq {
    background: #4338CA;
    color: #fff;
}

#faq > h2 {
    border-bottom: 1px solid #fff;
}

#faq .accordion-item {
    background: transparent;
    color: #fff;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #fff;
}

#faq .accordion-item:last-child {
    border-bottom: none;
}

#faq .accordion-button {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.1rem;
    line-height: 1.25rem;
    padding: 0;
    font-style: italic;
    font-weight: 300;
}

#faq .accordion-body {
    padding: 1rem 1.75rem;
    background: #EEF2FF;
    color: #4337ca;
    border-left: 1px solid #4337ca;
}

#faq .accordion-button::after {
    background-image: url(../img/plus.svg);
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
}

#faq .accordion-collapse {}

#faq p {
    margin-bottom: 0.88rem;
}

#contact {
    color: #4337ca;
    border-left: 1px solid #4337ca;
    border-top: 1px solid #4337ca;
}

#contact .row > div {
    border-right: 1px solid #4337ca;
    border-bottom: 1px solid #4337ca;
}

#contact .row > div:last-child {
    border-right: none;
}

#contact h5 {
    padding: 0.25rem 0;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

#contact .row > div {
    display: flex;
    padding: 1.75rem 0;
    border-right: 1px solid #4337ca;
    border-bottom: 1px solid #4337ca;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:640px) {
    body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .auth {
        display: block;
        background: #EFF3F8;
        padding: 0.88rem;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        border-top: 1px solid #fff;
        box-shadow: 0 0 20px rgb(67 55 202 / 20%);
    }
    header .row {
        display: none;
    }
    .pb-logo {
        max-width: 250px;
        margin: 0.88rem auto;
    }
    header,
    main {
        width: 100%;
        position: static;
        height: auto;
    }
    .carousel-inner {
        overflow: hidden;
    }

    .carousel-inner img {
        box-shadow: none !important;
    }
    .carousel-control-prev,
    .carousel-control-next,
    .spinlink,
    #features h3,
    #faq h3 {
        display: none;
    }
    .carousel-indicators {
        margin: 0;
        padding: 0.88rem;
    }
    .carousel-caption.d-none {
        display: block !important;
    }
    section.intro {
        height: auto;
        padding: 0.88rem;
    }
    section .bordered {
        max-width: 100%;
    }
    section .bordered .brand > img {
        margin: 0 auto;
        max-width: 180px;
    }
    #features {
        border-left: none;
        padding: 0.88rem;
    }
    #features h2 {
        border: 1px solid #4338CA;
    }
    #features h5 {
        font-size: 1rem;
        padding: 0.88rem 0;
        font-weight: 600;
    }
    #features .row > div {
        border: 1px solid #4338CA;
        border-bottom: none;
        height: auto;
    }

    #features .row:first-child > div:first-child {
        border-top: none;
    }
    #features .row > div:last-child {
        border-right: 1px solid #4338CA;
    }
    #features .row:last-child > div:last-child {
        border-bottom: 1px solid #4338CA;
    }
    #faq .accordion-body {
        border-left: none;
    }
    #contact {
        padding: 0.88rem;
        padding-bottom: 5rem;
        border: none !important;
    }
    #contact h5 {
        font-size: 0.88rem;
        padding: 0.88rem;
        text-align: left;
        margin-bottom: 0;
    }
    #contact .row {
        border-left: 1px solid #4338CA;
        border-right: 1px solid #4338CA;
    }
    #contact .row > div {
        padding: 0;
    }
    #contact .row > div h5.b-b {
        border-bottom: 1px solid #4338CA;
    }
}