.hero__section__video__container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video__hero__section {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero__section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(180deg, #273242 0%, #8d5aba 322.93%);

    z-index: 1;
}
.hero__section__content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.hero__sec__music__container {
    display: none;
}
.hero__section__links {
    display: none;
}
/* .nav__bar__link {
  font-weight: 400;
  font-size: 14px;
}
.navbar__btn {
  height: 50px;
  width: 158px;
}
.navbar__container .width__max__content {
  width: max-content;
  flex-grow: unset;
} */
.vid_cp h3 {
    font-size: 24px;
    font-weight: 300;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 22px;
}
.vid_cp h3::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="69" height="9" viewBox="0 0 69 9" fill="none"><path d="M0.169873 4.5L4.5 8.83013L8.83013 4.5L4.5 0.169873L0.169873 4.5ZM67.5 5.25C67.9142 5.25 68.25 4.91421 68.25 4.5C68.25 4.08579 67.9142 3.75 67.5 3.75V5.25ZM4.5 5.25H67.5V3.75H4.5V5.25Z" fill="white"/></svg>');
    top: -4px;
    position: relative;
    margin-right: 8px;
}
.vid_cp h3::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="69" height="9" viewBox="0 0 69 9" fill="none"><path d="M1.5 3.75C1.08579 3.75 0.75 4.08579 0.75 4.5C0.75 4.91421 1.08579 5.25 1.5 5.25V3.75ZM68.8301 4.5L64.5 0.169873L60.1699 4.5L64.5 8.83013L68.8301 4.5ZM1.5 5.25H64.5V3.75H1.5V5.25Z" fill="white"/></svg>');
    top: -4px;
    position: relative;
    margin-left: 8px;
}

.vid_cp h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 74px;
}
.hd_ctg {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 99;
    /* border-radius: 20px; */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(205, 205, 205, 0.12) 100%
    );
    backdrop-filter: blur(10px); /*32px*/
    padding: 20px;
    overflow: hidden;
}
.hd_ctg .owl-stage-outer {
    overflow: visible;
}
/* .hd_ctg > div,
.hd_ctg > a, */
.hd_ctg .item,
.hd_ctg .owl-item {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.hd_ctg .item:last-child,
.hd_ctg .owl-item:last-child {
    border: 0;
}
/* .hd_ctg > div:last-child,
.hd_ctg > a:last-child, */
.hd_ctg .owl-item:last-child .item {
    border: 0 !important;
}
.hd_ctg .owl-item img {
    height: 90px;
}
/* .hd_ctg > div span,
.hd_ctg > a span, */
.hd_ctg_link span {
    /* display: block; transition: transform 300ms ease-in-out; padding: 14px 0; */
    transform: scale(1.3);
    transition: transform 300ms ease-in-out;
    padding: 14px 0;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .hd_ctg > div:hover span,
.hd_ctg > a:hover span, */
.hd_ctg_link:hover span {
    transform: scale(1.6);
}
.hd_ctg > div img,
.hd_ctg > a img {
    margin-bottom: 8px;
    width: 140px;
}
.hd_ctg h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 33px;
    line-height: 1;
}
@media screen and (min-width: 1200px) {
    .px-md-stories {
        padding-inline: 100px !important;
    }
}
.stories .owl-stage-outer {
    overflow-y: visible;
    padding: 24px 0;
}
.stories {
    position: relative;
    overflow: visible;
}
.stories_bx {
    border-radius: 14px;
    overflow: hidden;
    max-width: 162px;
    height: 235px;
    position: relative;
}
.stories .item {
    transition: all 300ms ease-in-out;
}
.stories .item:hover {
    transform: scale(1.05);
}

.stories_bx span {
    height: 235px;
    display: block;
    background-color: #000;
}
.stories_bx span img {
    object-fit: cover;
    min-height: 140%;
    opacity: 0.5;
    transition: transform 300ms ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.stories_bx:hover span img {
    transform: scale(1.1) translateY(-50%);
    z-index: 9;
    opacity: 0.9;
}

/* .stories_bx span img::before,
.stories_bx:hover span img::before {
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    inset: 0;
    z-index: 99;
} */

.stories_bx dd::before {
    /* content: '';
    position: absolute;
    width: 46px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: block;
    margin: 20px;
    outline: 3px #fff dashed;
    outline-offset:3px;
    z-index: 999;
    top:-20px;
    left:-20px; */

    content: "";
    position: absolute;
    width: 46px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: block;
    margin: 20px;
    outline: 2px #fff dashed;
    outline-offset: 3px;
    z-index: 999;
    top: -20px;
    left: -20px;
    width: 100%;

    word-spacing: -10px;
    letter-spacing: -10px;
}
.stories_bx dd::before {
    animation: rotation 10000ms linear infinite;
}
.stories_bx dd {
    position: absolute;
    width: 46px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    margin: 20px;

    z-index: 999;
}
.stories_bx dt {
    position: absolute;
    z-index: 99;
    inset: auto 14px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    width: 90%;
    display: block;
    text-align: left;
}
.stories dd img {
    width: 800%;
}
.stories dd img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}
.stories .items {
    display: flex;
    justify-content: center;
}
.stories h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.prj {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    overflow: hidden;
}
.prj p {
    max-width: 600px;
    display: block;
    font-size: var(--cmn-text-size);
    font-weight: 400;
    margin-bottom: 70px;
}
.prj h2 {
    margin-bottom: 34px;
}
.prj small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 22px;
}
/* .owl-projects { overflow:hidden;} */
.owl-projects .owl-stage-outer {
    overflow: unset;
}
.prj .owl-item {
    transition: transform 300ms ease-in-out;
    z-index: 1;
    position: relative;
}
.prj .owl-projects2 .owl-stage {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}
.owl-projects2 .item {
    width: 100% !important;
}

