.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
    top: 1.185596%;
    left: 11.887052%;
    width: 76.225895%;
    height: 72.628809%;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
    padding-bottom: 122%;
    width: 169%;
    height: 126%;
    /* transform: translateX(-62px); */

    transform: translate(-67px, 23px);
}

.device-wrapper2 {
    max-width: 253px;
    width: 102%;
}

.checkeer{
    filter: hue-rotate(
        485deg
        ) brightness(1.7) saturate(68.5) contrast(1.5) blur(0.5px) !important;
}

.logoBco{
    filter: brightness(66.5) contrast(46.5) hue-rotate(
        246deg
        ) saturate(43.5) sepia(1) !important;
}

.device2 {
    position: relative;
    background-size: cover;
}

.device2::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.device2 .screen {
    position: absolute;
    background-size: cover;
    pointer-events: auto;
}

.device2 .button {
    position: absolute;
    cursor: pointer;
}

.device2[data-device=iPhoneX2][data-orientation=portrait][data-color=black] {
    padding-bottom: 198.898071625%;
}

.device2[data-device=iPhoneX2][data-orientation=portrait][data-color=black] .screen {
    top: 4.185596%;
    left: 11.887052%;
    width: 76.225895%;
    height: 72.628809%;
    object-fit: cover;
}

.device2[data-device=iPhoneX2][data-orientation=portrait][data-color=black] {
    padding-bottom: 122%;
    width: 169%;
    height: 126%;
    /* transform: translateX(-62px); */

    transform: translate(-67px, 23px);
}

.device2[data-device=iPhoneX2][data-orientation=portrait][data-color=black] .button {
    display: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}


.device2[data-device=iPhoneX2][data-orientation=portrait][data-color=black]::after {
    content: "";
    background-image: url("../assets/img/comp.png");
  }

  .navbar-light .navbar-brand {
    color: rgba(0, 94, 71, 0.973);
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:active {
    color: #009c82;
  }
  