@import url('../lib/bigger-picture.css');
@import url('../../components/online-appointment.css');
@import url('../../partials/intro.css');
@import url('../../partials/faq.css');
@import url('./homepage-responsive.css');

/**
 * CONTENTS
 *
 * INTRO
 *   General
 *   Online Appointment.............Online Appointments components in the intro.
 * INVISALIGN INFO
 *   General
 * GOOGLE COMMENTS SECTION
 *   General
 *   Google Comment.................Comments in the google comments slider.
 * REWARDS
 *   General
 * WELCOME
 *   Orthodontic Items..............Right side of the welcome part.
 * OUR WORK
 *   General
 * OUR SOCIAL MEDIA SHARES
 *   General
 *   Blog Slide
*/


/*------------------------------------*\
  # INTRO
\*------------------------------------*/

/* ---------General--------- */

    .intro {
        height: 100vh;
        cursor: pointer;
        background-color: rgb(0 0 0 / 0.331);
    }
    .intro-video-wrapper {
        height: 100%;
        position: relative;
    }
    .intro-bg {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 0.508);
        height: 100%;
    }
    .intro-video-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #242424;
        opacity: 0;
    }
    .intro-video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: right;
    }
    .intro-mouse {
        position: absolute;
        bottom: 10%;
        left: 0;
        display: flex;
        justify-content: center;
    }
    .intro-mouse .intro-mouse-img {
        width: 70px;
        position: relative;
        display: none;
    }
    .intro-mouse .intro-mouse-img::before {
        content: "";
        border: 4px solid #fff;
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-10%, -10%);
        border-radius: 50%;
        animation: 2s linear infinite drop;
    }
    @keyframes drop {
        0% {
            transform: translate(-50%, 20px);
            opacity: 0;
        }
        60% {
            transform: translate(-50%, 30px);
            opacity: 0.8;
        }
        100% {
            transform: translate(-50%, 40px);
            opacity: 1;
        }
    }
    .intro-content {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        color: #f6f6f6;
        height: 100%;
        transition: 0.3s;
    }
    #intro-section-exit-text:after,
    .intro-text {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .intro-logo {
        text-align: center;
        position: absolute;
        top: 6%;
        pointer-events: all;
        z-index: 5;
        display: none;
    }
    .intro-text {
        top: 35%;
        width: 750px;
        text-align: center;
    }
    .intro-content .intro-text p {
        font-family: "Roboto Slab";
        font-size: 80px;
        font-weight: 700;
        letter-spacing: 2px;
        position: relative;
        z-index: 5;
        max-width: 744px;
        line-height: 1;
    }
    #intro-section-exit-text,
    .intro-exit-btn {
        width: 100px;
        height: 100px;
        background-color: #1bb6b9;
    }
    .intro-text-randevu {
        width: 100%;
        position: absolute;
        top: 45%;
        z-index: 5;
        pointer-events: all;
    }
    .intro-text-randevu button i {
        font-size: 23px;
        padding-left: 15px;
        color: var(--text-white);
        pointer-events: none;
    }
    .intro-exit-btn {
        position: fixed;
        top: -3vw;
        left: -3vw;
        border-radius: 50%;
        cursor: pointer;
        mix-blend-mode: revert;
        opacity: 0.9;
        z-index: 5;
        display: block;
        display: flex;
        pointer-events: none;
    }

/* ---------Online Appointment--------- */

    .section-oa h4 {
        color: #fff !important;
        background-color: #fff !important;
    }

    .step-item {
        color: #fff !important;
    
    }
    #progress {
        border: 1px solid #fff !important;
    }

    .select-dropdown-content {
        background: white !important;
    }

    .select-dropdown-content-text {
        color: var(--turquoise) !important;
        background-color: white !important;
    }

    .select-dropdown-content-icon {
        background-color: var(--turquoise) !important;
    }

    .select-dropdown-content-icon i:before{
        color: white;
    }

    .intro-text-randevu button:hover {
        display: none;
    }

    .section-oa-form-item.active .appointment-change {
        display: none !important;
    }

    .section-oa.online-appointment-page {
        pointer-events: none;
        appearance: none !important;
    }

    .section-oa-row-right .randevu__text {
        color: white;
    }

    .section-oa h4 {
        font-family: "Roboto Slab Bold" !important;
    }

/*------------------------------------*\
  ## END INTRO
\*------------------------------------*/



/*------------------------------------*\
  # INVISALIGN INFO
\*------------------------------------*/

