.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(360deg, #FE80C0, #FED3E0);
    animation: gradient 15s ease infinite;
    background-attachment: fixed;
}

main {
    background-image: url(/noise.png);
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    flex-wrap: nowrap;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.content {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-direction: column;
}

.social-icons {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    margin: 0 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #eb60a596;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    cursor: default;
}

.social-icons a:hover {
    background-color: #ffffff69;
    color: #eb60a5;
}

.button {
    background-color: #F082AC;
    border-radius: 888px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button:hover,
.button:focus {
    background-color: #eb60a5;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.i-image {

    height: auto;
    display: grid;
    justify-content: space-between;
    justify-items: center;
    align-content: center;
}

.i-dp {
    max-width: 222px;
    height: auto;
    border-radius: 1000px;
}

.i-dp:hover {

    filter: brightness(105%);
    transition: transform 0.8s ease-in-out;
}

.i-name {
    max-width: 313px;
    margin-top: 16px;
    height: auto;
}

.i-name:hover {
    filter: brightness(105%);
    transition: transform 0.8s ease-in-out;
}


/* cursor */

.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid rgb(252, 55, 255);
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(3);
    }

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

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid red;
}

/* count */
.count {
    opacity: 0.5;
    display: flex;
    text-transform: uppercase;
    position: fixed;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: justify;
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.count:hover {
    opacity: 0.9;
}

.count img {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.count svg {
    fill: #eb60a5;
}


.t-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

.nav,
.nav-tabs {
  /* margin-bottom: 6px !important; */
  border: none !important;
  border-bottom: 4px solid #F300A1!important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
  background: #eb60a596 !important;
  border: none !important;
  color: white !important;
  /* border-radius: 6px !important; */
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: #ffffff69 !important;
  border: none !important;
  color: #F300A1 !important;
  /* border-radius: 6px !important; */
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #F300A1 !important;
  border: none !important;
  color: white !important;
  /* border-radius: 6px !important; */
}
.nav-item {
  margin: 0px 3px !important;
}

/* //-------------- */

.form-row{
    margin: 10px;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width)* 2));
    padding: 0.7rem 1rem;
    font-size: 14px;
    border-radius: 12px!important;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 13, 253, 0.123)!important;
    border-color: #ff86fd!important;
}
.fom-btn{
    background-color: #F300A1!important;
    border: none!important;
    border-radius: 1000px;
    /* width: 100%; */
    padding: 10px 25px;
    margin: 20px;
}
.fom-btn:hover{
    background-color: #ff15b1!important;
}
.tabss{
    /* background-color: #ffffff2b; */
    padding: 25px;
}

.tabss  h2{
    color: white;
}
#tab2 h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
#tab2 h3{
    color: #F300A1;
    font-size: 36px;
    font-weight: 700;
}

#tab2 p{
    color: #590d40;
    font-size: 16px;
    font-weight: 500;
    margin: 15px ;
}
#tab2 .tabss .iraimage{
    margin-bottom: 30px;
    border-radius: 300px;
    height: 270px;
    border: 10px solid #cd00882b;
}

#tab2 .tabss .iraimage:hover {
    filter: brightness(105%);
    transition: transform 0.8s ease-in-out;
    border: 10px solid rgba(205, 0, 137, 0.357);

}

#tab3 .tabss{
width: 350px;
}
#tab3 h2{
    color: white;
    font-size: 20px;
    margin: 15px ;
}


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

    .i-dp {
        max-width: 150px;
    }

    #tab2 .tabss .iraimage{
        height: 170px;
    }
  }