/* Digital Transformation - Header + Section 1 + Section 2 */

.header.hp .opti-container-xxl,
.gaming .header .opti-container-xxl {
    /* overflow: hidden; */
}

.header.dt::before {
    background-image: url(../../images/new/dt-bg-design-1.png);
    background-size: 54%;
    background-position: top -130px right -20px;
}

.header.dt::after {
    background-image: url(../../images/new/svg/header-dots.svg);
    background-size: 18%;
    background-position: top 230px left 0;
}

.dt-image {
    width: 510px;
    height: 510px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    position: relative;
}

.image-badges {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    height: 65px;
}

.image-badges img{
    height: 65px !important;
    width: auto !important;
}


section .flex-elem.right .dt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top 0 left 0;
}

.dt-banner {
    position: relative;
}

.dt-s0a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt-banner::before {
    content: "";
    position: absolute;
    top: 19%;
    left: 0;
    background-image: url(../../images/new/svg/dt-design-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    z-index: -1;
}

.header .dt-s0a .text-type-0 {
    padding-right: 60px;
}

.dt-bg-dots-1,
.dt-bg-dots-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 150px;
    left: 0;
}

.dt-bg-dots-1::before {
    background-position: bottom 100px left;
    background-repeat: no-repeat;
    background-image: url(../../images/new/svg/dt-dots-1.svg);
    z-index: 0;
}

.dt-s1 {
    padding-bottom: 80px;
}

.dt-s1::before,
.dt-s1::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    background-repeat: no-repeat;
}

.dt-s1::before {
    top: 0;
    right: 0;
    background-image: url(../../images/new/svg/dt-bg-design-1a.svg);
    background-size: 49%;
    z-index: -2;
}

.dt-s1::after {
    top: 80px;
    right: 140px;
    background-image: url(../../images/new/svg/dt-bg-design-1b.svg);
    background-size: 35%;
    z-index: -1;
}

.dt-s1 .section-text-1 {
    font-family: 'Figtree Rg';
    font-weight: 400;
}

@media (max-width: 1600px) {
    .dt-s1::before {
        top: -8%;
    }
}

@media (max-width: 1200px) {
    .dt-image {
        max-width: 510px;
        width: 100%;
    }

    .dt-s1::before {
        top: 0;
    }
}

@media (max-width: 1025px) {
    .dt-s0a .flex-elem.right {
        width: 55%;
    }

    .dt-s0a .flex-elem.left {
        width: 40%;
    }

    .dt .card-black {
        padding-right: 5px;
    }

    .header .cards .card-black.elem1 {
        display: none;
    }

    section.cards.opti-container-xxl.white-text-card {
        padding: 0;
    }

    .dt .header .cards.white-text-card .card-black:nth-child(4) {
        margin-right: 10px;
    }

    .dt .header .cards.white-text-card .card-black:nth-child(2) {
        margin-left: 0;
    }

    .dt .header .cards.white-text-card .card-black:nth-child(5) {
        margin-right: 0;
    }

    .dt .header .cards.white-text-card .card-black {
        margin: 10px;
        padding-left: 15px;
    }
}

@media (max-width: 901px) {
    .dt-s0a.mt-54 {
        flex-wrap: wrap;
    }

    .dt-s0a .flex-elem.left,
    .dt-s0a .flex-elem.right {
        width: 100%;
        margin-bottom: 20px;
    }

    .dt-s1 .text-image-elem.left {
        margin-right: 40px;
    }
}