.prj .owl-projects .item {
    max-height: 550px;
    overflow: hidden;
    transition: transform 300ms ease-in-out;
}
.prj .owl-item:hover .item::before {
    content: "";
    z-index: 9;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(180deg, #4264fe 0%, #8d5aba 100%);
    inset: 0;
}
.prj .owl-projects .owl-item:hover {
    transform: scale(1.1);
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.prj .owl-item .prj_text {
    filter: opacity(0);
    position: absolute;
    z-index: 99;
    isolation: isolate;
    display: flex;
    align-items: end;
    inset: 0;
    padding: 40px 130px 80px 40px;
    text-align: left;
    transition: filter 300ms ease-in-out;
}
.prj .owl-item .prj_text:first-child {
    padding-left: 60px;
}
.prj .owl-item:hover .prj_text {
    position: absolute;
    filter: opacity(1);
}

.prj_text h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    width: 80%;
    /* min-height: 45px; */
}
.prj_text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item-image {
    height: 435px;
    overflow: hidden;
    /* margin-bottom: 32px; */
}
.owl-projects-2 {
    gap: 25px;
    flex-direction: column;
}
.owl-projects-2 .item {
    cursor: pointer;
    width: 25%;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    /* height: 620px; */
}

.owl-projects-2 .item:hover {
    transform: scale(1.03) !important;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    z-index: 99;
}
.owl-projects-2 .item::before {
    transition: all 300ms ease-in-out;
    background: transparent;
}
.owl-projects-2 .item .item-image {
    position: relative;
    transition: all 300ms ease-in-out;
    
}
.owl-projects-2 .item .item-image img {
    min-width: 100%;
    object-fit: cover;
}
.owl-projects-2 .item:hover .item-image::before {
    content: "";
    z-index: 9;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(180deg, #4264fe 0%, #8d5aba 100%);
    inset: 0;
}

.owl-projects-2 .item::before {
    content: "";
    z-index: 9;
    position: absolute;
    opacity: 0.6;
    /* background: linear-gradient(180deg, #4264fe 0%, #8d5aba 100%); */
    inset: 0;
}
.owl-projects-2 .item img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prj .owl-projects-2 .prj_text {
    filter: opacity(0);
    position: absolute;
    z-index: 99;
    isolation: isolate;
    display: flex;
    inset: 0;
    text-align: left;
    transition: filter 300ms ease-in-out;

    flex-direction: column;
}

.owl-projects-2 .item:hover .prj_text {
    position: absolute;
    filter: opacity(1);
}
.prj .owl-projects-2 .owl-item:hover {
    transform: scale(1.01);
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.prj .owl-projects-2 .item .prj_text:first-child {
    padding-left: 60px;
}
/* .prj .owl-projects-2 .item:hover .prj_text {
  position: absolute;
  filter: opacity(1);
} */

.prj .owl-projects-2 .item .prj_text {
    position: relative;
    filter: opacity(1);
    background-color: #f6f3f8;
    padding: 25px 0 25px;
    text-align: center;
    align-items: center;
}
@media screen and (min-width: 900px) {
    .owl-projects-2 {
        flex-direction: row;
    }
    .prj .owl-projects-2 .item .prj_text2 {
        position: absolute;
        filter: opacity(0);
        padding: 29px;
        inset: auto 0 73px 0;
        text-align: left;
        color: #fff;
        background: none !important;
        align-items: start;
        min-height: 160px;
        z-index: 99;
        transition: all 300ms ease-in-out;
    }

    .owl-projects-2 .item:hover .prj_text2 {
        filter: opacity(1);
    }
    .prj_text2 p {
        font-size: 24px;
        color: #fff;
        margin: 0;
    }
    .prj_text2 h2 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
}
@media screen and (max-width: 899px) {
    .prj_text2 {
        display: none !important;
    }
}
.owl-projects .item {
    position: relative;
}
.owl-projects .flags {
    content: "";
    position: absolute;
    z-index: 999;
    inset: auto 0 0 0;
    background: var(--light-grey);
    height: 100%;
}

.prj .owl-projects .item img {
    object-fit: contain;
    min-width: 100%;
    min-height: 550px;
    width: auto;
}
.tst .carousel-indicators {
    /* margin-bottom: -24px !important; */
}
.about {
    padding: 70px 0;
    margin-bottom: 22px;
}

.life {
    background: var(--light-grey) url(../i/image3.jpg) center left 55vw
        no-repeat;
    background-size: auto 180%;
    padding: 0;
    position: relative;
}
.life-screen {
    position: absolute;
    z-index: 9;
    left: 55vw;
    width: 45vw;
    /* height: 100%; */
    inset: 0 0 0 auto;
    background-color: var(--light-grey);
}
.life .life-text {
    padding: var(--main-padding);
}

.tst-row {
    border-bottom: solid 1px #d8d8d8;
    padding: 40px 0;
}

.tst_user h4 {
    color: var(--Shades-3, #273242);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tst_user h5 {
    color: var(--text-grey, #848484);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact {
    padding: var(--main-padding);
    background-color: var(--light-grey);
}

.form-section {
    padding-top: 250px;
    padding-bottom: 94px;
}
.form-section label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.news_bx {
    overflow: hidden;
    width: 50%;
    position: relative;
    min-height: 800px;
}
.news_bx img {
    object-fit: cover;
    object-position: center center;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    transition: transform 300ms ease-in-out;
}
.news_bx:hover img {
    transform: scale(1.1);
}
.news_bx::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.news_bx span {
    position: absolute;
    z-index: 99;
    inset: auto 0 0 0;
    padding: 80px;
    color: #fff;
    width: 75%;
    min-height: 472px;
}
.news_bx h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
}
.news_bx a {
    color: var(--highlights, #eca740);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

/* 
  footer .links:hover a .span-cube, footer .links.hover a .span-cube {
    -webkit-transform: translateZ(-14px) rotateX(90deg);
    transform: translateZ(-14px) rotateX(90deg)
  }
  footer .links a span:nth-child(1) {
    color: transparent;
    position: relative;
    width: 100%;
    display: block
  }
  footer .links a span:nth-child(2) {
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-transform: rotateX(0deg) translateZ(14px);
    transform: rotateX(0deg) translateZ(14px);
    backface-visibility: hidden;
    -webkit-transition: opacity .6s ease-in-out;
    transition: all .6s ease-in-out
  }
  footer .links:hover a span:nth-child(2), footer .links.hover a span:nth-child(2) {
    opacity: 0
  }
  footer .links a span:nth-child(3) {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform: rotateX(-90deg) translateZ(0px);
    transform: rotateX(-90deg) translateZ(0px);
    backface-visibility: hidden;
    -webkit-transition: opacity .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-weight: 300;
    font-size: 14px
  }
  footer .links:hover a span:nth-child(3), footer .links.hover a span:nth-child(3) {
    opacity: 1
  } */

/* .flags {
    position: absolute;
    display: flex;
    height: 100%;

    width: 100vw;
    z-index: 999;

  }
  .flags div {
    background-color: #fff;
    height: 100%;
  } */

@media screen and (max-width: 900px) {
    .hd_ctg  {
        padding-bottom: 65px;
    }
    .hd_ctg .item,
    .hd_ctg .owl-item {
        border: 0 !important;
    }

    .hd_ctg .item {
        border-right: solid 1px rgba(255, 255, 255, 0.3);
        padding: 0 24px;
        height: 120px;
    }
    .owl-projects-2 .item {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 32px;
    }
    .flex-m-column {
        flex-direction: column !important;
    }
    .stories,
    .contact_form,
    footer.padding-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .tsti h2 {
        width: 80%;
        margin: 0 auto;
    }
    .vid_cp h1 {
        font-size: 30px;
        line-height: 1;
    }
    .vid_cp h3 {
        font-size: 12px;
        margin-bottom: 22px;
    }
    .hd_ctg a {
        color: #fff;
        text-decoration: none;
    }
    .hd_ctg > div:hover span,
    .hd_ctg > a:hover span {
        transform: scale(1);
    }
    .news_bx {
        width: 100% !important;
    }
    .news_bx img {
        min-height: 100%;
        max-width: none !important;
    }
    .news_bx span {
        padding: 24px;
    }
    .life,
    .news {
        display: none;
    }
    .ftr_btm {
        background-color: #1c1e27;
        text-align: center !important;
        padding: 30px 0;
    }
    .ftr_btm > div {
        margin: 0 !important;
    }
    .ftr_btm .payment_cards {
        display: none;
    }
    .ftr_btm .d-flex > div {
        text-align: center;
        width: 100%;
    }
    .testingElement {
        display: none;
    }
    .about {
        padding: 70px 0;
        background-color: var(--sub-color);
    }
    .about * {
        color: #fff;
    }
    .about .container {
        padding: 0 !important;
    }
    .about_text {
        margin: 0 !important;
        padding: 30px;
    }
}
