@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{
    background: #fff;
    font-family: 'Quicksand', sans-serif;
}

html,body{
    width: auto !important;
    overflow-x: hidden !important;
}

#navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
}
#navbar.sticky{
    background: rgb(247, 244, 241); 
    box-shadow: 0px 1px 4px 3px rgba(126, 121, 121, 0.527);
    transition: 0.6s;
}

#navbar .nav-item .nav-link{
    color: rgb(255, 253, 253);
}
#navbar.sticky .nav-item .nav-link{
    color: rgb(3, 3, 3);
    font-weight: lighter;
}


.navbar-toggler:focus{
    box-shadow: none;
}

.dropdown-item:focus{
    background: #edf7ff;
    color: #000;
}
.dropdown-item:hover{
    background: #edf7ff;
    color: #000;
}


nav #btn1{
    position: relative;
    background: transparent;
    width: 110%;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #f35659;
    border: 2px solid #f35659;
    cursor: pointer;
    z-index: 10;
    
}
#btn1:hover{
    color: #fff;
}

#btn1::before{
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #f35659;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}

#btn1::before{
    transform: scaleX(0);
}
#btn1:hover::before{
    transform: scaleX(1);
}
@media (max-width: 992px) {
    #btn1:hover::before{
        transform: scaleX(0);
    }
    nav #btn1{
        border: none;
        color: rgb(26, 25, 25);
        display: block;
        width: 100%;
        margin: auto;
    }
    #btn1:hover{
        color: #f35659;
    }
    nav ul li .red:hover{
        color: #f35659;
    }
    nav ul li .red:hover::after{
        display: none;
    }

}

nav ul li .nav-link{
    position: relative;
    text-decoration: none;
    transition: 0.6s;
    padding: 5px 0px;
    font-size: 17px;
}

nav ul li .red::after{
    content: '';
    position: absolute;
    background-color: #f35659;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}

nav ul li .red:hover::after{
    width: 100%;
}

#navbar .nav-item .nav-link:hover{
    color:#f35659;
}

