﻿

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.card {
    width: 250px;
    border: 2px;
    background-color: #FBF6F6;
    height: 320px;
}

    .card:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        top: 0;
        left: 0;
        background: rgb(35,32,39);
        background: linear-gradient(175deg, rgba(35,32,39,1) 0%, rgba(50,46,55,1) 40%, rgba(75,70,81,1) 100%);
        clip-path: circle(230px at 50% -58.5%);
    }

.img-fluid {
    margin-top: 30px;
    height: auto;
    width: auto;
}

.image1 {
    height: 250px;
    width: 250px;
    position: relative;
}



    .image1 img {
        height: 250px;
        object-fit: contain;
    }

.slide {
    margin-top: 30px;
    margin-bottom: 4%;
}

.text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

    .text a {
        color: black;
    }

.profile-text h2 {
    text-align: center;
    align-content: center;
    text-align: center;
    margin-left: 10px;
}

.tab-landing {
    width: auto;
    height: auto;
    cursor: pointer;
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    max-width: 100%;
    margin-bottom: 20px;
    z-index: 1000;
}

@media (max-width:990px) {
    .tab-landing {
        padding: 10px;
    }
}


.img-fluid {
    margin-top: -90px;
    height: 100%;
    width: 100%;
}

.image1 {
    height: 250px;
    width: 250px;
    position: relative;
}

.landingImg {
    display: block !important;
    width: 100% !important;
}


.image1 img {
    height: 250px;
    object-fit: contain;
}




.scrolldown {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateY(-80px) translateX(-50%) rotate(45deg);
}

    .scrolldown span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-bottom: 4px solid #fff0; /* Increase border thickness */
        border-right: 4px solid #fff0; /* Increase border thickness */
        animation: animate 1.5s linear infinite;
    }

    .scrolldown .indicator-text {
        font-size: 35px;
        /*color: #b0ff00;*/
        color:white;
        margin: -43px;
    }

    .scrolldown span:nth-child(1) {
        transform: translate(-15px,-15px);
        animation-delay: -0.4s;
        border-bottom: 4px solid #647eff;
        border-right: 4px solid #647eff;
    }

    .scrolldown span:nth-child(2) {
        transform: translate(0px,0px);
        animation-delay: -0.2s;
        border-bottom: 4px solid #ff0000;
        border-right: 4px solid #ff0000;
    }

    .scrolldown span:nth-child(3) {
        transform: translate(15px,15px);
        animation-delay: 0s;
        border-bottom: 4px solid #00ff2b;
        border-right: 4px solid #00ff2b;
    }


@keyframes animate {
    0% {
        top: -5px;
        left: -5px;
        opacity: 0;
    }

    25% {
        top: 0px;
        left: 0px;
        opacity: 1;
    }

    50%,100% {
        top: 0px;
        left: 0px;
        opacity: 0;
    }
}

@media only screen and (max-width: 850px) {

    .scrolldown {
        display: none;
        /*   position: absolute;
        top: 155px;
        bottom: 20px;
        left: 50%;
        width: 40px;
        height: 40px;
        transform: translateY(-80px) translateX(-50%) rotate(45deg);*/
    }
       /* .scrolldown .indicator-text {
            font-size: 15px;
            color: #b0ff00;
            margin: -25px;
        }*/
}
