@import "./index.scss";
@import "../../node_modules/bootstrap/dist/css/bootstrap.min.css";

.video-style-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #052c52;
    padding: 45px;
    min-height: 203px;
    .popup-youtube {
        color: #ffffff;
        position: relative;
        font-size: 30px;
        &:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
        }
        &:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            width: 65px;
            height: 65px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            -webkit-animation: pulse-border 1700ms ease-out infinite;
            animation: pulse-border 1700ms ease-out infinite;
        }
    }
}
.lead {
    font-size: 16px !important;
    line-height: 26px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.text-dark {
    color: #052c52 !important;
}
.h2,
h2 {
    font-size: 40px;
    line-height: 45px;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    color: #052c52;
    margin-top: 0px;
    letter-spacing: -1px;
}
.padding0 {
    padding: 0 !important;
}
.feature-card-container {
    position: relative;
    overflow: hidden;
    height: 460px;
    transition: height 700ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    margin-left: -15px;
    margin-right: -15px;
}
.feature-card-wrapper {
    // position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    will-change: transform;
    opacity: 1;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform, opacity;
    .gallery-item {
        &:nth-child(0) {
            .gallery-img {
                background-image: url("https://themes.potenzaglobalsolutions.com/html/transpo/images/portfolio/01.jpg");
            }
        }
    }
}

.my-shuffle-container.columns-4 .grid-item {
    width: 25%;
    padding: 10px;
}

.my-shuffle-container.columns-4 .grid-item {
    width: 25%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10px;

    &:before {
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        top: auto;
        background: rgba(5, 44, 82, 0.85);
        content: "";
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .gallery-img {
        background-size: cover;
        min-height: 350px;
        background-position: center center;

        .gallery-info {
            padding: 0 30px;
            width: 100%;
            position: absolute;
            left: 50%;
            bottom: 0px;
            z-index: 2;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            background: transparent;
        }
        .gallery-title {
            display: block;
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .gallery-info p {
            overflow: auto;
            color: #ffffff;
        }
        .icon-btn {
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: #efb225;
            color: #ffffff;
            display: inline-block;
        }
        .icon-btn {
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: #efb225;
            color: #ffffff;
            display: inline-block;
        }
        .icon-white {
            background: #ffffff;
            color: #efb225;
        }
    }
}

a {
    outline: medium none !important;
    color: #efb225;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.counter {
    text-transform: capitalize;
    .counter-number {
        font-size: 30px;
        color: #efb225 !important;
    }
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #052c52;
    &:hover {
        background: #052c52;
        border-color: #052c52;
        color: #ffffff;
    }
}
.btn-padding {
    padding: 22px 40px;
    font-weight: 600;
}
.gallery-title {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.text-white {
    color: #fff !important;
}
.gallery-info {
    text-align: center;
    .icon-btn {
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #efb225;
        color: #ffffff;
        display: inline-block;
        margin-right: 4px;
    }
    .icon-white {
        background: #ffffff;
        color: #efb225;
    }
    p {
        overflow: auto;
        color: #ffffff;
        margin-bottom: 1rem;
        font-size: 13px;

        text-align: center;
    }
    i {
        font-size: 13px !important;
        width: 100%;
        text-align: center;
        color: inherit !important;
    }
    a {
        text-align: center;
    }
}

.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.map-image {
    // border-radius: 5px;
    // margin: 10px;
    img {
        // background: #f1f1f1;
    }
}
.btn-blue {
    background-color: #2196f3;
    color: white;
}
@media all {
    .page-break {
        display: none;
    }
}

@media print {
    html,
    body {
        height: initial !important;
        overflow: initial !important;
        -webkit-print-color-adjust: exact;
    }
}

@media print {
    .page-break {
        margin-top: 1rem;
        display: block;
        page-break-before: auto;
    }
}

@page {
    size: auto;
    margin: 20mm;
}
