/*==============================================
    Top Notch
===============================================*/
.top-notch {
    position: relative;
    display: block;
    padding-top: 171px;
    z-index: 1;
}

.top-notch__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 830px;
    background-color: #000000;
    z-index: -1;
}

.top-notch__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .45;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-notch__inner {
    position: relative;
    display: block;
    margin-left: 65px;
    margin-right: 65px;
}

.top-notch__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-notch__top-left {
    position: relative;
    display: block;
}

.top-notch__top-sub-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--gizmo-white);
}

.top-notch__top-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 56px;
    color: var(--gizmo-white);
    text-transform: capitalize;
    margin-top: 38px;
}

.top-notch__top-btn-box {
    position: relative;
    display: block;
}

.top-notch__bottom {
    position: relative;
    display: block;
    margin-top: 179px;
}

.top-notch__bottom .row {
    --bs-gutter-x: 0px;
}

.top-notch__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 97px 50px 60px;
    z-index: 1;
}

.top-notch__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gizmo-base);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    z-index: -1;
}

.top-notch__single-2::before {
    background-color: var(--gizmo-black);
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}

.top-notch__icon {
    position: relative;
    display: inline-block;
}

.top-notch__icon span {
    position: relative;
    display: inline-block;
    font-size: 56px;
    color: var(--gizmo-black);
}

.top-notch__single-2 .top-notch__icon span {
    color: var(--gizmo-base);
}

.top-notch__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 33px;
    margin-bottom: 28px;
}

.top-notch__title a {
    color: var(--gizmo-black);
}

.top-notch__title a:hover {
    color: var(--gizmo-white);
}

.top-notch__single-2 .top-notch__title a {
    color: var(--gizmo-white);
}

.top-notch__single-2 .top-notch__title a:hover {
    color: var(--gizmo-base);
}

.top-notch__text {
    color: var(--gizmo-black);
}

.top-notch__single-2 .top-notch__text {
    color: var(--gizmo-white);
}

.top-notch__btn-box {
    margin-top: 104px;
}

.top-notch__img-box {
    position: absolute;
    left: 50%;
    top: -130px;
    transform: translateX(-50%);
    z-index: 2;
}

.top-notch__img {
    position: relative;
    display: block;
    width: 394px;
    height: 231px;
    margin: 0 auto;
}

.top-notch__img img {
    width: 100%;
}

/*--------------------------------------------------------------
# Top Notch Two
--------------------------------------------------------------*/
.top-notch-two {}

.top-notch-two .top-notch__icon span {
    color: var(--gizmo-white);
}

.top-notch-two .top-notch__title a {
    color: var(--gizmo-white);
}

.top-notch-two .top-notch__text {
    color: var(--gizmo-white);
}

.top-notch-two .top-notch__single-2 .top-notch__icon span {
    color: var(--gizmo-base);
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/