@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Cantarell:wght@400;700&family=Courgette&family=Domine:wght@400;600;700&family=Gwendolyn:wght@700&family=Lobster&family=Megrim&family=Meow+Script&family=Montserrat:wght@300;600&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oleo+Script+Swash+Caps&family=Open+Sans:wght@300;400;600&family=Poppins:wght@200;300;700&family=Quicksand:wght@300;400;600;700&family=Roboto:wght@300;400;500;700;900&family=Unna:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    background: #edf7ff;
}

html,
body {
    width: auto !important;
    overflow-x: hidden !important;
}

section {
    overflow-x: hidden;
}

#particles-js {
    position: relative;
    height: 390px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group-coworkers-putting-their-hands-together_23-2148985523.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
    margin-bottom: 5%;
}

#particles-js p {
    z-index: 4;
    top: 35%;
}


.team {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 55px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    font-size: 55px;
    color: rgba(247, 249, 251, 0.755);
    -webkit-text-stroke: 0.1vw #313131;
    width: fit-content;
    white-space: nowrap;
    transition: 0.5s;
}

.team::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-text-stroke: 0.1vw transparent;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(to right, #1f1c2c, #928dab);
    -webkit-background-clip: text;
    color: transparent;
    animation: animate 6s linear infinite;
}

@keyframes animate {

    0%,
    10% {
        width: 0%;
    }

    70%,
    90%,
    100% {
        width: 100%;
    }
}

.team1 {
    color: rgb(187, 181, 181);
}

/* swiper */
.swiper {
    width: 100%;
    height: 150%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 350px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination {
    font-size: 20px;


}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.img-area {
    text-align: center;
    color: #fff;
    position: relative;
    height: 350px;
}

.img-area img {
    width: 300px;
    height: 350px;
    box-shadow: 0px 0px 20px -7px #000;
}

.img-text,
.img-area::after {
    width: 100%;
    position: absolute;
    left: 0;
}

.img-area::after {
    content: '';
    height: 100%;
    top: 0;
    transition: .5s;
}

.img-area:hover::after {
    background: linear-gradient(to bottom, rgba(199, 0, 57, .01) 0%, rgba(199, 0, 57, .25) 25%,
            rgba(199, 0, 57, .50) 50%, rgba(199, 0, 57, .75) 75%, rgba(199, 0, 57, .95) 100%);
}

.img-text {
    padding: 20px;
    margin-bottom: 20px;
    margin-left: -5%;
    bottom: 0;
    z-index: 1;
    transform: translateY(145px);
    opacity: 0;
    transition: all .5 cubic-bezier(.13, .62, .81, .91) 0s;
}

.img-text h3 {
    font-family: big john;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: -30px;
}

.img-text h5 {
    font-family: big john;
    font-size: 20px;
    font-weight: lighter;
}

.img-area:hover .img-text {
    transform: translateY(0);
    opacity: 1;
}

.icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon {
    padding: 10px 14px;
    font-size: 20px;
    color: rgb(30, 30, 30);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.icon:hover {
    transform: translateY(-15%);
}


.bene {
    height: fit-content;
    background-image: linear-gradient(rgba(15, 11, 11, 0.7), rgba(15, 11, 11, 0.7)), url(../img/coworkers-having-work-meeting_23-2148985462.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-y: hidden;
}

.book {
    height: 230px;
    border-radius: 20px;
    position: relative;
}



#header {
    text-align: center;
    color: rgb(56, 55, 54);
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1% 0%;
}

.cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cont .box {
    width: 300px;
    height: 455px;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
    padding-top: 30px;
    margin: 20px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.box p {
    font-size: 17px;
    color: #777;
}

.box button {
    width: 140px;
    height: 40px;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 40px;
}

@media (max-width: 576px) {
    .box p {
        font-size: 16px;
    }

    .box button {
        margin-top: auto;
    }
}

.box button:hover {
    letter-spacing: 2px;
    opacity: .8;
}

.box::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.box::after {
    width: 100%;
    height: 100%;
    background-color: #fc4242;
    background-image: linear-gradient(45deg, #fc4242 0%, #ff4242 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: circle(20% at 90% 10%);
    transition: .2s;
}

.box .count {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 50px;
    font-weight: bolder;
    color: #fff;
}

.box:nth-child(2)::after {
    background-color: #fc4242;
    background-image: linear-gradient(45deg, #fc4242 0%, #ff4242 100%);
}

.box:nth-child(3)::after {
    background-color: #fc4242;
    background-image: linear-gradient(45deg, #fc4242 0%, #ff4242 100%);
}

.box:hover::after {
    clip-path: circle(100%);
}

.box:hover h3 {
    color: #fff;
}

.box:hover p {
    color: #fff;
}

.box:hover button {
    color: #333;
    background-color: #fff;
}



/* start dorm section */

.last {
    position: relative;
    width: 85%;
    height: 540px;
    padding: 0% 10%;
    padding-bottom: 4%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-image: linear-gradient(rgba(155, 142, 142, 0.7), rgba(177, 169, 169, 0.7)), url(../img/job-career-hiring-recruitment-qualification-graphic_53876-133782.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    z-index: 1;
    margin: 7% auto;
}

form button {
    position: relative;
    margin: 5% auto;
    padding: 1% 6%;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #131212;
    border: none;
    box-shadow: 1px 1px 2px 1px rgba(47, 1, 72, 0.861);
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
}

form button:hover {
    border: 2px solid #181616;
    background: transparent;
    color: #161515;
    font-weight: bolder;
}

.forms input:focus {
    box-shadow: none;
    border-color: #000;
}

#select:focus {
    box-shadow: none;
    border-color: #000;
}