* {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;

}

#preloader {
    background: white url(/assets/preloader.gif) no-repeat center center;
    background-size: 20%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
}

#Headlines {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1vh 1vh;
    font-family: sans-serif;
    font-size: .8;
    color: gray;
    margin-bottom: -1vh;
}




/* For Navbar animation*/

#navbarTwo {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.20);

}

.navbarAlignment {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0% 10%;
}

.logo {
    object-fit: cover;
    height: 2.5rem;
    width: 100%;
    cursor: pointer;
}

.contacticon {
    height: 1.5rem;
    width: 2rem;
    object-fit: contain;
    cursor: pointer;
}

.contactbutton {

    text-decoration: none;
    color: black;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 1vh;
    color: black;
    font-weight: 400;
}

/* For Navbar animation*/
.desktopMenuListItem {
    margin: .5px;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
    animation-duration: 1s;
    padding-bottom: .1rem;
    font-size: .9rem;
}



.desktopMenuListItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid #940a08;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 300ms ease-out;
}


.desktopMenuListItem:hover::before {
    transform: scaleX(1);

}


#sectionOne {
    height: 80vh;
    width: 100%;
    background: linear-gradient(rgba(63, 6, 6, 0.7), rgba(0, 0, 0, 0.70)),
        url(/assets/Background-1stsec.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 2% 20%;
    z-index: -1;
    display: flex;
    justify-content: center;
}


#RTtext {
    color: white;
    font-size: 7rem;
    font-weight: 300;
    font-style: italic;
    text-shadow: 1px 5px 5px black;
    animation-name: moveLeft;
    animation-duration: 3.5s;
}

#PS1 {
    font-size: 1.2rem;
    color: white;
    font-weight: 300;
    text-shadow: 1px 5px 5px black;
    animation-name: moveLeft;
    animation-duration: 3.5s;
}

#video1 {
    position: relative;
    align-items: center;
    width: 50vh;
    animation-name: moveRight;
    animation-duration: 3.5s;
    border-radius: 5%;

}

.button1 {
    height: 100%;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 1px 1px 2px rgb(2, 2, 2);
    padding: 1%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 25px;

}

#buttonRow {
    margin-top: 5vh;
    border-radius: 25px;
}


#button {
    position: relative;


}

#span1 {
    background-color: #940a08;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
    border-radius: 25px;
}

.button1:hover {
    border: none;
    color: white;
    border-radius: 25px;

}

.button1:hover #span1 {
    width: 100%;
}



/*carouosel */

.carouselOne {

    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;


}

.about-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: black;
    position: relative;
}


.carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 470px;
    position: relative;
    perspective: 1000px;

}

.carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product {
    position: absolute;
    width: auto;
    height: 50vh;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    margin-top: 2%;
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product.center {
    z-index: 10;
    transform: scale(1.1) translate(0);
}

.product.left-1,
.product.right-1 {
    z-index: 5;
    transform: scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.product.left-2,
.product.right-2 {
    z-index: 1;
    transform: scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.product.left-1 img,
.product.left-2 img,
.product.right-1 img,
.product.right-2 img {
    filter: grayscale(100%);
}

.product.left-1 {
    transform: translateX(-200px) scale(0.9) translate(-100px);
}

.product.left-2 {
    transform: translateX(-400px) scale(0.8) translate(-300px);
}

.product.right-1 {
    transform: translateX(400px) scale(0.9) translate(-100px);
}

.product.right-2 {
    transform: translateX(400px) scale(0.8) translate(-100px);
}

.product.hidden {
    opacity: 0;
    pointer-events: none;

}

.member-info {
    text-align: center;
    margin-top: 2%;
    transition: all 0.5s ease-out;
}

.member-name {
    color: black;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.member-name::before,
.member-name::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100px;
    height: 2px;
    background: #940a08;
}

.member-name::before {
    left: -120px;
}

.member-name::after {
    right: -120px
}

.member-role {
    color: #848696;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 10px 0;
    margin-top: -15px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2c2c2c2c;
    cursor: pointer;
    transition: all 0.3s ease
}

.dot.active {
    background: #940a08;
    transform: scale (1.2);
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #01030f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    padding-bottom: 4px;
}

.nav-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
    left: 20px;
    padding-right: 3px;
}

.nav-arrow.right {
    right: 20px;
    padding-left: 3px;
}

/*medua query*/

@media (max-width: 768) {}

/*carouosel end */



/*section 2 */


#sec2img {
    width: 100vw;
    height: auto;
    position: relative;
    padding: 0% 10%;
}




/*section 3 */


#sectionThree {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2% 10%;
    column-width: 50vw;
}

