/* General Proporties for this page */
html, body {
    overflow-x: clip !important;
}

.special-video {
    border-radius:0;
    cursor:pointer;
}

.firstsectionforaboutus {
    background-color: #fff;
    min-height: calc(100% - 350px);
}

.aboutusslogan {
    font-size:57px;
}

.aboutusdescription {
    font-size:22px;
}

.aboutusvideotext {
    position: absolute;
    z-index: 60;
    margin-top: 36vh;
    color: #fff !important;
    font-family: Gilroy !important;
    font-size: 48px !important;
    width: 38vw;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: -2px;
}

.aboutusvideospan  {
    font-size:18px;
    color:#fff;
    letter-spacing:0px;
}

.underline-effect-01 {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 12vw;
    z-index: 0;
}


.nomaxheightfordesktop  {
    max-height: calc(100vh - 72px);
    min-height: calc(100vh - 72px);
    object-fit: cover;
    filter: brightness(0.5);
}

.underline-effect-02 {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 12vw;
    z-index: 0;
}

.underline-effect-03 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 6vw;
    z-index: 0;
}

.underline-effect-04 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 14vw;
    z-index: 0;
}

.about-description {
    color:#000 !important;
    text-align: center;
    font-size:24px !important;
}

.bg-dark {
    background-color:#000 !important;
}

.box-style-3 {
    cursor:pointer;
}


.box-style-3 img {
    object-position: top;
}

.box-style-8 .box {
    min-height: 150px;
}
/* General Proporties for this page */

/* Highlights Carousel */
#highlights-carousel .names {
    position: static;
    width: 100%;
    border-radius: 0.45rem;
}

#highlights-carousel .item,
#highlights-carousel .item {
}

#highlights-carousel .item img,
#highlights-carousel .item img {
    width: 100%;
    height: 50vh;
    border-radius: 0.45rem;
    filter: brightness(0.6);
    object-fit: cover;
    cursor: pointer;
}


#highlights-carousel .item .description {
    color: #fff;
    font-size: 16px;
    background: transparent;
    bottom: 18px;
    border-radius: 4.25rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 2.5%;
    width: 18vw;
    position: absolute;
}

#highlights-carousel .item p,
#highlights-carousel .item p {
    color: #fff;
    font-size: 16px;
    background: transparent;
    bottom: 55px;
    border-radius: 4.25rem;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 2.5%;
    width: 18vw;
    position: absolute;
}
/* Highlights Carousel */

/* Features Carousel */
#features-carousel .names {
    position: static;
    width: 100%;
    border-radius: 0.45rem;
}

#features-carousel .item,
#features-carousel .item {
}

#features-carousel .item img,
#features-carousel .item img {
    width: auto;
    border-radius: 0.45rem;
    object-fit: cover;
}


#features-carousel .item .description {
    color: #000;
    font-size: 16px;
    background: transparent;
    border-radius: 4.25rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    position: relative;
    text-align: left;
}

#features-carousel .item p,
#features-carousel .item p {
    color: #000;
    font-size: 16px;
    background: transparent;
    top: 25px;
    border-radius: 4.25rem;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}
/* Features Carousel */

/* Scroll Text */
:root {
    --bg: hsl(0 0% 2%);
    --color: hsl(0deg 0% 2.83% / 10%);
    --underline-width: 1lh;
    --underline-block-width: 100vmax;
    --underline-color: hsl(0 0% 50% / 0.15);
    --underline-color-hover: hsl(180 100% 50% / 1);
    --underline-transition: 5s;
    --finish-fill: hsl(0deg 0% 0%);
    --accent: hsl(0deg 0% 0%);
    --fill: hsl(0deg 0% 0%);
}

.scrolltext  p > span {
    outline-color: hsl(10 80% 50%);
    outline-offset: 1ch;
    font-size: 48px;
    font-weight: 600;
    font-family: Gilroy;
    color: var(--color);
    text-decoration: none;
    background-image: /* First one is the highlight */
            linear-gradient(90deg, transparent calc(100% - 8ch), var(--accent) calc(100%  - 8ch)),
            linear-gradient(90deg, var(--fill), var(--fill)),
            linear-gradient(90deg, var(--underline-color), var(--underline-color));
    background-size: var(--underline-block-width) var(--underline-width),
    var(--underline-block-width) var(--underline-width),
    100% var(--underline-width);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--finish-fill);
}

.scrolltext {
    height: 135vh;
    display: flex;
    position:relative;
}

.scrolltext  section {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
}


@supports (animation-timeline: scroll()) {
    @media (prefers-reduced-motion: no-preference) {
        .scrolltext {
            view-timeline-name: --scrolltext;
        }

        .scrolltext p > span {
            background-position-x:
                    calc(var(--underline-block-width) * -1),
                    calc(var(--underline-block-width) * -1),
                    0;
            color: transparent;
            -webkit-animation-name: fill-up, color-in;
            animation-name: fill-up, color-in;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            animation-timeline: --scrolltext;
            animation-range: entry 100% cover 50%, cover 50% exit 0%;
        }

        @-webkit-keyframes fill-up {
            to { background-position-x: 0, 0, 0; }
        }

        @keyframes fill-up {
            to { background-position-x: 0, 0, 0; }
        }

        @-webkit-keyframes color-in {
            to { color: var(--finish-fill); }
        }

        @keyframes color-in {
            to { color: var(--finish-fill); }
        }
    }
}
/* Scroll Text */

