@font-face {
    font-family: poppins;
    src: url(../font/Poppins/Poppins-Black.ttf);
}

@font-face {
    font-family: poppins-Bold;
    src: url(../font/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-ExtraBold;
    src: url(../font/Poppins/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: poppins-ExtraLight;
    src: url(../font/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: poppins-Light;
    src: url(../font/Poppins/Poppins-Light.ttf);
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: poppins;
}

img {
    width: 100%;
    height: auto;
}

header .menu-bar .logo-group {
    background: linear-gradient(90.25deg, #25385F 0%, #0E2045 100%);
    padding: 25px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
}

header .menu-bar .logo-group .first-logo img,
header .menu-bar .logo-group .second-logo img {
    width: 125.99px;
    height: auto;
}

.subMenu-bar {
    background: #C52241;
}

.subMenu-bar .marked-dot {
    position: relative;
    left: 40px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-light';
}

.subMenu-bar .marked-dot::before {
    content: " ";
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -15px;
    top: 8px;

}

.Newsbar {
    background-color: #EA2A4F;
}

#div {
    height: 50px;
    margin: 10px auto;
    background-color: transparent;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

#bar {
    font-family: Poppins-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #F9F7F7;
    position: absolute;
    text-transform: uppercase;
    right: 0px;
    left: -100px;
}

.Main-banner-title #bar {
    white-space: nowrap;
    position: absolute;
    animation: newsBar 50s linear infinite;
}

.main-banner-content {
    padding: 40px 0px;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

}

.main-banner-content .main-title h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 132%;
    text-transform: uppercase;
    color: #25385F;
}

.second-title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background-size: cover;
    background: url(../image/pattern-2.png) 0, #EA2A4F;
}

.third-title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background-size: cover;
    background: url(../image/pattern-2.png) 0, #25385F;
}

.third-title h2 {
    font-family: 'Poppins-bold';
    padding: 80px 0px;
    font-size: 80px;
    margin-bottom: 0rem;
    color: #fff;
}

.second-title h2 {
    font-family: 'Poppins-bold';
    padding: 20px 0px;
    font-size: 28px;
    margin-bottom: 0rem;
    color: #fff;
}

.what-happen-content {
    position: relative;
    padding-top: 100px;
    padding: 40px 0px;
    background-color: #25385F;
}

.img-border-box {
    filter: drop-shadow(11px 10px 0px #EA2A4F);
}

.what-happen-comments {
    margin-top: 100px;
}

.star-comment {
    padding-bottom: 10px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.star-comment img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.star-comment p {
    font-family: 'Poppins-light';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
}

.align-baseline {
    align-items: baseline;
}

.monthly-tweaks-comments {
    padding: 70px 0px;
}

.monthly-tweak-gif img {
    width: 391px;
    height: 372px;
    border-radius: 24px;
}

.monthly-tweaks-comments .star-comment p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.monthly-tweaks-comments .star-comment {
    border-bottom: 1px solid rgba(37, 56, 95, 0.2);
    border-top: transparent;
}

.monthly-tweaks-comments .star-comment:last-child {
    border-bottom: transparent;
}

.gossiping-time-comments {
    padding: 70px 0px;
}

.gossiping-time-comments .star-comment p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.gossiping-time-comments .star-comment:last-child {
    border-bottom: transparent;
}

.gossiping-time-gif {
    width: 391px;
    height: 372px;
    border-radius: 24px;
}

.gossiping-time-comments .star-comment {
    border-bottom: 1px solid rgba(37, 56, 95, 0.2);
    border-top: transparent;
}

.new-team-banner-image img {
    width: 100%;
    height: 100%;
    max-height: 366px;
}

.new-team-content {
    padding: 70px 0px;
}

.team-card {
    padding: 5px;
    text-align: center;
}

.team-card img {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    margin: 10px;
    border: 3px solid #25385F;
}

.team-card .team-name {
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 36px;
}

.team-card .team-position {
    font-family: 'Poppins-light';
    font-size: 18px;
}

.team-card .team-area {
    font-family: 'Poppins-light';
    font-size: 12px;
}

.meet-team-content .banner-image {
    width: 466px;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
}


.team-swiper {
    padding: 80px 0px;
    z-index: 9;
    position: relative;
    width: 100%; 
 left:5%

}

.meet-team-box .box-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.meet-team-box .title {
    font-size: 18px;
    font-family: Poppins-bold;
}

.align-stretch {
    align-items: stretch;
}

.meet-team-box p {
    padding-left: 30px;
    padding-top: 10px;
    font-size: 14px;
    font-family: Poppins-light;

} 
.d-flex {
    display: flex;
} 
.meet-team-box {
    padding: 24px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 200px;
    /* max-width: 500px; */
    max-height: fit-content;
    background: #FFFFFF;
    border: 5px solid #25385F;
    box-shadow: 11px 10px 0px #EA2A4F;
    border-radius: 16px; 
}
.team-swiper .swiper-slide{
 width: 100%; 
 max-width: 550px;
}
.meet-team-content .main-title{
    color: #25385F;
    padding-right:30px;
}
.meet-team-content .main-title h6{
    color: #25385F;
    font-family: poppins-light;
}
.meet-team-content .main-title h1{
    color: #25385F;
    font-family: poppins-bold;
}
.meet-team-content .main-title p{
    color: #25385F;
    font-family: poppins-light;
}
.meet-team-content{
    padding:80px 0px;
}
.star-comment p strong{
    font-family: poppins-bold;
}
.monthly-review-title{
    padding:80px 0px;
}
.monthly-review-title h6{
    font-family: poppins-light;
    color: #25385F;
    padding:5px 0px;
}
.monthly-review-title p{
    font-family: poppins-light;
    color: #25385F;
    padding:10px 0px;
}
.monthly-review-title img{ 
    width:100%;
    height:auto;
}
.monthly-review-title h2{
    font-family: poppins-bold;
    color: #25385F;
    text-transform: uppercase; 
    
}
.meme-month-content{
    padding:80px 0px; 
    background: url(../image/pattern-2.png) 0, #25385F;

}
.meme-month-content .qoute{
padding:40px 100px;
font-size: 64px;
line-height: 112%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
/* .team-swiper .swiper-wrapper:first-child{
        transform: translate3d(290.625px, 0px, 0px)!important;
} */


































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

    100% {
        transform: translateX(-100%);
    }
}

/* swiper */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EA2A4F !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;
}
.btn-archive{
    padding: 21px 24px;  
background: #192642;
border-radius: 64px;
font-size: 24px;
color: #FFFFFF;
}
.btn-archive:hover{
    color:#fff;
}
/* end swiper */