.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 6%;
    z-index: 2;
}
.swiper-slide {
    background-color: rgba(0, 0, 0, 0.9);

    /* 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;
  }
  #bg{
    z-index: 4;
    position: absolute;
    color: #fff;
    width: 55%;
    text-align: center;
    top: 20%;
    left: -7%;
    line-height: 90px;
    font-size: 85px;
    letter-spacing: -1.5px;
    height: fit-content;
}
#bg p{
z-index: 4;
position: absolute;
color: #fff;
width: 55%;
text-align: center;
top: 33%;
left: 38%;
line-height: 90px;
font-size: 72px;
letter-spacing: -1.5px;
}
#con{
z-index: 4;
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 70%;
    left: 13%;
    letter-spacing: 1px;
    font-size: 15px;
    text-decoration: none;
    background: #f8072c;
    width: 130px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif', serif;
}
#con:hover{
background: transparent;
border: 1px solid #f62242;
}

#bg span{
font-size: 95px;
color: #f2192b;
letter-spacing: 8px;
position: relative;
left: 10%;
font-style: normal;
}

@media (max-width: 399px) and (min-width: 280px) {
.swiper #bg span{
    font-size: 42px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 30%;
    left: -15%;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-size: 35px;
}
.swiper #bg p{
    width: 55%;
    top: 12%;
    left: 36%;
    line-height: 90px;
    font-size: 35px;
}

.swiper{
    margin-right: 0;
}
#con{
        display: none;
}
}

@media (max-width: 499px) and (min-width: 400px) {
.swiper #bg span{
    font-size: 52px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 30%;
    left: -20%;
    line-height: 45px;
    letter-spacing: 0.5px;
    font-size: 45px;
}
.swiper #bg p{
    width: 55%;
    top: 14%;
    left: 36%;
    line-height: 90px;
    font-size: 45px;
}

.swiper{
    margin-right: 0;
}
#con{
        display: none;
}
}

@media (max-width: 599px) and (min-width: 500px) {
.swiper #bg span{
    font-size: 62px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 30%;
    left: -22%;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 52px;
}
.swiper #bg p{
    width: 55%;
    top: 20%;
    left: 36%;
    line-height: 90px;
    font-size: 52px;
}

.swiper{
    margin-right: 0;
}
#con{
        display: none;
}
}
@media (max-width: 699px) and (min-width: 600px) {
.swiper #bg span{
    font-size: 62px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 25%;
    left: -22%;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 52px;
}
.swiper #bg p{
    width: 55%;
    top: 20%;
    left: 33%;
    line-height: 90px;
    font-size: 52px;
}

.swiper{
    margin-right: 0;
}
#con{
        display: none;
}
}

@media (max-width: 799px) and (min-width: 700px) {
.swiper #bg span{
    font-size: 62px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 25%;
    left: -25%;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 52px;
}
.swiper #bg p{
    width: 55%;
    top: 20%;
    left: 33%;
    line-height: 90px;
    font-size: 52px;
}

.swiper{
    margin-right: 0;
}
#con{
    display: none;
}
}

@media (max-width: 899px) and (min-width: 800px) {
.swiper #bg span{
    font-size: 63px;
    left: 8%;
    
}
.swiper #bg{
    width: 100%;
    top: 25%;
    left: -25%;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 55px;
}
.swiper #bg p{
    width: 55%;
    top: 23%;
    left: 33%;
    line-height: 90px;
    font-size: 55px;
}

.swiper{
    margin-right: 0;

}
#con{
    display: none;
}
}

@media (max-width: 1360px) and (min-width: 900px) {
.swiper #bg span{
    font-size: 63px;
    left: 5%;
    
}
.swiper #bg{
    width: 100%;
    top: 25%;
    left: -30%;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 55px;
}
.swiper #bg p{
    width: 55%;
    top: 24%;
    left: 30%;
    line-height: 90px;
    font-size: 55px;
}

.swiper{
    margin-right: 0;
}
#con{
    display: none;
}
}


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
  }

.swiper-pagination{
    z-index: 2;
    
}
.content-banner{
    z-index: 100;
}
.head{
    color: rgb(226, 53, 53);
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    width: fit-content;
    position: relative;
    transition: 0.5s;
    white-space: nowrap;
    font-family: 'Quicksand', sans-serif;
}
.head::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-right: 9px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    animation: animatex 5s linear infinite;
}
@keyframes animatex{
    0%, 10%
    {
        width: 0%;
    }
    70%, 90%, 100%
    {
        width: 100%;
    }
}

.row h1{
    font-size: 55px;
    color: rgb(39, 35, 35);
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.row p{
    color: gray;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.lin{
    color: #e91e2f;
    border-radius: 15px;
    border: 2px solid #e91e2f;
    font-size: 18px;
    padding: 6% 4%;
    position: relative;
}
.lin i{
    padding-left: 3%;
}

.lin:hover{
    color: #fff;
}

.lin::before{
    content: '';
    position: absolute;
    border-radius: 12px;
    padding: 0;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #e91e2f;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}

.lin::before{
    transform: scaleY(0);
}
.lin:hover::before{
    transform: scaleY(1);
}
.part2{
    position: relative;
}
.part2 .im1{
    position: absolute;
    left: 30%;
    top: -8%;
    z-index: 1;
}

.part2 .im2{
    z-index: 2;
    height: 100%;
}

@media (max-width: 992px){
    .row .im1{
        display: none;
    }
}

.sec2{
    width: 100%;
    height: 600px;
}

.se3{
    width: 90%;
    height: 310px;
    position: relative;
    left: 4%;
    background-image: linear-gradient(150deg, #111014,#3c3a44, #6c687e,#b9b5cc);
    border-radius: 20px;
    top: 33%;
}


@media (max-width: 395px) { 
    .sec2 .se3{
        width: 90%;
        height: 170px;
        position: relative;
        left: 4%;
        top: 33%;
    }
    .sec2 .se3 .row #im{
        border-radius: 15px;
        position: absolute;
        top: -12%;
        left: 8%;
        margin-left: -3%;
        width: 140px;
        height: 210px;
    }
    .sec2 .c2{
        position: relative;
        left: 37%;
        top: -10%;
    }
    .sec2 .feat .c2 .numm{
        font-size: 30px;
        padding-bottom: 0;
    }
    
    .sec2 .feat .c2 h2{
        font-size: 14px;
        position: absolute;
        width: 20%;
        left: 44%;
        bottom: 10px;
        text-transform: capitalize;
    }
    }


@media (max-width: 490px) { 
    .se3{
        width: 90%;
        height: 130px;
        position: relative;
        left: 4%;
        top: 33%;
    }
    .sec2 .se3 #im{
        border-radius: 15px;
        position: absolute;
        top: -9%;
        left: 14%;
        width: 170px;
        height: 230px;
    }
    .sec2 .c2{
        position: relative;
        left: 29%;
    }
    .sec2 .feat .c2 .numm{
        font-size: 50px;
        padding-bottom: 10%;
    }
    
    .sec2 .feat .c2 h2{
        font-size: 15px;
        position: absolute;
        width: 20%;
        left: 40%;
        text-transform: capitalize;
    }
    }


@media (max-width: 576px) { 
    .se3{
        width: 90%;
        height: 160px;
        position: relative;
        left: 4%;
        top: 33%;
    }
    .sec2 #im{
        border-radius: 15px;
        position: absolute;
        top: -12%;
        left: 15%;
        width: 230px;
        height: 240px;
    }
    .sec2 .c2{
        position: absolute;
        left: 23%;
    }
    .sec2 .feat .c2 .numm{
        font-size: 50px;
        padding-bottom: 10%;
    }
    
    .sec2 .feat .c2 h2{
        font-size: 15px;
        text-transform: capitalize;
    }
    }

@media (max-width: 768px) {
    .se3{
        width: 90%;
        height: 160px;
        position: relative;
        left: 4%;
        top: 33%;
    }
    .sec2 #im{
        border-radius: 15px;
        position: absolute;
        top: -12%;
        margin-left: -8%;
        width: 180px;
        height: 250px;
    }
    .c2{
        position: absolute;
        left: 49%;
    }
    .sec2 .feat .c2 .numm{
        font-size: 50px;
    }
    
    .sec2 .feat .c2 h2{
        font-size: 18px;
        margin-top: -37%;
        text-transform: capitalize;
    }
    }
  

@media (max-width: 992px) { 
    .sec2{
        height: 500px;
    }
    .se3{
        width: 90%;
        height: 200px;
        position: relative;
        left: 4%;
        top: 33%;
    }
    .sec2 .se3 img{
        border-radius: 15px;
        position: absolute;
        top: -12%;
        margin-left: -10%;
        width: 270px;
        height: 270px;
    }
    .c2{
        position: absolute;
        left: 49%;
    }
    .sec2 .feat .c2 .numm{
        font-size: 55px;
    }
    
    .sec2 .feat .c2 h2{
        font-size: 18px;
        margin-top: -38%;
        text-transform: capitalize;
    }
    }
 

@media (max-width: 1200px) {
    .sec2 img{
        border-radius: 15px;
        position: absolute;
        top: 15%;
        margin-left: 0%;
        height: 400px;
    }
 }


@media (min-width: 1400px) { }
.sec2 img{
    border-radius: 15px;
    position: relative;
    top: -12%;
    left: 17%;

}

.feat .c2{
    padding: 2%;
    text-align: center;
    color: #fff;
}
.feat .c2 .numm{
    font-size: 110px;
    font-weight: bolder;
    display: block;
}

.feat .c2 h2{
    font-size: 28px;
    font-weight: bolder;
    margin-top: -21.5%;
    text-transform: capitalize;
}

/* swiper */
.swiperr {
    width: 100%;
    height: 150%;
  }

  .swiperr .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: fit-content;
    background: transparent;
    /* 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;
  }

  .swiperr .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }

  .swiperr {
    width: 100%;
    height: 350px;
    margin: 20px auto;
    overflow-x: hidden;
  }
  .append-buttons {
    text-align: center;
    margin-top: 20px;
  }

  .swiper-pagination{
    font-size: 20px;
    color: #000;
    
  }

  .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;
  }


.sec3{
    height: fit-content;
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/hands-joined-by-team_1150-100.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-bottom: 3%;
}

.img-area img{
    height: 350px;
    box-shadow: 0px 0px 20px -7px rgb(202, 193, 193);
}
.img-area{
    text-align: center;
    color: #fff;
    position: relative;
    height: 350px;
    margin-bottom: 4%;
}
.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{
    margin-bottom: 20px;
    bottom: 0;
    z-index: 1;
    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;
}

.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%);
}


.career{
    height: fit-content;
    position: relative;
    background: #fef8f8;
    padding: 1% 4%;
    padding-bottom: 0%;
    margin: 0 auto;
    box-shadow: 0px 0px 15px -5px #000;
    border-radius: 20px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .career{
    height: 440px;
}
.photo{
    position: relative;
    height: 380px;
    top: 60px;
}
}
.photo{
    position: relative;
    height: 360px;
}
.career img{
    height: 100%;
}
.career h1{
    font-size: 43px;
    font-style: italic;
}
.career p{
    font-size: 20px;
    color: rgb(191, 187, 187);
}
.link1{
    padding: 2% 3%;
    border: 1.5px solid #f35659;
    color: #f35659;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
}
.link1 i{
    padding-left: 10px;
}
.link1:hover{
    color: #FFf;
    background: #e91e2f;
}


#particles-js{
    height: 480px;
    background-image:  linear-gradient(to right, #a13434, #a13434);
    position: relative;
    padding: 4%;
    font-family: 'Quicksand', sans-serif;
}

.img{
    background-image: linear-gradient(#7e868d98, #9b9691a1),url(../img/smile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6% 0;
    position: relative;
    width: 900px;
    height: fit-content;
    border-radius: 20px;
    top: -200px;
}
@media(max-width:950px){
    .img{
        width: fit-content;
    }
}


.blog{
    margin-top: -8%;
}

p{
    margin: 0%;
}
.card_wrap{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.39);
    background: #ffffff;
    overflow: hidden;
    transition: 0.5s all ease;
    width: 330px;
}


@media(max-width: 1199px) and (min-width:992px){
    .card_wrap{
        width: 300px;
    }
    
}
@media(max-width: 350px){
    .card_wrap{
        width: 100%;
    }
    
}


.card_wrap:hover{
    color: #fff;
    transform: scale(1.025);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.192);

}
.card_wrap .img_box{
    position: relative;
}
.card_wrap .date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 90px;
    background: #ed213a;
    color: #fff;
    position: absolute;
    bottom: 0%;
    transition: 0.5s all ease;
    padding: 3% 0;
}
.card_wrap .day{
    font-size: 20px;
    font-weight: 800;
}
.card_wrap .date .month,
.card_wrap .date .year{
    font-size: 20px;
    font-weight: 800;
}
.card_wrap .text-muted{
    font-size: 16px;
}
.card_wrap:hover .text-muted{
    color: #ffffff !important;
}
.card_wrap .content{
    padding: 0 20px;
}
.card_wrap .content h6{
    font-weight: 400;
}
.card_wrap .content .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #ed213a;
    border-radius: 25px;
    font-size: 12px;
    border: none;
}
.card_wrap:hover .content .btn{
    background-color: rgb(19, 18, 18);
    color: #fff;
}
.card_wrap .content .foot .admin{
    font-size: 15px;
}
.card_wrap:hover .content .foot .admin{
    color: white;
    font-size: 16px;
}


.card_wrap .bg_effect{
    bottom: 0;
    left: 0;
    width: 100%;
}
.card_wrap:hover .bg_effect{
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-color: #ed213a;
    animation: popBackground 0.3s ease-in;
}

@keyframes popBackground{
    0%{
        height: 20%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
    50%{
        height: 40%;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%;
    }
    75%{
        height: 80%;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%;
    }
    100%{
        height: 100%;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
    }
}

/* footer start */
/* footer start */
.content1{
    max-width: 1170px;
    margin-left: 10%;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-image: linear-gradient(#24262be2,#24262be2),url(../img/customer-service.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6% 0;
    position: relative;
}
.footcol{
    width: 18%;
    padding: 0 10px;
    margin: 0 2%;
}
.footcol h4{
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 35px;
    position: relative;
}
.footcol h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footcol ul li:not(:last-child){
    margin-bottom: 10px;
}
.footcol ul li{
    font-size: 16px;
    text-transform: capitalize;
    color: #d3d0d0;
    text-decoration: none;
    display: block;
    transform: all 0.3 ease;
    margin-left: -20%;
}
.footcol ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #d3d0d0;
    text-decoration: none;
    display: block;
    transform: all 0.3 ease;
}
.footcol ul li a:hover{
    color: #e91e2f;
    padding-left: 10px;
}
.footcol .social a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #5675f3;
    transform: all 0.3 ease;
    font-size: 18px;
}
.social a:hover{
    color: #ffffff;
    background-color: #486af1;
}
.footcol img{
    width: 16%;
    position: absolute;
    top: 20%;
    margin-left: -3%;
}

#up{
    width: 40px;
    height: 40px;
    z-index: 50;
    position: fixed;
    bottom: 30px;
    left: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ff2323;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}
#up.play{
    opacity: 1;
}
#up i{
    border-radius: 50%;
}