@media (max-width: 769px) {
    .text-image-elem {
        width: 100%;
    }

    .text-image-elem.right {
        width: calc(100% + 60px);
    }

    .dt .card-black img {
        height: 26px;
    }

    section.dt-s1.text-image {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .dt .dt-s1.text-image.image-text-2 {
        padding-top: 40px;
    }
}

@media (max-width: 580px) {
    .dt .header .card-black {
        width: 42%;
    }

    .dt .header .dt-s0.cards.white-text-card .card-black {
        width: 41%;
    }

    .dt .header .cards.white-text-card .card-black.elem3 {
        margin-right: 0;
    }

    .dt .header .cards.white-text-card .card-black.elem4 {
        margin-left: 0;
    }

    .clients {
        margin-bottom: 60px;
    }

    .dt .dt-image {
        height: 400px;
    }
}

@media (max-width: 450px) {
    .header .dt-s0a .text-type-0 {
        padding-right: 0;
    }

    .dt-s1 .text-image-elem.left {
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .dt .header .dt-s0.cards.white-text-card .card-black {
        width: 39%;
    }

    .dt .dt-image {
        height: 325px;
    }
}

/* Sectiune pentru animatie */

.content-transition {
    transition: opacity 2s ease-in-out;
    opacity: 0;
    display: none;
}

.show {
    display: block;
    opacity: 1;
}

/* Digital Transformation - Section 3 */

.dt-s3 .box-elem {
    max-width: 430px;
    margin: 18px 0;
}

.dt-s3 .corner-box-elem {
    width: 45%;
    margin: 18px 0 0 40px;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
    /* Hide the element when the opacity is 0 */
}

.dt-bg-design-1 {
    position: relative;
}

.dt-bg-design-1::before,
.dt-bg-design-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.dt-bg-design-1::before {
    background-position: top 0 center;
    background-image: url(../../images/new/svg/dt-bg-design-2a.svg);
}

.dt-bg-design-1::after {
    background-position: bottom 390px center;
    background-image: url(../../images/new/svg/dt-bg-design-2b.svg);
}

.dt-s3 {
    /* padding-top: 60px; */
    padding-bottom: 76px;
    position: relative;
}

.dt-bg-dots-2,
.dt-shapes-2,
.dt-bg-dots-2::before,
.dt-shapes-2::before,
.dt-shapes-2::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.dt-bg-dots-2::before,
.dt-shapes-2::before,
.dt-shapes-2::after {
    background-repeat: no-repeat;
    background-size: contain;
}

.dt-bg-dots-2::before {
    background-image: url(../../images/new/svg/dt-dots-2.svg);
    bottom: 0;
    right: 0;
    background-size: unset;
    background-position: bottom 250px right;
}

.dt-shapes-2::before {
    background-image: url(../../images/new/svg/design-shape-2.svg);
    width: 24px;
    height: 24px;
    bottom: 50%;
    right: 3%;
}

.dt-shapes-2::after {
    background-image: url(../../images/new/svg/design-shape-1.svg);
    width: 30px;
    height: 26px;
    top: 15%;
    left: 3%;
}

.dt-s3 .top-items {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.dt-s3 .flex-spbtwn.top,
.dt-s3 .flex-spbtwn.bottom {
    align-items: flex-start;
    flex-wrap: wrap;
}

.dt-s3 .flex-spbtwn.top {
    margin-top: 42px;
}

.dt-s3 .flex-elem {
    width: 50%;
}

.dt-s3-image {
    width: 396px;
    height: 720px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    overflow: hidden;
    background-image: url(../../images/new/end-to-end.jpg);
    background-size: cover;
    background-position: center right;
}

.dt-s3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-elem-item {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 430px;
}

.flex-elem.right .flex-elem-item:first-child {
    padding-top: 0;
    margin-top: 25px;
}

.flex-elem.right .flex-elem-item:last-child {
    padding-bottom: 0;
}

.dt-s3 .carousel-title {
    margin-bottom: 12px;
    margin-top: 12px;
    color: #002b44;
}

.dt-s3 .section-text-2 {
    margin-bottom: 12px;
    width: 80%;
}

.dt-s3 .btn.btn-teal {
    padding: 6px 18px;
}

.dt-s3 .flex-spbtwn.bottom .flex-elem-item {
    width: 50%;
    max-width: unset;
}

.dt-s3 .flex-spbtwn.bottom .flex-elem-item.left .section-text-2 {
    max-width: 401px;
}

.dt-s3 .flex-spbtwn.bottom .flex-elem-item.right .section-text-2 {
    max-width: 430px;
}

.flex-spbtwn.bottom {
    margin-top: 15px;
}

@media (max-width: 1400px) {

    .dt-bg-design-1::before,
    .dt-bg-design-1::after {
        background-size: 120%;
    }
}

@media (max-width: 1201px) {

    .dt-bg-design-1::before,
    .dt-bg-design-1::after {
        background-size: 100%;
    }
}

@media (max-width: 1025px) {

    .dt-s3 .flex-elem,
    .dt-s3 .flex-spbtwn.bottom .flex-elem-item {
        width: 42%;
    }

    .dt-s3-image {
        height: 820px;
    }

    .dt-bg-dots-2::before {
        display: none;
    }
}

@media (max-width: 769px) {
    .dt-s3 {
        padding-top: 70px;
    }

    .dt-s3 .flex-spbtwn.top {
        display: block;
    }

    .dt-s3 .flex-elem {
        width: 100%;
    }

    .dt-s3 .top-items {
        width: 90%;
        flex-direction: column;
    }

    .dt-s3 .corner-box-elem {
        width: 100%;
        margin: 18px 0 0 0;
    }

    .dt-s3-image {
        width: 100%;
        height: 400px;
    }

    section .flex-elem.left {
        margin-bottom: 30px;
    }

    .dt-s3 .flex-elem-item {
        max-width: 100%;
    }

    .dt-s3 .flex-spbtwn.bottom .flex-elem-item {
        width: 90%;
    }

    .dt-s3 .flex-elem-item.left {
        order: 1;
    }

    .dt-s3 .flex-elem-item.right {
        order: 0;
    }

    .dt-shapes-2 {
        display: none;
    }
}

@media (max-width: 580px) {
    .dt-s3 .top-items .img {
        max-height: 25px;
        width: 26px;
    }

    .dt-s3 .carousel-title {
        font-size: 17px;
    }

    .dt-s3 .flex-elem.right img,
    .dt-s3 .flex-spbtwn.bottom img {
        max-height: 25px;
    }

    .dt-s3 {
        padding-bottom: 55px;
    }

    .dt .dt-s3 {
        padding-top: 50px;
    }

    .dt-s3 .section-text-2 {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .dt-s3-image {
        width: 100%;
        height: 400px;
    }

    .dt .dt-s3-image {
        height: 296px;
    }

    .dt .dt-s3 {
        padding-top: 40px;
    }
}

@media (max-width: 401px) {
    .book-a-meeting.opti-container-xxl .meetings-iframe-container {
        width: calc(100% + 46px);
        margin-left: -23px;
    }
}


/* DT - Section 4 */

.dt-s4.laptop-section {
    position: relative;
    padding-top: 10px;
    z-index: 1;
}

.dt-s4.laptop-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0;
    background-color: #fff;
    background-image: url(../../images/new/svg/dt-bg-design-2c.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.laptop-section .footer-text-1 {
    margin-top: 0;
}

.dt-s4.laptop-section .btn.btn-teal {
    margin-top: 25px;
}

section.dt-s4.laptop-section .elem.right {
    width: 53%;
}

section.dt-s4.laptop-section .elem.left {
    width: 40%;
}

section.home-s7.laptop-section.responsive {
    display: none;
}

@media (max-width: 769px) {
    section.dt-s4.laptop-section.desktop {
        display: none;
    }

    section.home-s7.laptop-section.responsive {
        display: block;
    }
}

@media (max-width: 450px) {
    .social-icons.social-icons-sidebar {
        margin-top: 25px;
        display: flex;
    }
}

@media (max-width: 380px) {
    .dt .home-s7 {
        margin-bottom: 0;
    }
}


/* DT - Section 5 */

.dt-5 {
    padding-top: 160px;
    position: relative;
}

.dt-shapes-design-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dt-shapes-design-1::before,
.dt-shapes-design-1::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.dt-shapes-design-1::before {
    bottom: 35%;
    left: 47%;
    width: 24px;
    height: 24px;
    background-image: url(../../images/new/svg/design-shape-2.svg);
}

.dt-shapes-design-1::after {
    top: 20%;
    right: 24%;
    width: 30px;
    height: 26px;
    background-image: url(../../images/new/svg/design-shape-1.svg);
}

.three-bubbles .opti-container-xxl {
    position: relative;
}

.three-bubbles .padding-left-dt {
    padding-left: 100px;
    padding-bottom: 20px;
}

.three-bubbles .bubble-elem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-bubbles .bubble-elem::before {
    content: "";
    position: absolute;
    background-image: url(../../images/new/svg/quotes.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 126px;
    height: 96px;
    z-index: 1;
}

.three-bubbles .bubble-elem::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.bubble-elem-content {
    z-index: 10;
}

.dt-5.three-bubbles .bubble-elem.bubble-1 {
    width: 785px;
    height: 435px;
    left: 30px;
    top: 50px;
}

.dt-5.three-bubbles .bubble-elem.bubble-1::before {
    top: -2%;
    left: 6%;
}

.dt-5.three-bubbles .bubble-elem.bubble-1::after {
    background-image: url(../../images/new/bg-bubbleX3-1.png);
}

.dt-5.three-bubbles .bubble-elem.bubble-2 {
    width: 660px;
    height: 430px;
    top: -180px;
    right: -20px;
}

.dt-5.three-bubbles .bubble-elem.bubble-2::before {
    top: -12%;
    right: 21%;
}

.dt-5.three-bubbles .bubble-elem.bubble-2::after {
    background-image: url(../../images/new/bg-bubbleX3-2.png);
}

.dt-5.three-bubbles .bubble-elem.bubble-3 {
    width: 615px;
    height: 390px;
    right: 140px;
    bottom: -165px;
}

.dt-5.three-bubbles .bubble-elem.bubble-3::before {
    bottom: -8%;
    right: -7%;
}

.dt-5.three-bubbles .bubble-elem.bubble-3::after {
    background-image: url(../../images/new/bg-bubbleX3-3.png);
    background-size: 111%;
    width: 125%;
    height: 125%;
    left: -15%;
}

.bubble-elem {
    text-align: center;
}

.bubble-elem .carousel-text {
    text-align: left;
    margin-top: 24px;
}

.bubble-elem.bubble-1 .carousel-text {
    padding-left: 15px;
    max-width: 320px;
}

.bubble-elem.bubble-2 .carousel-text {
    max-width: 245px;
    padding-left: 15px;
}

.bubble-elem.bubble-3 img {
    margin-top: -20px;
}

.bubble-elem.bubble-3 .carousel-text {
    max-width: 220px;
    padding-left: 15px;
}

@media (max-width: 1201px) {
    .dt .three-bubbles .bubble-elem::after {
        background-size: 110%;
    }
}

@media (max-width: 1025px) {
    .three-bubbles .padding-left-dt {
        padding-left: 0;
    }

    .bubble-elem .carousel-text {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .slick-slide .bubble-elem-content img {
        margin-left: auto;
        margin-right: auto;
    }

    .dt-5.three-bubbles .bubble-elem.bubble-1,
    .dt-5.three-bubbles .bubble-elem.bubble-2,
    .dt-5.three-bubbles .bubble-elem.bubble-3 {
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
    }

    .dt-5.three-bubbles .bubble-elem.bubble-1,
    .dt-5.three-bubbles .bubble-elem.bubble-2,
    .dt-5.three-bubbles .bubble-elem.bubble-3 {
        background-image: none;
    }

    .three-bubbles .opti-container-xxl .slick-list.draggable {
        position: relative;
        z-index: 1;
    }

    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before,
    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        top: -27%;
        left: 20%;
        background-image: url(../../images/new/svg/quotes.svg);
        width: 125px;
        height: 96px;
        z-index: 1;
    }

    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        left: 25%;
    }

    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::after {
        top: -25%;
        left: -7%;
        width: 120%;
        height: 120%;
        background-image: url(../../images/new/svg/bg-bubble-elem-1.svg);
        z-index: 0;
    }

    .dt-5.three-bubbles .bubble-elem.bubble-1,
    .dt-5.three-bubbles .bubble-elem.bubble-2,
    .dt-5.three-bubbles .bubble-elem.bubble-3 {
        height: 350px;
    }

    #realstories-carousel {
        margin-top: 80px;
    }

    .bubble-elem.bubble-3 img {
        margin-top: 0;
    }

    .dt-5.three-bubbles .bubble-elem::before,
    .three-bubbles .bubble-elem::after {
        display: none;
    }

    .three-bubbles .opti-container-xxl {
        overflow: hidden;
    }

    .dt .three-bubbles .opti-container-xxl {
        padding-bottom: 80px;
    }

    .dt-5 {
        padding-top: 100px;
    }

    .bubble-elem.bubble-2 .carousel-text {
        padding-left: 0;
    }
}

@media (max-width: 901px) {
    .dt .bubble-elem .carousel-text {
        max-width: 375px;
    }
}

@media (max-width: 769px) {
    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        left: 8%;
    }

    .dt-5 {
        padding-top: 50px;
    }

    .dt .three-bubbles {
        padding-bottom: 90px;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        left: 15%;
    }
}

@media (max-width: 450px) {
    .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        top: -30%;
        width: 88px;
        height: 68px;
        z-index: -2;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::after {
        left: -13%;
        width: 140%;
        height: 150%;
        top: -27%;
    }

    .dt .bubble-elem.bubble-1 .carousel-text {
        padding-left: 0;
    }

    .dt .dt-5.three-bubbles .bubble-elem.bubble-1,
    .dt .dt-5.three-bubbles .bubble-elem.bubble-2,
    .dt .dt-5.three-bubbles .bubble-elem.bubble-3 {
        height: fit-content;
    }

    .dt .slickslider-blackarrows button.slick-arrow {
        bottom: -80px;
    }

    .dt .three-bubbles {
        padding-bottom: 100px;
    }

    .slickslider-blackarrows button.slick-next.slick-arrow,
    .slickslider-blackarrows button.slick-next.slick-arrow::before {
        left: calc(55% - 5px);
    }

    .slickslider-blackarrows button.slick-prev.slick-arrow {
        left: calc(45% - 17px);
    }

    .dt .three-bubbles .padding-left-dt {
        padding-bottom: 0;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        top: -28%;
    }
}

@media (max-width: 380px) {
    .dt .slickslider-blackarrows button.slick-arrow {
        bottom: -50px;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        top: -7%;
        left: -2%;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::after {
        left: -25%;
        width: 150%;
        top: -24%;
    }

    .dt .slick-slide .bubble-elem-content img {
        height: 40px;
    }
}

@media (max-width: 340px) {
    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::after {
        background-size: 120%;
    }

    .dt .dt-5.three-bubbles .opti-container-xxl #realstories-carousel::before {
        top: -15%;
    }
}


/* DT - Section 7 */

.dt-s7 {
    padding-top: 100px;
    position: relative;
}

.dt-bg-design-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dt-bg-design-3::before,
.dt-bg-design-3::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.dt-bg-design-3::before {
    top: calc(50% + 10px);
    left: 7%;
    width: 24px;
    height: 24px;
    background-image: url(../../images/new/svg/design-shape-1.svg);
}

.dt-bg-design-3::after {
    top: 0;
    right: 7%;
    width: 30px;
    height: 26px;
    background-image: url(../../images/new/svg/design-shape-2.svg);
}

.dt-s7 .title-responsive {
    display: none;
}

@media (max-width: 769px) {
    .dt-s7 .title-desktop {
        display: none;
    }

    .dt-s7 .title-responsive {
        display: block;
    }
}

@media (max-width: 580px) {
    .dt-s7 {
        padding-top: 50px;
        margin-bottom: 0;
    }
}

/* Three Boxes */

.three-bubbles {
    padding-bottom: 150px;
}

.dt .three-bubbles {
    padding-bottom: 220px;
}

.dt-bg-design-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/new/svg/dt-bg-design-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.three-boxes .btn.btn-teal {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media (max-width: 1025px) {
    .dt-bg-design-2 {
        background-position: top 0 left -155px;
    }

    .dt .three-bubbles {
        padding-bottom: 100px;
    }
}

@media (max-width: 769px) {
    .dt-bg-design-2 {
        background-position: top 0 left -270px;
    }
}


/* DT - Section 6 */

.image-text {
    position: relative;
}

.dt-bg-design-4 {
    position: absolute;
    top: 21%;
    right: 8%;
    width: 355px;
    height: 318px;
    background-image: url(../../images/new/svg/dt-design-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

.image-text .flex-elem {
    width: 48%;
}

.image-text .flex-elem.right {
    margin-left: 68px;
}

.it-image {
    max-width: 558px;
    height: 476px;
    overflow: hidden;
    border-radius: 8px;
}

.it-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt .three-boxes .btn.btn-teal {
    margin-top: 30px;
}

.dt .image-text .flex-elem.right {
    width: 35%;
    margin-left: 30px;
}

.dt .dt-s6.image-text .flex-elem.right {
    width: calc(100% - 640px);
}

.dt .image-text .flex-elem {
    width: fit-content;
    width: -moz-fit-content;
}

@media (max-width: 1025px) {
    .dt .dt-s6.image-text .flex-elem.right {
        width: 35%;
    }
}

@media (max-width: 901px) {
    .it-image {
        max-width: 400px;
        height: 350px;
    }

    .dt .image-text .flex-elem.right {
        width: 40%;
    }

    .dt .dt-s6.image-text .flex-elem.right {
        width: 100%;
    }

    .dt .dt-s6.image-text .it-image {
        max-width: inherit;
    }
}

@media (max-width: 769px) {
    .dt .text-image .right-image {
        width: 100%;
    }

    .dt .text-image .right-image img {
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .image-text .flex-elem.right {
        width: 100%;
    }

    .image-text .flex-spbtwn {
        flex-wrap: wrap;
    }

    .dt .image-text .flex-elem {
        width: 100%;
    }

    .it-image {
        width: 100%;
        max-width: 100%;
    }

    .image-text .flex-elem.left {
        order: 1;
    }

    .image-text .flex-elem.right {
        order: 0;
        margin-left: 0;
    }

    .image-text .flex-elem.left {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .dt .image-text .flex-elem.right {
        width: 100%;
        margin-left: 0;
    }

    .dt .three-bubbles {
        padding-bottom: 70px;
    }

}

@media (max-width: 580px) {
    .dt .three-boxes .btn.btn-teal {
        margin-top: 30px;
        padding: 5px 25px;
    }

    .three-boxes.dt .btn.btn-teal {
        padding: 5px 20px;
    }

    .dt .text-image .right-image img {
        width: calc(100% + 46px);
        margin-left: -23px;
    }

    .dt .text-image .right-image {
        height: 400px;
    }
}

@media (max-width: 450px) {
    .dt-s6.image-text .it-image {
        height: 283px;
    }

    .dt .three-boxes .btn.btn-teal {
        margin-top: 20px;
        padding: 5px 25px;
    }

    .dt .text-image .right-image {
        height: 227px;
    }
}



/* Background */

.dt-bg-design-1::before,
.dt-bg-design-1::after,
.home-s7::after,
.dt-s4.laptop-section::before,
.dt-bg-dots-1::before {
    display: none;
}

.dt-bg-d {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/new/svg/dt-bg-sectiuni-d1.svg);
    background-size: 115%;
    background-repeat: no-repeat;
}

.dt-bg-laptop {
    z-index: -1;
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/new/svg/dt-bg-sectiuni-d2.svg);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100%;
}

@media (max-width: 1800px) {
    .dt-bg-d {
        background-size: 130%;
    }
}

@media (min-width: 1600px) {
    .dt-s1::before {
        background-size: 40%;
    }
}

@media (max-width: 1600px) {
    .dt-bg-d {
        background-size: 145%;
    }

    .dt-bg-laptop {
        background-size: 115%;
    }
}

@media (max-width: 1400px) {
    .dt-bg-d {
        background-size: 170%;
        background-position: top 0 left -200px;
    }

    .dt-bg-laptop {
        background-size: 135%;
    }
}

@media (max-width: 1201px) {

    .dt-bg-design-1::before,
    .dt-bg-design-1::after {
        width: 140%;
    }

    .dt-bg-design-1 {
        overflow: hidden;
    }

    .dt-bg-d {
        background-size: 195%;
        top: -1%;
        background-position: top 0 left -500px;
    }

    .dt-bg-laptop {
        background-size: 155%;
    }
}

@media (max-width: 1025px) {
    .dt-shapes-design-1 {
        display: none;
    }

    .dt-bg-dots-1::before {
        display: none;
    }

    .dt-bg-design-1::before {
        background-position: top 0 left -170px;
    }

    .dt-bg-design-1::before {
        background-size: 115%;
    }

    .dt .dt-s1 {
        padding-bottom: 29px;
    }

    .dt-bg-d {
        background-size: 225%;
        top: -1%;
        background-position: top 0 left -500px;
    }

    .dt-bg-laptop {
        top: 46%;
        background-size: 175%;
        background-position: top 0 left -500px;
    }

    .dt .text-image {
        padding-top: 76px;
    }
}

@media (max-width: 901px) {
    .dt-bg-design-1::before {
        width: 160%;
    }

    .dt-bg-laptop {
        top: 48%;
        background-size: 150%;
        background-position: top 0 left -300px;
    }

    .dt .dt-bg-laptop {
        top: 47%;
    }

    .dt-s1.text-image {
        padding-top: 70px;
    }
}

@media (max-width: 800px) {
    .dt-bg-d {
        background-size: 275%;
        top: -1%;
        background-position: top 0 left -500px;
    }

    .dt-bg-laptop {
        top: 48%;
        background-size: 175%;
    }
}

@media (max-width: 769px) {
    .header.dt::before {
        background-position: top -17px right -20px;
    }

    .dt-bg-design-1::after {
        background-position: bottom 784px center;
        background-size: 110%;
    }

    .dt-s7.bubble {
        position: relative;
    }

    .dt-s7.bubble::before {
        position: absolute;
        content: "";
        top: 199px;
        left: -32px;
        width: 100%;
        height: 100%;
        background-image: url(../../images/new/svg/hp-bg-r-3.svg);
        background-size: 37%;
        background-repeat: no-repeat;
        z-index: -2;
    }

    .dt-bg-design-3 {
        display: none;
    }

    .dt-shapes-2,
    .dt-bg-dots-2 {
        display: none;
    }

    .dt-bg-design-1::before {
        background-size: 179%;
        height: 51%;
    }

    .dt-bg-d {
        background-size: 310%;
        background-position: top 0 left -700px;
    }

    .dt-bg-laptop {
        top: 49%;
        background-size: 185%;
        background-position: top 0 left -350px;
    }

    .dt .dt-bg-laptop {
        top: 48%;
        background-size: 160%;
        background-position: top 0 left -50px;
    }
}

@media (max-width: 700px) {
    .dt-bg-d {
        background-size: 345%;
    }

    .dt-bg-laptop {
        top: 50%;
        background-size: 185%;
        background-position: top 0 left -350px;
    }
}

@media (max-width: 650px) {
    .dt-s7.bubble::before {
        background-size: 50%;
        left: -70px;
    }

    .dt-bg-d {
        background-size: 385%;
    }

    .dt-bg-laptop {
        top: 51%;
        background-size: 200%;
    }

    .dt .dt-bg-laptop {
        top: 49%;
        background-size: 130%;
    }
}

@media (max-width: 610px) {
    .dt-bg-design-1::before {
        background-size: 195%;
    }

    .dt-bg-design-1::after {
        background-size: 132%;
    }

    .dt-bg-laptop {
        top: 52%;
        background-size: 100%;
        background-position: top 0 left 0;
        background-image: url(../../images/new/svg/dt-bg-sectiuni-r2.svg);
    }
}

@media (max-width: 580px) {
    .dt-s7.bubble::before {
        background-size: 50%;
        left: -70px;
        top: 115px;
    }

    .dt-bg-design-1::before {
        background-size: 224%;
        height: 100%;
    }

    .dt .dt-bg-design-4 {
        top: 0;
    }

    .dt-bg-d {
        background-size: 145%;
        top: -1%;
        background-position: top 0 left 0;
        background-image: url(../../images/new/svg/dt-bg-sectiuni-r1.svg);
    }

    .dt .three-bubbles {
        padding-bottom: 0;
    }

    .dt .dt-bg-laptop {
        background-size: 100%;
        background-position: top 0 left 0;
    }
}

@media (max-width: 500px) {
    .dt-bg-d {
        background-size: 170%;
        background-position: top 0 left -100px;
    }

    .dt .three-bubbles {
        padding-bottom: 70px;
    }
}

@media (max-width: 450px) {
    .dt-s7.bubble::before {
        background-size: 53%;
        left: -32px;
        top: 145px;
    }

    .dt-bg-design-1::before {
        background-size: 232%;
        height: 60%;
    }

    .dt-bg-design-1::after {
        top: 165px;
        background-size: 150%;
    }

    .header.dt::before {
        background-position: top 0 right -2px;
    }

    .dt .dt-bg-design-4 {
        width: 250px;
    }

    .dt-bg-d {
        background-size: 180%;
        background-position: top -10px left -100px;
    }

    .dt-bg-laptop {
        top: 53%;
        background-size: 140%;
    }

    .dt .dt-bg-laptop {
        top: 51%;
    }

    .image-badges img{
        height: 55px !important;
        width: auto !important;
    }
}

@media (max-width: 400px) {
    .dt-bg-laptop {
        top: 54%;
        background-size: 160%;
    }

    .dt-s1::before {
        top: 95px;
        background-size: 74%;
    }
}

@media (max-width: 380px) {
    .dt-bg-design-1::before {
        background-size: 290%;
        height: 60%;
    }

    .dt-bg-design-1::after {
        top: 220px;
        background-size: 207%;
    }

    .dt-bg-d {
        background-size: 205%;
    }

    .dt-bg-laptop {
        top: 55%;
        background-size: 170%;
    }

    .dt .dt-bg-laptop {
        top: 53%;
        background-size: 120%;
    }
}

@media (max-width: 350px) {
    .header .right-elem-overlay .overlay {
        font-size: 22px;
    }

    .dt-bg-design-1::before {
        background-size: 330%;
    }

    .dt-bg-d {
        background-size: 235%;
    }

    .dt-bg-laptop {
        top: 56%;
        background-size: 185%;
    }

    .dt .dt-bg-laptop {
        top: 54%;
    }
}

@media (max-width: 320px) {
    .dt-bg-d {
        background-size: 248%;
    }
}