/* ---------General--------- */

    .invisalign-info {
        width: 100%;
        position: relative;
    }
    .invisalign-info-bg,
    .invisalign-info::after {
        position: absolute;
        width: 100%;
        pointer-events: none;
    }
    .invisalign-info::after {
        content: "";
        top: 0;
        height: 100% !important;
        left: 0;
        opacity: 0.55;
    }
    .invisalign-info-bg {
        height: 100%;
        opacity: 0.5;
    }
    .invisalign-info-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: #000000;
        aspect-ratio: 16 / 5;
        align-items: stretch;
        height: fit-content;
        width: 100%;
    }
    .invisalign-info-content,
    .invisalign-info-image-area{
        max-height: fit-content;
    }
    .invisalign-info-content {
        padding: 150px 150px 50px 10%;
        position: relative;
        z-index: 5;
    }
    .invisalign-info-content h3 {
        font-family: "";
        font-family: var(--logo-font);
        font-size: 30px;
        font-weight: 400;
        line-height: 21px;
        font-style: normal;
        text-align: left;
        letter-spacing: 1px;
        color: #fff;
    }
    .invisalign-info-content h2 {
        font-family: "Roboto Slab";
        font-size: 44px;
        line-height: 53px;
        font-style: normal;
        text-align: left;
        padding: 10px 0;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .invisalign-info-content p {
        font-family: "Futura PT";
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        letter-spacing: 1px;
    }
    .invisalign-info-content-image {
        margin-top: 40px;
        display: flex;
        gap: 30px;
    }
    .invisalign-info-content-image .main-logos {
        width: 70%;
        max-width: 350px;
        min-width: 250px;
    }
    .invisalign-info-image-area {
        z-index: auto;
        margin-top: 100px;
        max-width: 100%;
        height: calc(100% - 100px);
        background-color: #ffffff;
        position: relative;
        z-index: 5;
    }
    .invisalign-info-image-area-bg {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 2;
    }
    .invisalign-info-image-area-buttons {
        top: 20%;
        min-height: 300px;
        z-index: 50;
        right: 0;
        opacity: 1;
        transition: 0.3s;
        display: none;
    }
    .invisalign-info-image-area-buttons.active {
        transition: 0.3s;
        opacity: 0;
        right: -100px;
    }
    .invisalign-info-image-area-buttons .invisalign-info-image-area-online {
        right: 0;
        display: flex;
        z-index: 30;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        cursor: pointer;
        font-family: "Roboto Slab";
        font-size: 15px;
        font-weight: 200;
        line-height: 21px;
        font-style: normal;
        text-align: left;
        letter-spacing: 2px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    }
    .invisalign-info-image-area-online-i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        color: var(--text-brown);
        transition: 0.3s;
    }
    .invisalign-info-image-area-online-i.active {
        transform: translateY(-50%) rotate(180deg);
        transition: 0.3s;
    }
    .invisalign-info-image-area-buttons a {
        padding: 30px 18px;
    }
    .invisalign-info-image-area-online {
        top: 8%;
        background-color: var(--turquoise);
    }
    .invisalign-info-image-area-pricing {
        top: 42%;
        background-color: var(--turquoise);
        color: var(--text-white);
    }
    .back-intro-btn p,
    .invisalign-info-image-area-enquiry span {
        letter-spacing: 1px;
    }
    .invisalign-info-image-area-enquiry {
        position: absolute;
        width: fit-content;
        right: 10%;
        bottom: 3%;
        font-family: "Roboto Slab";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        color: #606060;
        padding: 10px 10px 10px 25px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        cursor: pointer;
        z-index: 20;
        background-color: white;
        box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
        border: 1px solid var(--border-gray);
    }
    .invisalign-info-image-area-enquiry-icon {
        margin-left: 10px;
        background-color: var(--turquoise);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: 0.3s;
    }
    .invisalign-info-image-area-bg img {
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .invisalign-info-image-area,
    .invisalign-info-image-area-bg img {
        border-top-left-radius: 90px;
    }
    .invisalign-info-image-area .invisalign-info-image {
        position: absolute;
        left: -25%;
        bottom: 0;
        width: 100%;
        height: 92%;
        z-index: 2;
        pointer-events: none;
    }
    .invisalign-info-image-area .invisalign-info-image img {
        width: auto;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
        
    #lastContentPaint{
        overflow: hidden !important;
    }
    .invisalign-info-bottom-outside{
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
        padding: 0
    }
    .invisalign-info-bottom-outside-wrapper{
        width: calc(100% - 100px);
    }
    .invisalign-info-bottom-outside-item{
        display: flex;
        padding: 10px 0;
        height: 75px;
        column-gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .invisalign-info-bottom-outside-item-image{
        height: 100%;
        padding: 7px 5px;
        border: 2px solid var(--turquoise);
        border-radius: 10px;
    }
    .invisalign-info-bottom-outside-item img{
        height: 100%;
    }
    .invisalign-info-bottom-outside-item-text h2{
        color: #606060;
        font-family: "Roboto Slab Medium";
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
    }
    .invisalign-info-bottom-outside-item-text h3{
        color: var(--turquoise);
        font-family: "Roboto Slab";
        font-weight: 200;
        font-size: 14px;
    }
    .invisalign-info-bg {
        height: unset !important;
        width: 100%;
        height: calc(100% + 75px) !important;
        object-position: 100px 0 !important;
        object-fit: contain;
        position: absolute;
        bottom: -75px;
    }

/*------------------------------------*\
  ## END INVISALIGN INFO
\*------------------------------------*/



/*------------------------------------*\
  # GOOGLE COMMENTS SECTION
\*------------------------------------*/

/* ---------General--------- */

    .google-comments {
        padding: 40px 0;
        position: relative;
        width: 100%;
        margin: 0 1px;
    }
    .google-comments.owl-nav {
        display: block;
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
        z-index: 10;
        width: 100%;
    }
    .google-comments button {
        position: absolute;
        top: 50%;
        background-color: #fff0;
        border: none;
        outline: 0;
        font-size: 20px;
        cursor: pointer;
        color: var(--turquoise);
    }
    .google-comments .owl-prev {
        z-index: 10;
        left: 0;
    }
    .google-comments .owl-next {
        right: 0;
        z-index: 10;
    }
    .more-google-comments {
        text-align: center;
        padding-bottom: 40px;
    }
    .more-google-comments button a{
        display: flex;
        justify-content: center;
    }

/* ---------Google Comment--------- */

    .google-comment {
        background-color: rgba(252, 252, 252, .9);
        padding: 20px 0 20px 20px;
        box-shadow: 0px 0px var(--form-cont-shadow-spread) 0px var(--form-cont-shadow-clr);
        border: 1px solid var(--turquoise);
        width: 99%;
    }
    .google-comment-profile {
        width: fit-content;
        background: #F3F8F7;
        border: 1px dashed var(--turquoise);
        height: fit-content;
        justify-content: center;
        align-items: center;
        padding: 5px 15px 5px 10px;
    }
    .google-comment-profile-username-and-date {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 10px;
    }
    .google-comment-profile-username {
        font-weight: 700;
        font-family: 'Freight Light';
        color: #000000ba;
        font-size: 16px;
    }
    .google-comment-profile-date {
        opacity: 0.7;
        font-family: Latinka-Regular;
        font-size: 14px;
        padding-top: 2px;
    }
    .google-comment-rating {
        display: flex;
        padding-top: 20px;
    }
    .google-comment-rating i{
        color: var(--turquoise);
    }
    .google-comment-text {
        text-align: left;
        padding-top: 20px;
        padding-right: 20px;
    }
    .google-comment-text p {
        font-size: 17px;
        font-family: "Freight Light";
        line-height: 1.5;
        padding-right: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #333;
    }

/*------------------------------------*\
  ## END GOOGLE COMMENTS
\*------------------------------------*/



/*------------------------------------*\
  # REWARDS
\*------------------------------------*/

/* ---------General--------- */

    .rewards-items {
        display: flex;
        flex-wrap: wrap;
        padding: 80px 40px 60px;
        gap: 30px;
        justify-content: center;
    }
    .rewards-item img,
    .rewards-mobil-item img {
        height: 100px;
    }
    .rewards-item:nth-child(2n) img,
    .rewards-mobil-item:nth-child(2n) img {
        position: relative;
        margin-top: 30px;
    }
    .rewards-mobil {
        display: none;
        flex-wrap: wrap;
        padding: 100px 40px;
        gap: 30px;
        justify-content: center;
    }

/*------------------------------------*\
  ## END REWARDS
\*------------------------------------*/



/*------------------------------------*\
  # WELCOME
\*------------------------------------*/

/* ---------General---------*/

    .welcome {
        display: flex;
        width: 100%;
        margin-bottom: 120px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .welcome-image-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 4;
    }
    .welcome-image-content .welcome-image {
        width: 100%;
        height: 80%;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .welcome-image-content .welcome-image img {
        width: 103%;
        height: 100%;
        object-fit: cover;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .welcome-content {
        width: 103%;
        height: fit-content;
        top: 35px;
        background-color: var(--turquoise);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 5;
        padding: 120px 50px 50px 40px;
        border-radius: 20px;
    }
    .welcome-boxs {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .welcome-text-in > * {
        font-family: "Freight Light";
        font-weight: 400;
        letter-spacing: 0;
        color: var(--text-white) !important;
        line-height: 1.5;
    }
    .welcome-text-in-pg {
        padding-top: 30px;
        font-size: 22px;
        letter-spacing: 0;
    }
    .welcome-text-in-dr {
        font-size: 22px;
        padding-top: 40px;
        letter-spacing: 2px;
    }
    .welcome-text-in-signature {
        font-family: Colatin !important;
        font-size: 50px;
        padding-left: 10px;
        padding-top: 10px;
        letter-spacing: 2px;
    }

/* ---------Orthodontic Items--------- */

    .orthodontic-section-header {
        position: relative;
        top: 50px;
    }
    .orthodontic-center {
        padding: 150px 50px;
    }
    .orthodontic-center-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        gap: 8px;
        padding: 30px 0;
        position: relative;
        width: 124%;
        min-width: 100%;
        height: 80%;
        border-radius: 20px;
        background: #f5f5f5;
    }
    .orthodontic-center-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer !important;
    }
    .orthodontic-center-item:not(:hover) {
        transition: transform 0.3s !important;
    }
    .orthodontic-center-item:hover .orthodontic-center-item-header p,
    .orthodontic-center-item:hover .orthodontic-center-item-text p,
    .orthodontic-center-item:not(:hover) .orthodontic-center-item-header p,
    .orthodontic-center-item:not(:hover) .orthodontic-center-item-text p {
        transition: 0.4s !important;
    }
    .orthodontic-center-item:hover .orthodontic-center-item-header p {
        transition: transform 0.3s;
        font-weight: 300;
    }
    .orthodontic-center-item:hover .orthodontic-center-item-border {
        animation: 0.4s forwards orthodontic-center-item-border-animate;
    }
    @keyframes orthodontic-center-item-border-animate {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
    .orthodontic-center-item-image {
        border: 2px solid var(--turquoise);
        border-radius: 20px;
        transition: 0.3s;
        padding: 10px 0;
        width: 75px;
    }
    .orthodontic-center-item img {
        height: 42px;
    }
    .orthodontic-center-item-border {
        width: 100%;
        height: 2px;
        background-color: #80808059;
        position: relative;
    }
    .orthodontic-center-item-header p {
        font-family: "Roboto Slab";
        font-size: 15px;
        color: #333;
        padding: 20px 0 10px;
        letter-spacing: 1px;
    }
    .orthodontic-center-item-text p {
        font-family: "Futura PT Light";
        font-size: 16px;
        color: var(--turquoise);
        padding-top: 10px;
        font-weight: 200;
    }

/*------------------------------------*\
  ## END WELCOME
\*------------------------------------*/



/*------------------------------------*\
  # OUR WORK
\*------------------------------------*/

/* ---------General--------- */

    .our-work-content {
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 30px;
        background-color: var(--white) !important;
    }
    .our-work-content-text p {
        font-family: "Roboto Slab Medium";
        font-size: 15px;
        font-weight: 300;
        color: #1bb6b9;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    .our-work-content-more {
        font-family: "Futura PT", serif;
        line-height: 17px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #000;
        transition: 0.3s;
        padding-top: 14px;
        font-size: 12px;
    }
    .our-work-ortodonti-text {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        opacity: 0.68;
    }
    .our-work-ortodonti-text span {
        color: #fff;
        font-family: "Futura PT";
        font-size: 15px;
        letter-spacing: 8px;
    }
    .our-work .ourWork-bottom {
        position: relative;
        top: 120px;
    }
    .ourWorkSlider-item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .our-work .owl-carousel .owl-stage-outer {
        min-height: 600px;
        padding: 20px 0;
    }

/*------------------------------------*\
  ## END OUR WORK
\*------------------------------------*/



/*------------------------------------*\
  # OUR SOCIAL MEDIA SHARES
\*------------------------------------*/

/* ---------General--------- */
    
    .our-social-media-shares {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }
    .our-social-media-shares-header h2 {
        font-family: "Roboto Slab";
        color: var(--text-brown);
        font-size: 24px;
        text-align: center;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
    .our-social-media-shares-header .media a {
        font-size: 30px;
    }
    .our-social-media-shares-content {
        width: 100%;
        height: 100%;
        display: flex;
    }
    .our-social-media-shares-content-box {
        border-radius: 10px;
        margin: 0 10px;
    }
    .our-social-media-shares-content-mid {
        overflow: hidden;
        height: 60%;
        width: 40%;
        position: relative;
        top: 25%;
        background-color: var(--box-gray);
    }
    .our-social-media-shares-content-mid iframe {
        height: 100%;
        width: 100%;
    }
    .our-social-media-shares-content-left,
    .our-social-media-shares-content-right {
        height: fit-content;
        background-color: var(--box-gray);
        width: 15%;
        position: relative;
        top: 21%;
        overflow-y: auto;
    }
    .our-social-media-shares-content-left iframe,
    .our-social-media-shares-content-mid-left-box iframe,
    .our-social-media-shares-content-mid-right-box iframe,
    .our-social-media-shares-content-right iframe {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        margin-bottom: 0 !important;
    }
    .our-social-media-shares-content-left,
    .our-social-media-shares-content-mid,
    .our-social-media-shares-content-right{
        align-self: center;
    }
    .our-social-media-shares-content-mid,
    .our-social-media-shares-content-mid iframe{
        height: 516px;
    }
    .our-social-media-shares-content-mid-left,
    .our-social-media-shares-content-mid-right {
        display: flex;
        flex-direction: column;
        gap: 30px;
        height: 100%;
        width: 15%;
    }
    .our-social-media-shares-content-mid-left-box,
    .our-social-media-shares-content-mid-right-box {
        width: 100%;
        background-color: var(--box-gray);
        border-radius: 10px;
    }
    .our-social-media-shares-content-mid-logo i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 65px;
        color: var(--text-white);
        background-color: #1bb6b99e;
        border-radius: 50%;
        padding: 20px;
    }

/* ---------Blog Slide--------- */

    .blog-slide-box .blog-slide-box-image {
        overflow-y: hidden;
    }
    .blog-slide-box-image.youtube iframe{
        width: 100%
    }
    .blog-slide-box img {
        height: 200px;
        object-position: center;
    }
    .blog-slide-box-image {
        width: 100%;
        background-color: var(--box-gray);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog-slide-box-image iframe{
        height: 568px;
    }
    .blog-slide-box-image iframe {
        padding: 0 !important;
    }
    .blog-swiper-wrapper .blog-slide-box-image img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .blog-slide-box:hover .blog-slide-box-image img {
        transform: scale(1.1);
        transition: 0.5s;
    }

/*------------------------------------*\
  ## END OUR SOCIAL MEDIA SHARES
\*------------------------------------*/



/*------------------------------------*\
  # OUR COLLABORATIONS
\*------------------------------------*/

/* ---------General--------- */

    .our-collaborations {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .our-collaborations-text,
    .our-collabrations-logos-box {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }
    .our-collaborations-text {
        width: 30%;
        height: 100%;
        min-height: 500px;
        background-color: var(--turquoise);
        padding: 80px 150px 100px 50px;
    }
    .our-collaborations-text p {
        font-family: "Freight Light";
        font-size: 22px;
        line-height: 1.7;
        color: var(--text-white);
    }
    .our-collaborations-text-dentmax {
        padding-top: 80px;
        font-size: 20px !important;
    }
    .our-collaborations-logos {
        flex-grow: 1;
        position: relative;
        width: 70%;
        cursor: pointer;
    }
    .our-collaborations-logo img {
        border-radius: 0 !important;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.3;
        width: 100% !important;
        height: 70px !important;
        object-fit: contain;
        background-position: center center;
    }
    .our-collabrations-logos-box {
        width: 87%;
        height: 82%;
        background-color: var(--white);
        box-shadow: rgb(0 0 0 / 0.16) 0 10px 36px 0, rgb(0 0 0 / 0.06) 0 0 0 1px;
        overflow: hidden;
    }
    .logos {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 70px 120px;
        gap: 30px;
        position: relative;
    }
    .our-collaborations-logos-indicators {
        position: absolute;
        bottom: -50px;
        right: 16%;
        user-select: none;
    }
    .our-collaborations-logos-indicators i {
        font-size: 24px;
        padding: 4px 10px;
        color: var(--text-gray);
        cursor: pointer;
    }
    #collaborationsSlider .owl-item{
        overflow: hidden;
    }
    .our-collaborations-logo a{
        display: flex;
        justify-content: center;
    }

/*------------------------------------*\
  ## END OUR COLLABORATIONS
\*------------------------------------*/