@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url(../assets/bluebg.jpg) repeat;
    object-fit: cover;
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;

}

/* .spacer {
    background-color: #fff;
    height: 20vh;
    z-index: 999999999;
    position: relative;
} */

.girl-container {
    height: 300vh;
    /* height: 700vh; */
}

/* Girl container */
.girl-wrapper {
    position: fixed;
    top: -8%;
    right: -220px;
    /* screen ke bahar */
    width: 220px;
    z-index: 8;
}

/* All frames */
.girl-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

/* First frame visible */
.girl-wrapper img:first-child {
    opacity: 1;
}


/* icons sec */
.scatter-sec {
    height: 450vh;
    overflow-x: hidden;
}

.scene {
    position: fixed;
    inset: 0;
    pointer-events: none;
    left: -30px;
}

.item {
    position: absolute;
    width: 65px;
    will-change: transform;
    rotate: 0 !important;
}



.group-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 16px;
    transform: translate(-50%, 0);
    opacity: 0;
    left: 21px;
}

.label-circle {
    /* width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #fff; */
    width: 165px;
    height: 45px;
    position: absolute;
    top: -11px;
}



.group-label span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -1px;
    white-space: nowrap;
}

/*  */
/* Tablet */
@media (max-width:1024px) {
    .item {
        width: 48px;
    }
}

/* Mobile */
@media (max-width:768px) {
    .girl-wrapper {
        width: 150px;
        right: -130px;
    }

    .item {
        width: 40px;
    }

    .scene {
        left: -10px;
    }

    .group-label {
        left: 10px;
    }

    .label-circle {
        width: 105px;
        height: 26px;
        top: -5px;
    }

    .group-label span {
        font-size: 10px;
    }
}

.relative {
    position: relative;
}

/* footer */
.footer-float {
    position: fixed;
    bottom: -170px;
    right: -400px;
    /* width: 300px; */
    /* z-index: 999999999999999; */
    cursor: pointer;
    transform: rotate(-12deg);
    /* will-change: transform; */
}

/* .footer-float img {
    width: 100%;
    max-width: 100%;
    display: block;
} */

footer {
    height: 100vh;
    background: url(../assets/bluebg.jpg) repeat;
    object-fit: cover;
    background-attachment: fixed;
    z-index: 9999999;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    padding: 0 10px;
}

.g-logo {
    width: 35%;
}

.blur-bar {
    background-color: #6fc9fd;
    padding: 18px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    color: #111;
    font-size: 15px;
}

#pageEnd {
    height: 1px;
}

.blue-bg {
    background-color: #6fc9fd;
    padding: 10px;
}

.boardcard {
    border-radius: 20px;
    overflow: hidden;
    font-size: 13px;
}

.gr-line {
    width: 100px !important;
}

.second-row h4 {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: uppercase; */
    text-align: center;
}

.second-row h5 {
    color: #405462;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width:767px) {

    .blur-bar {
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 1.3;
    }
}

@media (max-width:480px) {
    .footer-float {
        /* width: 130px; */
        bottom: 0px;
        right: -80px;
    }

    .footer-float img {
        /* width: 200px; */
        max-width: 100%;
    }
}

/* @media (max-width:767px) {
    #pageEnd {
        height: 100%;
    }
   
} */

.backToTop {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background: #000;
    color: #fff;
    /* padding: 12px 16px; */
    border-radius: 100%;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999999999999999;
    opacity: 1;
    text-decoration: none;
    transform: translateY(20px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
    line-height: 1;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* user-select: none; */
}

.yellow-btn {
    background-color: #f9ce28;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 8px 18px;
    text-align: center;
    transition: all .3s;
    text-transform: capitalize;
    border: none;
}

.yellow-btn:hover {
    background-color: #000;
    color: #fff;
}

.submit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 115px;
    height: 100%;
}

.social-list a {
    color: #111;
    text-decoration: none;
}

.boardcard a {
    text-decoration: none !important;
    color: #111 !important;
}

.social-list a img {
    width: 15px !important;
    margin-right: 6px;
}

.social-list {
    display: flex;
    font-weight: bold;
    color: #111;
    justify-content: flex-end;
    gap: 10px;
    font-size: 10px;
}

/* .boardcard .col-4 {
    border-left: 2px dotted #ccc;
} */

.second-row {
    padding: 15px 20px;
}

.input {
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 8px 18px;
    text-align: center;
    transition: all .3s;
    border: none;
    width: 100%;
    /* border-bottom: 2px dotted #ccc; */
    box-shadow: inset 4px 4px 10px #ccc;
}

::placeholder {
    color: #000;
}

.boardcard:after {
    content: "";
    position: absolute;
    top: 0;
    right: 33%;
    height: 100%;
    border: 1px dotted #ccc;
}

@media (max-width:767px) {
    .boardcard {
        scale: .7;
    }

    .second-row h4 {
        font-size: 14px;
    }

    .boardcard {
        font-size: 10px;
    }

    .footer-float {
        bottom: -90px;
        right: -350px;
    }
}

@media (min-width:1170px) {
    .boardcard {
        width: 560px;
    }
}

/*  */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    /* padding: 10px 18px; */
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    z-index: 1000001;
    transition: .2s;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav.prev { left: 30px; }
.nav.next { right: 30px; }

.nav:hover {
    background: rgba(0,0,0,.7);
    transform: translateY(-50%) scale(1.1);
}