/* Special Gallery for About Us */
.specialgallerysection {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    width: 100vw;
    height: calc(100vh - 72px);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    perspective: clamp(400px, 100vw, 1000px);
    background-color:#fff;

}
specialgallerysection::before,
specialgallerysection::after {
    content: "";
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    height: 30vh;
}
specialgallerysection::before {
    top: 0;
    background: linear-gradient(5deg, rgba(0,0,0,0) 30%, #fff);
}
specialgallerysection::after {
    bottom: 0;
    background: linear-gradient(-5deg, #fff, rgba(0,0,0,0) 70%);
}
.specialgallery {
    display: flex;
    gap: 1vw;
    max-width: 1200px;
    min-width: 500px;
    height: 100vh;
    margin-right: 30px;
}
.specialgallery_line {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    height: fit-content;
    animation: slide 30s linear infinite;
}
.specialgallery_line:nth-child(2) {
    animation-direction: reverse;
}
.specialgallery_line img {
    flex: 1 1 auto;
    width: 100%;
    object-fit: cover;
    border-radius:0.45rem;
}
@keyframes slide {
0 { transform: translatey(0); }
100% { transform: translatey(-50%); }
}
/* Special Gallery for About Us */

.pl0 {
    padding-left:0;
}

.pr0 {
    padding-right:0;
}

/* Special Text Animation */
.special-text-style-01 {
    position: relative;
    width: 100%;
    height: 75px;
    /* left: 25vh; */
    top: 50%;
    z-index:9999;
    margin-top:55px;
}

.special-text-style-01 p {
    display: grid;
    vertical-align: top;
    margin: 0;
    color: #000;
    /* margin: 0 auto; */
    font-size: 57px;
    place-items:center;
}

.special-text-style-01 .word {
    position: absolute;
    opacity: 0;
}

.special-text-style-01 .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.special-text-style-01 .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.special-text-style-01 .letter.behind {
    transform: rotateX(-90deg);
}

.special-text-style-01 .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.special-text-style-01 .wisteria {
    color: #8e44ad;
}

.special-text-style-01 .belize {
    color: #2980b9;
}

.special-text-style-01 .pomegranate {
    color: #c0392b;
}

.special-text-style-01 .green {
    color: #16a085;
}

.special-text-style-01 .midnight {
    color: #2c3e50;
}
/* Special Text Animation */

/* Scroll Intro Animation */
.animation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
    width: 100vw !important;
    background-color: #fff;
}

.animation .iphone {
    position: absolute;
    height: auto;
    object-fit: cover;
    width: 253px;
}

.animation .widgets {
    position: absolute;
    z-index: -1;
    scale: 1;
}

.animation #socials {
    background: linear-gradient(#ff348b, #e30217);
    border-radius: 30px;
    aspect-ratio: 1;
    height: 140px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.animation a {
    text-decoration: none;
    font-size: 30px;
    font-family: sans-serif;
    background-color: white;
    aspect-ratio: 1;
    height: 50px;
    border-radius: 100%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Scroll Intro Animation */

@media (min-width: 800px) and (max-width: 1499px) {
    .aboutusvideotext {
        position: absolute;
        z-index: 60;
        font-weight: 600;
        margin-top: 28vh;
        color: #fff !important;
        font-family: Gilroy !important;
        font-size: 38px !important;
        width: 38vw;
        line-height: 48px;
        letter-spacing: -2px;
    }

    .box-style-14 .box {
        min-height: 340px;
    }

    .box-style-14 .box h4 {
        font-size: 26px;
    }

    .box-style-14 .box img {
        width: 68px;
    }
}

@media only screen and (max-width: 799px) {

    .pb75formobile {
        padding-bottom:75px !important;
    }

    .special-video {
        min-height: calc(100vh - 48px);
        max-height: calc(100vh - 48px);
    }
    .specialgallery {
        min-width: 100%;
        margin-right:0px;
    }

    .specialgallerysection {
        height:30vh;
    }

    .scrolltext p > span {
        font-size: 22px;
    }

    .scrolltext section {
        height: calc(100vh - 48px);
    }

    .scrolltext {
        height: 135vh;
    }


    .slogan {
        font-size: 38px !important;
        line-height: 40px;
        text-align:left !important;
    }

    .aboutusdescription {
        text-align:left;
        font-size: 16px !important;
        margin-top: 15px;
    }

    .underline-effect-01 {
        width: 35vw;
    }

    .underline-effect-02 {
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 22vw;
        z-index: 0;
    }

    .underline-effect-04 {
        bottom: -6px;
        width: 26vw;
    }

    .aboutusvideotext {
        font-size: 26px !important;
        width: 90vw;
        line-height: 38px;
        letter-spacing: normal;
        font-family: Gilroy;
    }

    #highlights-carousel .item p, #highlights-carousel .item p {
        width: 100vw;
    }

    #highlights-carousel .item .description {
        width: 42vw;
        font-weight: 600;
        font-size: 14px;
    }

    #highlights-carousel .item img, #highlights-carousel .item img {
        height: 300px;
        object-position: right;
        filter: brightness(0.5);
    }

    .owl-carousel-influencers .owl-dots {
        margin-top: 17px;
    }

    .firstsectionforaboutus {
        min-height:auto;
    }

    .box-style-14 .box img {
        width: 68px;
        margin-bottom: 25px;
    }

    .box-style-14 .box h4 {
        font-size: 20px;
    }

    .box-style-14 .box {
        padding: 40px 15px 40px 15px;
        min-height: 300px;
    }
}

@media only screen and (min-width: 1940px) {
 .offset-lg-3 {
     margin-left:0 !important;
 }

    .col-lg-6 {
        width:70%;
    }

    .homepage h1 {
        font-size:82px;
    }

    .homepage p {
        font-size:32px;
    }

    .col-lg-5 {
        width:60%;
    }

}
