/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.menuzord {
    z-index: 1000;
}

.logo-image {
    width: 150px;
}

.trainer-item {
    max-height: 200px;
}

.slider-logo {
    height: 95px;
    width: 190px;
}

.d-flex { display: flex; }
.justify-content-center { justify-content: center; }

.icon-box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.icon-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box a {
    margin-top: auto !important;
}

.kickstarter-item {
    background-color: #fff;
    display: flex;
    justify-content: center;
    transition: 200ms ease-in-out;
}

.kickstarter-item img {
    max-height: 500px;
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 2px;
    background-color: #00000055;
}

.image-content {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 600;
    font-size: 20px;
}

.gif-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #e51075;
    border-color: #e51075;
}

.kickstarter-btn {
    background-color: #e51075;
    border-color: #e51075;
    color: #fff;
}

.kickstarter-absolute {
    position: absolute;
    top: 85px;
    right: 15px;
    z-index: 300;
}

.big-button {
    padding: 30px;
    font-size: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .line {
      display: none;
    }
}

@media only screen and (max-width: 650px) {
    .slider-logo {
        height: 50px;
        width: 100px;
    }
    
    .trainer-item {
        max-height: 140px;
    }

    .trainer-biography h5,
    .trainer-biography h6 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .slider-logo {
        height: 30px;
        width: 60px;
    }
    
    .trainer-item {
        max-height: 120px;
    }

    .big-button {
        padding: 10px;
        font-size: 18px;
    }
}
  