.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    display: flex !important;
}

.pagination .page-item a {
    color: #ffffff;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    outline: none;
}

.pagination .page-item a:focus {
    outline: none;
    box-shadow: none;
}

.pagination .page-item.active a {
    color: #000;
    background-color: transparent;
    font-weight: bold;
}

.pagination li + li {
    margin-top: 0 !important;
}

.news-content img {
    max-width: 100%;
    height: auto;
}

.privacy-section h4 {
    color: #fff;
    margin-top: 4rem;
}

.navbar-dark .sidebar .navbar-nav li.active a.nav-link {
    color: #c6a366;
}

.navbar-dark .sidebar .navbar-nav li.dropdown .dropdown-item.active {
    color: #c6a366;
    padding-left: 2.5rem;
    font-weight: bold;
}

#main-video video {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.btn-team-email {
    cursor: default !important;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.objectives .objective-item .objective-icon {
    background: none;
}

/* JOBS */
.jobs-row > div:nth-child(even) .single-job {
    background: #efefef;
}

.single-job {
    background: #fff;
    padding: 3rem;
}

.jobs-row a {
    text-decoration: none;
    color: initial;
}

.single-job:hover {
    background: #cacaca !important;

}

.job-arrow {
    font-size: 1.5rem;
}


/* Home video */
.home-video-wrapper {
    padding: 0 0 1px 0;
    margin: 5.6rem 0 3.2rem 0;
}

.home-video-wrapper .video-box {
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .35) 0 25px 60px;
    cursor: pointer;
    margin-bottom: -60px;
    z-index: 2;
}

.home-video-wrapper .video-box .img-fluid {
    position: relative;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.home-video-wrapper .video-box .video-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /*background: rgba(10, 10, 10, .25);*/
    /*backdrop-filter: blur(1px);*/
    /*background: rgba(10, 10, 10, .45);*/
    /*backdrop-filter: blur(2px) grayscale(1);*/
}

.home-video-wrapper .video-box .video-info img {
    /*width: 64px;*/
    /*height: 64px;*/
    width: 4rem;
    height: 4rem;
}

.home-video-wrapper .video-box .video-info h5 {
    font-weight: 600;
    color: #fff;
    margin: 15px 0 5px 0;
    font-size: 2rem;
}

.light-mode .home-video-wrapper {
    background: #f2f3f4;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-video-wrapper .video-box .video-info h5 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .home-video-wrapper .video-box .video-info img {
        width: 24px;
        height: 24px;
    }

    .home-video-wrapper .video-box .video-info h5 {
        font-size: 1rem;
    }

    .home-video-wrapper .video-box .video-info {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center;
    }
}

/* Portfolio logos */
.three-concepts.portfolio-logos:before {
    display: none;
}

.three-concepts.portfolio-logos h2 {
    margin-bottom: 4rem;
}

.portfolio-logos .see-more {
    margin-top: 1rem; /* 5rem */
}

.product-details.portfolio h1 span:before {
    left: -20px;
}

/*.product-details.portfolio-block h1 span:before {*/
/*    left: -20px;*/
/*}*/

.product-details.portfolio-block .additional-text ul li:before {
    display: none;
}

.gravity-display-cute span, .gravity-display-box span {
    margin-top: 1rem;
}

.gravity-display-cute {
    color: #fff;
}

.product-details.portfolio {
    padding: 7rem 0 4rem 5rem;
}

img.magie-top-image {
    transition: transform .6s ease-in-out;
    border-radius: 2px;
}

img.magie-top-image:hover {
    transform: rotate(1deg) scale(1.05);
}

.owl-carousel.product-slider .owl-item img {
    /*max-height: 700px;*/
    object-fit: contain;
}

.product-details.portfolio-block {
    padding: 7rem 0 7rem 5rem;
}

.product-details.portfolio-block ul li {
    text-transform: initial;
}

.product-details ul li:before {
    top: 1.2rem;
    left: -0.6rem;
}


.team-contact .btn {
    width: fit-content;
    padding: 4px 10px;
    font-size: 16px;
}

.offices-list .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    border-color: #c6a366;
    background: #c6a366;
    box-shadow: rgba(10,10,10,0.25) 0 0.25rem 1.5rem;
}
.offices-list .btn-outline-primary:not(:disabled):not(.disabled).active {
    pointer-events: none;
}

.offices-list .btn{
   font-size: 1.3rem;
    padding: 1rem 4rem;
}


.product-details.about .team-member {
    border: 1px solid #606060;
    padding: 30px 10px;
    border-radius: 6%;
    height: 80%;
}

.product-details.about .team-member .team-info {
    width: calc(80% - 5px)
}

.portfolio-block.product-details ul li:before {
   display: none;
}

section.portfolio-block.product-details h1 span {
    color: #c6a366;
    position: relative;
    padding-left: 3.5rem;
    font-weight: bold;
    display: block;
}

.three-concepts.achievements:before {
    background: #fff;
}

.three-concepts.achievements .concept-item .concept-number span {
    font-size: 40px;
}

.three-concepts.achievements .concept-item .concept-number.small-number span {
    font-size: 28px;
}

@media (max-width: 1500px) {
    .three-concepts.achievements .concept-item .concept-number span {
        font-size: 1.2rem;;
    }

    .three-concepts.achievements .concept-item .concept-number.small-number span {
        font-size: 0.9rem;
    }
}

.objectives .objective-item .objective-icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(57%) saturate(306%) hue-rotate(359deg) brightness(92%) contrast(86%);
}

@media (max-width: 1500px) {
    .main h1 {
        transform: translateX(0) translateY(-15%) rotate(-90deg);
        font-size: 3.5rem;
        width: 19rem;
    }

    .team-member .team-info .team-contact .btn {
        font-size: 0.8rem;
    }
}


.product-details.product-details-about img.img-fluid {
    width: 100%;
}


@media (max-width: 767px) {
    .product-details.product-details-about.light.about {
        overflow: hidden;
    }
    .product-details.product-details-about.light.about .title:after {
        width: 100000%;
    }

    .team-member .team-info .team-contact .btn {
        font-size: 0.7rem;
    }
}