.sectioncol {
    max-width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionrow {
    display: flex;
    flex-direction: row;
}

.sectionthreelogo {
    width: 5vw;
    height: 7vh;

}

.container {
    display: flex;
    flex-direction: row;
}

.textjustify {
    text-align: justify;
    text-justify: inter-word;
}

.sectionContainer {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/*section 4 */



#sectionFour {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 0% 10%;
}

#sectionFour2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 0% 10%;
}

.sectionFourTexth1 {
    font-weight: 600;
    font-size: 3rem;
    color: white;
}

.sectionFourTextp {
    font-size: 1rem;
    margin-top: -3%;
}

.logoSectionFour {
    max-height: 15vh;
    width: 100%;
    margin: 0vh 1vw;
}



@media only screen and (max-width: 1700px) {
    .carouselOne {

        min-height: 80vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product {
        margin-bottom: 1%;
        margin-top: 2%;
    }



}



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

    #sectionOne {
        height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-content: center;
        padding: 2% 5%;
        z-index: -1;
        display: flex;
        justify-content: center;
    }

    #RTtext {
        color: white;
        font-size: 7rem;
        font-weight: 300;
        font-style: italic;
        text-shadow: 1px 5px 5px black;

    }

    #video1 {
        width: 60vh;
        margin-top: 4%;
    }

    .about-title {
        font-size: 2.5rem;
        font-weight: 500;
        color: black;

    }

    .product {
        height: 35vh;
        background: white;

    }

    .carouselOne {
        min-height: 65vh;

    }

    #sec2img {
        width: 100vw;
        height: auto;
        position: relative;
        padding: 0% 2%;
    }

    #sectionThree {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 2% 10%;

    }

    .sectioncol {
        max-width: 70vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #sectionFour {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: black;
        padding: 0% 10%;
    }

    .logoSectionFour {
        width: 100%;
        height: 15vh;
        margin: 0vh 1vw;
    }

    .sectionFourTexth1 {
        font-weight: 600;
        font-size: 2rem;
        color: white;
    }

    .sectionthreelogo {
        width: 8vw;
        height: 7vh;

    }

    .sectionFourTextp {
        font-size: .7rem;
    }

    .logoSectionFour {
        max-height: 9vh;
        width: 100%;
        margin: 0vh 1vw;
    }

}

@media only screen and (max-width: 1280px) {
    .carouselOne {
        min-height: 70vh;

    }
}


@media only screen and (max-width: 600px) {
    #RTtext {
        color: white;
        font-size: 5rem;
        font-weight: 300;
        font-style: italic;
        text-shadow: 1px 5px 5px black;

    }

    #Headlines {
        font-size: .5rem;
    }

    #video1 {
        width: 40vh;

    }

    .about-title {
        font-size: 2.5rem;
        font-weight: 500;
        color: black;

    }

    .product {
        height: 48vh;
        background: white;


    }

    .carouselOne {
        min-height: 75vh;

    }

    #sectionFour {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: black;
        padding: 0% 10%;
    }

    .sectioncol {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sectionFourTexth1 {
        font-weight: 600;
        font-size: 1rem;
        color: white;
    }

    .sectionFourTextP {
        font-weight: 600;
        font-size: .8;
        color: white;
    }

    .logoSectionFour {
        max-height: 5vh;
        width: 100%;
        margin: 0vh 1vw;
    }

}














/* For Animation */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all .5s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}


#moving {
    position: relative;
    animation: animateUser 5s linear infinite;
}

@keyframes animateUser {
    0% {
        top: 0px;
        bottom: 0px
    }

    25% {
        top: 5px;
        bottom: 0px
    }

    50% {
        top: 0px;
        bottom: 5px
    }

    75% {
        top: 5px;
        bottom: 0px
    }

    100% {
        top: 0px;
        bottom: 5px
    }

}



@keyframes transition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;

    }
}



@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}