﻿@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 10px;
}

body {
    font-family: "Libre Franklin", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

/*Utilities*/

a {
    text-decoration: none;
}

.bg-custom {
    background-image: url('../assets/fuze-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-success {
    background-color: #0089FF !important;
}

.border-1 {
    border: 1px solid #dadfe3;
    border-radius: 5px;
    cursor: pointer;
    padding: 0.8rem;
}

.border-bottom {
    border-bottom: 1px solid #808080
}

.btn-custom {
    border: 1px solid transparent;
    border-radius: 5px;
    color: white;   
    font-size: 1.2rem;
    padding: 0.75rem 3rem;
    outline: none;
}

.btn-primary {
    background: #0089FF;
}

.btn-lg {
    padding: 1rem;
}

.btn-vote {
    width: 77px;
    padding: 1.4rem;
}

.btn-active {
    background: #0089FF;
    border: 1px solid #0089FF;
}

.btn-inactive {
    background: none;
    border: 1px solid;
    color: black;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.carousel {
    height: 550px;
}

.custom-bg-primary {
    background-color: #0033A1;
}

.custom-padding {
    padding: 30px 50px;
}

.d-lg-none {
    display: none;
}

.font-xs {
    font-size: 1.1rem;
}

.font-sm {
    font-size: 1.2rem;
}

.font-md {
    font-size: 1.5rem;
}

.font-lg {
    font-size: 2rem;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-bolder {
    font-weight: 800;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-thin {
    font-weight: 100;
}

.form-container {
    border: 1px solid #dadfe3;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    width: 66.66%;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 25%);
}

.form-control-lg {
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
}

.gap {
    gap: 1.5rem;
}

gap-xl-6 {
    gap: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.h-5 {
    height: 67px;
}

.mb-lg-3 {
    margin-bottom: 1rem;
}

.mb-lg-5 {
    margin-bottom: 3rem;
}

.min-h-100 {
    min-height: 100px !important;
}

.ms-6 {
    margin-left: 6rem;
}

.modal-md {
    max-width: 750px;
}

.overlay-container {
    border: 1px solid lightgray;
    border-radius: 1rem;
    height: 45rem;
    position: relative;
    padding: 2.5rem;
    width: 30rem;
}
.overlay-container img {
    border-radius: 10px 10px 5px 5px;
    height: 360px;
    object-fit: cover;
    width: 100%;
}
.overlay-container:hover .overlay {
    height: 30%;
}        

.overlay {
    background-color: rgb(0 0 0 / 60%);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    transition: .5s ease;
}

.pill {
    background: #ffffff;
    border: 1.5px solid black;
    border-radius: 50rem;
    color: #3d60ad;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.75rem 3rem;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.rounded-bottom-left {
    border-bottom-left-radius: 5px;
}

.rounded-corner {
    border-radius: 10px;
}

.rounded-top-left {
    border-top-left-radius: 5px;
}

.text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

text-lg-nowrap {
    white-space: nowrap
}

textarea {
    font-family: "Montserrat", sans-serif;
}

.fade {
    transition: opacity 0.5s linear !important;
}

ul {
    list-style: none;
}

.validation-error {
    border: 1px solid red;
}

.vote {
    border: 1px solid transparent;
    border-radius: 5%;
    color: white;
    font-size: 1.2rem;
    padding: 1rem 5rem;
    outline: none;
}

.w-40 {
    width: 40%;
}


/*Main*/
#categories button.active {
    background-image: linear-gradient(90deg,#0089FF,#8960ff);
    background-origin: border-box;
    background-clip: border-box;
    border-image: linear-gradient(90deg,#0089FF,#8960ff);
    color: #ffffff;
}

#categories button:hover {
    background-image: linear-gradient(90deg,#0089FF,#8960ff);
    background-origin: border-box;
    background-clip: border-box;
    border-image: linear-gradient(90deg,#0089FF,#8960ff);
    color: #ffffff;
}

.h-80px {
    height: 80px;
}

.hero-banner, .hero-banner-item-col, .row.no-gutters {
    height: 300px;
}

.hero-banner-item-col__content-text {
    padding: 0 2rem;
}

.hero-banner-item-col__title {
    font-size: 35px;
}

.lines::before {
    background: #dadfe3;
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -2;
}

.lines::after {
    background: #dadfe3;
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -2;
}

.loader-container {
    background-color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 100%;
    z-index: +100 !important;
}

.loader {
    border-top: 4px rgba(0, 123, 255) solid;
    border-radius: 100%;
    height: 250px;
    width: 250px;
    animation: spin 1000ms forwards 0.75s;
} 

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#dashboard .carousel-item img {
    height: 100%;
    object-fit: fill;
    width: 100%;
}

.toast-container {
    top: 0;
}


@media (max-width: 575.98px) {
    .btn-custom {
        padding: 0.75rem 6rem;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .d-xs-block {
        display: block;
    }

    .d-xs-none {
        display: none
    }

    .flex-xs-wrap {
        flex-wrap: wrap;
    }

    .form-container {
        width: 100%;
    }

    .hero-banner, .hero-banner-item-col, .row.no-gutters {
        height:350px;
    }
    
    .hero-banner-item-col__content-text {
        padding: 3rem;
    }

    .hero-banner-item-col__button  {
        margin-top: 0;
    }

    .hero-banner-item-col__button a {
        max-width: 100%;
    }

    .gap-xs-4 {
        gap: 1.5rem
    }

    .gap-xs-5 {
        gap: 3rem
    }

    .justify-content-center-xs {
        justify-content: center;
    }

    .lh-2 {
        line-height: 2rem;
    }

    .mb-xs-0 {
        margin-bottom: 0;
    }

    .mb-xs-3 {
        margin-bottom: 1rem;
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem;
    }

    .overlay-container {
        height: 100%;
        padding: 1.5rem;
        width: 100%;
    }

    .pill {
        padding: 0.75rem 3.5rem;
    }

    .p-xs {
        padding: 1.5rem;
    } 

    .px-xs {
        padding: 0 2.5rem
    }

    .px-xs-4 {
        padding: 0 3rem;
    }

    .px-xs-5 {
        padding: 0 4rem;
    }

    text-lg-nowrap {
        white-space:normal;
    }

    .toast-container {
        top: 0;
    }

    .w-xs-50 {
        width: 50%;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767.98px) {
    .form-container {
        width: 100%;
    }

    .gap-sm {
        gap: 1rem;
    }

    .hero-banner-item-col__content-text {
        padding: 3rem;
    }

    .hero-banner-item-col__button {
        margin-top: 0;
    }

    .hero-banner-item-col__button a {
        max-width: 100%;
    }

    .hero-banner, .hero-banner-item-col, .row.no-gutters {
        height: 500px;
    }

    .mb-xs-4 {
        margin-bottom: 2rem;
    }

    .overlay-container {
        height: 100%;
        padding: 1.5rem;
        width: 100%;
    }
    
    .pill {
        padding: 0.75rem 2rem;
    }

    .title {
        margin: 0
    }
}

@media (max-width: 280px) {
    .hero-banner-item-col__content-text{
        padding: 1.5rem;
    }

    .hero-banner-item-col__button {
        margin-top: 0;
    }

   .hero-banner-item-col__button a {
        max-width: 100%;
   }

    .mb-xs-4 {
        margin-bottom: 1.2rem;
    }
    
    .mt-0 {
        margin-top: 0;
    }
}

@media (max-width: 540px) {
    .hero-banner, .hero-banner-item-col, .row.no-gutters {
        height: 100%;
    }

    .header__secondary-bar-login, .header__secondary-bar-search {
        display: none;
    }

    .toast-container {
        top: 0;
    }
}

@media (min-width: 1400px) {
    .hero-banner-item-col__content-text {
        padding: 0 5rem;
    }

    .hero-banner, .hero-banner-item-col, .row.no-gutters {
        height: 500px;
    }

    #dashboard .carousel-item img {
        height: 100%;
        object-fit: fill;
    }

    .button--large {
        max-width: 60%;
    }

    .toast-container {
        top: 26%;
    }    
}

@media (width: 912px) {
  

    .toast-container {
        top: 26%;
    }
}

@media (width: 1024px) {


    .toast-container {
        top: 0;
    }
}

@media (width: 1280px) {


    .toast-container {
        top: 9%;
    }
}

