@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Defaults */
html,
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    color: black;
    scroll-behavior: smooth;
}

/* Button Outline */
button {
    border: none;
    outline: none;
    box-shadow: none;
}

/* Loader */
#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 9391947;
}

#loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #391947;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* Outline */
input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Error Messages */
#errorHandler {
    color: red;
}

/* Navbar */
.nav-wrapper {
    background-color: #391947;
    color: #EEEEEE;
}

/* Active Sidebar */
#activeSide {
    color: #391947;
}

.sidenav {
    border-right: 15px solid #391947;
}

#activeSide::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #391947;
}

/* Divider */
.divider {
    border: 1px solid #391947;
    width: 100%;
}

.border-bottom-md {
    border-bottom: 2px solid #391947;
    width: 175px;
}

.border-bottom-sm {
    border-bottom: 2px solid #391947;
    width: 120px;
}

/* Heading */
.bolder {
    font-weight: bolder;
}

/* Navbar Brand */
.brand {
    font-size: 30px;
}

/* Hero Carousel */
.bg-img-1 {
    background-image: url("../img/img-3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-2 {
    background-image: url("../img/img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-3 {
    background-image: url("../img/img-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 980px) {
    .carousel.carousel-slider {
        height: 20vh;
    }

    .black-overlay-text-head {
        background-color: rgba(0, 0, 0, 0.747);
        max-width: 200px;
        text-align: center;
        border: 0.5px solid #A27E4A;
    }

    .black-overlay-text {
        background-color: rgba(0, 0, 0, 0.774);
        max-width: 250px;
        text-align: left;
        padding-left: 20px;
        border: 0.5px solid #A27E4A;
    }
}

@media only screen and (min-width: 980px) {
    .carousel.carousel-slider {
        height: 93.5vh;
    }

    .black-overlay-text-head {
        background-color: rgba(0, 0, 0, 0.747);
        max-width: 400px;
        text-align: center;
        border: 0.5px solid #A27E4A;
        padding: 20px;
    }

    .black-overlay-text {
        background-color: rgba(0, 0, 0, 0.774);
        max-width: 500px;
        text-align: left;
        padding-left: 20px;
        border: 0.5px solid #A27E4A;
        padding: 20px;
    }
}

.row.slider-center {
    position: absolute;
    top: 50%;
    width: 100%;
}

i#next {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #634e4e99;
    font-size: 35px;
    font-weight: 800;
    border-radius: 50px;
    border: 1px solid;
    cursor: pointer;
}

i#prev {
    position: absolute;
    left: 20px;
    color: #fff;
    background: #634e4e99;
    font-size: 35px;
    font-weight: 800;
    border-radius: 50px;
    border: 1px solid;
    cursor: pointer;
}

/* Border Radius */
.br-10 {
    border-radius: 10px;
}

/* Button(s): LMPPT */
.btn-LMPPT,
.btn-LMPPT:hover {
    background-color: #391947;
    color: #A27E4A;
    border: 0.5px solid #A27E4A;
    border-radius: 30px;
    min-width: 200px;
    max-width: 350px;
    min-height: 45px;
    max-height: 55px;
}

/* Footer */
.page-footer {
    background: #391947;
    color: #A27E4A;
}

#page-footer {
    background: #391947;
    color: #A27E4A;
}

/* Displays */
.d-none {
    display: none !important;
}

.d-inline {
    display: inline-block !important;
}

/* Text Color */
.LMPPT-text {
    color: #A27E4A;
}

.LMPPT-text-light {
    color: rgba(254, 148, 0, 0.719);
}