.custom-img {
    object-fit: cover;
    object-position: center center;
    width: 300px !important;
    height: 300px !important;
}

.imgfirst {
    border-radius: 100px 0px 0px 0px;
}

.imgthird {

    border-radius: 0px 0px 100px 100px;
}

.imgfour {
    border-radius: 0px 100px 100px 100px;
}

.rounded-img {
    border-radius: 50% !important;
}

.bg-gray {
    background-color: #F0F2FF;
}

.first-banner-background-image {
    background-image: url('https://demo.creativemox.com/fluma/wp-content/uploads/sites/11/2023/09/happy-african-american-influencer-in-braces-holding-palette-with-eye-shadow-near-digital-camera-e1695290007329.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.first-banner-background-image2 {
    background-image: url('https://demo.creativemox.com/fluma/wp-content/uploads/sites/11/2023/09/man-influencer-youtuber-vlogger-e1695194501489.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.first-banner-background-image::before,
.first-banner-background-image2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #6078ff9c 0%, #b000ff6b 100%);
}

.light-blue-man-bg-image {
    background-image: url('https://demo.creativemox.com/fluma/wp-content/uploads/sites/11/2023/09/circle.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.text-gray {
    color: #9BACBF;
}

.card-bottom-shabow {
    box-shadow: 0px 5px 0px #6078FF !important;
}

.text-primary {
    color: #6078FF;
}


/* card flip */


.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 375px;
}


.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral; */
    border-radius: 1rem;
}

 
.flip-card-back {
    /* background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
       bisque 40%, rgb(255, 185, 160) 78%);
    color: white; */
    background: linear-gradient(135deg, #6078ff 0%, #ae00ff 100%);
    ;
    transform: rotateY(180deg);
}

/* 
  .fade-in-image
  {
    animation: fadeIn 2s;
  } */

.fade-in-div {
    animation: fadeIn 8s;
    -webkit-animation: fadeIn 8s;
    -moz-animation: fadeIn 8s;
    -o-animation: fadeIn 8s;
    -ms-animation: fadeIn 8s;
}

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

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

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

.slide-in-left {
    animation: slideInFromLeft 2s ease-in-out forwards;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

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

.slide-in-bottom {
    animation: slideInFromBottom 2s ease-in-out forwards;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

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

.slide-in-top {
    animation: slideInFromTop 2s ease-in-out forwards;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

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

.slide-in-right {
    animation: slideInFromRight 2s ease-in-out forwards;
}


/* contact us style  start*/

.background-gradient {
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFCE00;
    border-radius: 50%;
}

.confetti:nth-child(2) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 20%;
    left: 10%;
}

.confetti:nth-child(3) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 20%;
}

.confetti:nth-child(4) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 70%;
    left: 80%;
}

.confetti:nth-child(5) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 80%;
    left: 50%;
}

.confetti:nth-child(6) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 30%;
    left: 70%;
}

.confetti:nth-child(7) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 40%;
    left: 90%;
}

.confetti:nth-child(8) {
    background-color: #00FF85;
    width: 15px;
    height: 15px;
    top: 60%;
    left: 30%;
}

/* contact us style end */

@keyframes test {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

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

.slide-in {
    animation: test 2s ease-in-out forwards;
}