﻿#main {
    padding: 0;
    position: relative;
}

#main .title {
    text-align: center;
    padding: 3.75rem 0 3.75rem 0;
}

@media screen and (min-width: 992px) {
    .text-dark-mobile {
        color: black !important;
    }

    #main .title {
        text-align: left;
        top: 16%;
        position: absolute;
        width: 30%;
        height: 100%;
    }
}

@media screen and (min-width: 2493px) {
    #main .title {
        width: 23%;
    }
}

@media screen and (min-width: 2772px) {
    #main .title {
        width: 20%;
    }
}

.line {
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(#000), color-stop(50%, #333));
}

@media (min-width: 992px) {
    #features {
        background: url('https://cdn.originpc.com/img/landing/corsair-crafted/features-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }
}

.underline {
    background: #cc181e;
    width: 0;
    height: 2px;
    margin-bottom: 1.5rem;
}

.lineWidth {
    -webkit-animation: 1s lineWidth ease;
    animation: 1s lineWidth ease;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.carousel-control-prev, .carousel-control-next {
    background: rgba(0,0,0,0.75);
    width: 6rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 4rem !important;
    height: 4rem !important;
}

/** gallery **/
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

button {
    outline: none !important
}