.wrapper {
    width: 100%;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .wrapper h2 {
        font-size: 70px !important;
        /* padding-right: 60px !important; */
        margin-bottom: 80px !important;
    }

    .wrapper h2:after {
        bottom: -40px !important;
        /* right: 60px !important; */
        width: 260px !important;
        height: 5px !important;
    }
}

@media (min-width: 1200px) {
    .wrapper h2 {
        font-size: 80px !important;
        padding-right: 60px !important;
        margin-bottom: 80px !important;
    }

    .wrapper h2:after {
        bottom: -40px !important;
        right: 50px !important;
        width: 260px !important;
        height: 5px !important;
    }
}

@media (min-width: 1700px) {
    .wrapper h2 {
        font-size: 120px !important;
        padding-right: 80px;
        margin-bottom: 120px !important;
    }
}


.wrapper h2 {
    color: #a1d9d6;
    font-size: 40px;
    letter-spacing: 8px;
    font-weight: 500;
    position: relative;
    text-align: end;
    padding-right: 30px;
    margin-bottom: 60px;
}

.wrapper h2:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: #a1d9d6;
}

.carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.carousel .card {
    color: #fff;
    margin: 20px 0;
    font-size: 90px;
    font-weight: 600;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    margin: 3px 5px;
    outline: none;
    border: 2px solid rgb(52, 192, 185) !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.owl-dot span {
    color: black !important;
}

.owl-dot.active,
.owl-dot:hover {
    background: rgb(52, 192, 185) !important;
}

.owl-dot:hover span {
    color: #fff !important;
}

.owl-dot.active span {
    color: #fff !important;
}

.owl-carousel .owl-item img {
    height: 350px;
    display: block;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.owl-carousel .card h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 13px;
    font-weight: 700;
}

.owl-carousel .card {
    position: relative;
    display: block;
    border: 1px solid rgb(215 215 215);
    border-top: 6px solid rgb(52, 192, 185);
    border-radius: 10px;
}

.owl-carousel .card .img-holder {
    position: relative;
    display: block;
}

.owl-carousel .card .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.owl-carousel .card .img-holder .inner img {
    width: 100%;
    height: 320px;
    transition: all 2500ms ease;
}

.owl-carousel .card .text-holder {
    padding-top: 5px;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 100;
    color: white;
    backdrop-filter: blur(8px) brightness(80%);
    width: 100% !important;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    font-size: 2rem;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    backdrop-filter: blur(8px) brightness(80%);
    background-color: rgb(158, 225, 229);
    color: rgb(52, 192, 185) !important;
}

.overlay .linkedn-link {
    font-size: 18px;
    color: black;
    border: 2px solid rgb(42, 126, 122);
    padding: 5px 10px;
    border-radius: 25px;
}

.overlay .linkedn-link:hover {
    color: white;
    background-color: rgb(42, 126, 122);
}

.card:hover .overlay {
    opacity: 1;
}

.card:hover .owl-carousel .card h3 {
    color: rgb(52, 192, 185) !important;
}

.text {
    /* color: white; */
    font-size: 18px;
    /* position: absolute; */
    /* top: 50%;
        left: 50%; */
    /* -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
    /* text-align: center; */
}

.linkedn-img {
    width: 150px !important;
    height: 42px !important;
    padding: 10px 25px;
}

.owl-nav {
    text-align: center;
}

.owl-nav button {
    border-color: rgb(52, 192, 185) !important;
    background: rgb(52, 192, 185) !important;
    height: 40px;
    width: 40px;
    border-radius: 7px;
    margin-right: 10px;
}

.owl-nav button span {
    color: rgb(255 255 255) !important;
    line-height: 20px;
    font-size: 25px;
    font-weight: 800;
}