/*==========================================================
GLORY SPORTS V3
==========================================================*/

.gf-sports3{

    position:relative;

    padding:30px 0 0;

    overflow:hidden;

}

.gfSports3Swiper{

    overflow:visible;

}

.gfSports3Swiper .swiper-slide{

    height:auto;

}


/*==========================
CARD
==========================*/

.gf-sports3-card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    background:#ffffff;

    border:1px solid rgba(212,175,55,.15);

    min-height:620px;

    box-shadow:
        0 18px 55px rgba(0,0,0,.08);

    transition:
        .45s ease;

}

.gf-sports3-card:hover{

    transform:translateY(-12px);

    box-shadow:
        0 30px 80px rgba(212,175,55,.18);

}


/*==========================
INNER
==========================*/

.gf-sports3-inner{

    position:relative;

    height:620px;

}


/*==========================
CONTENT
==========================*/

.gf-sports3-content{

    position:absolute;

    top:40px;

    left:35px;

    width:160px;

    z-index:20;

}

.gf-sports3-tag{

    display:inline-block;

    padding:8px 16px;

    border-radius:100px;

    background:#FFF7DF;

    color:#B88900;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.gf-sports3-content h3{

    font-size:34px;

    line-height:1.1;

    color:#111;

    margin:0 0 18px;

    font-weight:800;

}

.gf-sports3-content p{

    font-size:15px;

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}


/*==========================
BUTTON
==========================*/

.gf-sports3-btn{

    display:inline-flex;

    margin-top:8px;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#C79A12;

    font-weight:700;

    transition:.35s;

}

.gf-sports3-btn:hover{

    gap:18px;

}


/*==========================
IMAGE AREA
==========================*/

.gf-sports3-image{

    position:absolute;

    inset:0;

    overflow:hidden;

}

.gf-sports3-image{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:flex-end;

    align-items:flex-end;

    overflow:hidden;

    z-index:1;

}

.gf-sports3-image{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:flex-end;

    align-items:flex-end;

    overflow:hidden;

    z-index:1;

}

.gf-sports3-image img{

    position:relative;

    width:380px;

    max-width:none;

    height:auto;

    object-fit:contain;

    display:block;

    transform:none !important;

    right:auto;

    bottom:auto;

    margin-right:-70px;

    margin-bottom:0;

}


/* ==========================================
   INDIVIDUAL IMAGE POSITIONING
========================================== */

/* Volleyball */
.volleyball-card .gf-sports3-image img{

    width:360px;

    margin-right:-95px;

}

/* American Football */
.football-card .gf-sports3-image img{

    width:355px;

    margin-right:-120px;

}


/* ==========================================
   INDIVIDUAL IMAGE POSITIONS
========================================== */

/* Volleyball */
.gf-sports3-card:nth-child(3) .gf-sports3-image img{

    width:360px;

    margin-right:-95px;

}

/* American Football */
.gf-sports3-card:nth-child(4) .gf-sports3-image img{

    width:355px;

    margin-right:-120px;

}

.gf-sports3-card:hover .gf-sports3-image img{

    transform:translateY(-8px) scale(1.02) !important;

    transition:.45s ease;

}


/*==========================
GLOW
==========================*/

.gf-sports3-glow{

    position:absolute;

    width:340px;

    height:340px;

    right:-80px;

    bottom:-40px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(212,175,55,.28),
    transparent 72%);

    filter:blur(40px);

}


/*==========================
WATERMARK
==========================*/

.gf-sports3-watermark{

    position:absolute;

    letter-spacing:3px;

    bottom:28px;

    left:30px;

    font-size:64px;

    font-weight:900;

    color:rgba(0,0,0,.04);

    line-height:1;

    white-space:nowrap;

    z-index:0;

}



/* Volleyball */
.volleyball-card .gf-sports3-image img{

    width:360px;

    margin-right:-95px;

}

/* American Football */
.football-card .gf-sports3-image img{

    width:355px;

    margin-right:-120px;

}



.football-card .gf-sports3-image img{

    width:355px;

    margin-right:-120px;

}



/*==================================
BASEBALL TEXT FIX
==================================*/

.baseball-card .gf-sports3-content{

    width:170px;

}

.baseball-card .gf-sports3-content p{

    max-width:170px;

    line-height:1.9;

}



.gf-sports3-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 10px;

}

.gf-sports3-label{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:#FFF7DF;

    color:#B88900;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;

}

.gf-sports3-heading h2{

    font-size:56px;

    font-weight:800;

    color:#111;

    margin-bottom:12px;

    line-height:1.02;

}

.gf-sports3-heading h2 span{

    color:#C79A12;

    display:block;

    margin-top:-8px;

}

.gf-sports3-heading p{

    font-size:18px;

    color:#666;

    line-height:1.8;

    max-width:650px;

    margin:auto;

}


.gfSports3Swiper{

    margin-top:-40px !important;

}