@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/Agrandir-WideLight.ttf');
    font-weight: 400;

}
:root {
    --green-olive: #005958 !important;
    --yl: #F9CB9C ;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Layout
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

body {
    background: #E4E2DD;
}
body #main > .container {
    max-width: 100%;
    padding: 0;
}
.container-bg {
    max-width: calc(100% - 20px);
    width: 100%;
    border-radius: 16px;
    margin: 10px auto;
}
.container-fx {
    max-width: 1255px !important;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.bg-green {
    background: var(--green-olive) !important;
}
.bg-white {
    background:  #fff !important;
}
.color-white {
    color: #fff !important;
}
.color-green {
    color: var(--green-olive) !important;
}
h2, .h2 {
    margin-bottom: .5rem;
}


/* Header */
header#masthead {
    background-color: var(--green-olive);
}

.toggle-menu-inner span {
    background-color: #fff;
}

@media only screen and (min-width: 999px) {
    header .header-container {
        padding: 15px 20px;
        transition: all .3s linear;
    }
    header #primary-menu > li > a {
        color: #fff;
    }
    header #primary-menu .menu-btn a:hover {
        background: var(--yl) !important;
        color: #563A3A !important;
    }
    header #primary-menu .menu-btn a {
        background-color: #fff;
        color: var(--green-olive) !important;
        font-weight: 700;
        transition: all .2s linear;
    }
    
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** CPT : SPEAKER
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
/* Speaker section  */
.speakers-section .container {
    padding-top: 130px ;
    padding-bottom: 120px;
    /* margin-top: 100px; */
}
.single-speaker .speaker-container {
    display: grid;
    grid-template-columns: 1.954fr 2fr;
    gap: 100px;
}
.single-speaker .speakers-section .ft-img , 
.single-speaker .speakers-section .ft-img img {
    width: 100%;
}
.single-speaker .speakers-section .hd {
    color: #F9CB9C;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90px;
    font-family: "League Spartan", sans-serif;
    margin: 30px 0 40px;
}
.single-speaker .sp-content .content {
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    font-size: 20px;
    font-family: "League Spartan", sans-serif;
}
.single-speaker .sp-content .content * {
    color: #fff !important;
}
.sp-content .content h2,
.sp-content .content h3,
.sp-content .content h4, 
.sp-content .content h5,
.sp-content .content h6,
.sp-content .content h2 *,
.sp-content .content h3 *,
.sp-content .content h4 *, 
.sp-content .content h5 *,
.sp-content .content h6 * {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Agrandir';
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Page Template : Fatherhood
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
   /* Banner Section */
    /* .banner-section {
        margin-top: 100px;
    } */
.container-13 {
    padding: 4rem 20px;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.header-logo-con {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.header-logo-con .sup-logos img {
    max-height: 55px;
    width: auto;
}
.banner-img {
    max-width: 470px;
    width: 80%;
}

.banner-section .sub-hd {
    font-weight: 400;
    font-family: "League Spartan", sans-serif;
    color: var(--yl);
    text-transform: uppercase;
    letter-spacing: -.6px;
    font-size: 25px;
    margin-bottom: 0.5rem;
}
.banner-section .info {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
}
.banner-section .info-2 {
    font-family: 'Agrandir';  
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.banner-btn-con {
    display: flex;
    justify-content: right;
}
#main .btn {
    min-width: 270px;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: "League Spartan", sans-serif;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

#main .btn.yellow {
    background: var(--yl);
    color: #563A3A;
}
#main .green {
    background: #005958;
    color: #fff;
}



/* Video section */
.video-section {
    margin: 80px auto 80px auto;
}
.video-section .video-con {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.video-section iframe {
    width: 100%;
    height: auto;
    aspect-ratio : 16/9;
}
.video-section h2 {
    margin-bottom: 2rem
}
.video-con.middle-page-content {
    margin: 0 auto;
}
.fof-video-con {
    position: relative;
}




/* sponsor */
.sponsors-section {
    margin: 130px auto 122px;
}
.sponsor-con {
    background: #fff;
    border-radius: 16px;
    color: var(--green-olive);
    padding: 55px 50px 55px 80px;
    display: grid;
    grid-template-columns: 1.7fr 3fr;
    gap: 9rem;
    align-items: center;
}
.sponsor-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-content h2 {
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: var(--green-olive);
    line-height: 1;
    text-transform: uppercase;
}
.sponsor-content h3 {
    font-family: "Gabarito", sans-serif;
    font-weight: 400;
    font-size: 46px;
    color: var(--green-olive);
    line-height: 1;
    margin-top: 3rem;
}
.sponsor-con .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6rem 3rem;
    align-items: center;
}
.sponsors-section .logo img {
    max-height: 80px;
}


/* Speaker section  */
.page-template-fatherhood .speakers-section {
    margin: 90px auto;
}
.page-template-fatherhood .speakers-section .container {
    max-width: 1270px;
    padding: 80px 20px;
}
.page-template-fatherhood .speakers-section .hd {
    color: #E4E2DD;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 150px;
    font-family: "League Spartan", sans-serif;
}
.page-template-fatherhood .speaker-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 43px;
    justify-content: center;
}
.page-template-fatherhood .single-speaker {
    display: block;
    width: 275px;
    text-decoration: none;
}
.page-template-fatherhood .speaker-lists img {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    object-fit: cover ;
}
.page-template-fatherhood .sp-title {
    color: #f9cb9c;
    font-family: "League Spartan", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -.6px;
    margin-top: 22px;
    text-decoration: none;
}


/* Content Section */
.content-section {
    margin: 80px 0 0;
}
.content-section  .btn-container {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
}
#main .btn-container .btn {
    padding: 16px 4px;
}
.btn-and-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1200px;
}
.btn-container {
    margin-bottom: 30px;
}
.content-section  .middle-page-content {
    max-width: 95%;
}
.middle-page-content * ,
.green-hd {
    font-family: "League Spartan", sans-serif;
    color: #005958;
}
.bg-green .middle-page-content h1,
.bg-green .middle-page-content h2,
.bg-green .middle-page-content h3,
.bg-green .middle-page-content h4,
.bg-green .middle-page-content h5,
.bg-green .middle-page-content h6 {
    color: var(--yl);
}
.bg-green .middle-page-content * {
    color: #fff;
}
.middle-page-content {
    margin-bottom: 50px;
    font-size: 18px;
}

.middle-page-content h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -.06em;
}
.middle-page-content h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.06em;
}
.middle-page-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.06em;
}
.middle-page-content h5 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.06em;
}
.middle-page-content h6 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.06em;
}

/* 2 col */
.two-col-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    align-items: center;
}
.two-col-content .first-col {
    max-width: 550px;
    justify-self: end;
}

/* text-carousel */
.text-carousel {
    font-size: 110px;
    font-family: "League Spartan", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #005958;
    margin-top: 40px;
}



/* Block Section */

.block_content-section h2.hd {
    font-size: 150px;
    font-family: "League Spartan", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #005958;
    text-transform: uppercase;
}
.block_content-section h3.hd {
    font-size: 80px;
    font-family: "League Spartan", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #005958;
    text-transform: uppercase;
    margin-top: -40px;
}
.block_content-section .block-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.block_content-section .single-block:first-child {
    margin-top: 50px;
}
.single-block  {
    background: #005958;
    padding: 68px 85px ;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 4.25fr 5.08fr;
    gap: 40px;
    color:#fff;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.single-block.content-block {
    align-items: center;
}
.single-block.content-block .sgl-block-hd {
    margin: 5px 0 0;
    max-width: 475px;
}
.sgl-block-hd {
    color:#fff;
    font-family: "League Spartan", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.single-block.form-block .f-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.single-block.form-block .s-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.single-block.form-block  .sgl-block-desc {
    max-width: 338px;
    width: 100%;
}
.single-block.content-block .s-col {
    display: flex;
}

.single-block.content-block .s-col-con  {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(100% - 215px);
}
#main .single-block .btn {
    color: #005958;
    min-width: unset;
    width: fit-content;
    border: 0;
}
.form {
    margin-top: -16px;
}
.form-note {
    font-family: "League Spartan", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.form input {
    background-color: #ffffff00 !important;
    font-family: sans-serif !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    border: 0 !important;
    border-bottom: 1px solid #f1ffe580 !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
    height: 44px !important;
    color: #fff !important;
}
.form input::placeholder {
    opacity: .5;
    color: #fff !important;
}

.form .wpforms-field {
    padding: 12px 0;
}
.form button {
    margin: 12px 0 !important;
    font-family: "League Spartan", sans-serif !important;
    text-transform: uppercase !important;
}
.form div.wpforms-container-full {
    margin-top: 0;
}


/* sticker */
.sticker {
    position: relative;
    top: -40px;
    right: -40px;
}
.sticker-inner {
    position: relative;
    width: fit-content;;
}
.sticker-content {
    font-size: 25px;
    color: #005958;
    font-family: "League Spartan", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-50%, -50%) rotate(14deg);
    max-width: 123px;
    text-align: center;
}
/* Accordion Section */

.sgl-accordion {
    border-bottom: 2px solid #005958;
}
.sgl-acc-inner {
    padding: 45px 0 45px 75px ;
}

.sgl-accordion .title-con {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #005958;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.sgl-accordion .title {
    font-size: 40px;
}
.sgl-accordion .content {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #005958;
    margin-top: 50px;
    display: none;
    width: 90%;
}
.sgl-accordion .icon {
    transition: transform 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}



/* Green Content Section */
.box-content-section {
    display: inline-flex;
    width: 100%
}
.box-content-inner {
    max-width: calc(1200px + 4rem);
    margin: 0 auto;
    padding: 50px 2rem;
}
.box-content-inner .middle-page-content {
    margin: 0;
}
.box-content-inner .content {
    max-width: 1112px;
}










/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
**  Footer
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.footer-section {
    background:  var(--green-olive);
    margin-top: 50px;
}
.footer-section .container {
    max-width: 1255px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
    gap: 2rem;
}

.fh-footer-logo-con {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fh-footer-logo-con .info {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Agrandir';
}
.footer-logo {
    max-width: 466px;
}
.sup-logos {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.sup-logos img {
    max-height: 45px;
    width: auto;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: right;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
    font-family: "Sora", sans-serif;;
}
.fh-footer-logo-con .sup-logos img:last-child {
    height: 13px;
}

  




/* Responsive */



@media only screen and (max-width: 1200px) {
    .container-13 {
        padding: 2rem 20px;
    }

    /* Banner Section  */
    .banner-img {
        width: 60%;
    }
    #main .btn ,
    #main .btn-container .btn {
        min-width: unset;
        font-size: 16px;
        padding: 16px 24px 10px 24px;
    }
    .header-logo-con {
        gap: 20px;
        margin-bottom: 30px;
    }
    .header-logo-con .sup-logos img {
        max-height: 45px;
    }
    .banner-section .sub-hd {
        font-size: 26px;
    }
    .banner-section .info {
        font-size: 18px;
    }


    /* Content Section */
    .content-section {
        margin: 50px 0 0 0;
    }
    .btn-and-content {
        gap: 50px;
    }
    .content-section  .btn-container {
        gap: 45px;
        justify-content: start;
    }
    .middle-page-content h2 {
        font-size: 38px;
        margin-bottom: 1rem;
    }
    .text-carousel {
        font-size: 80px;
        margin: 40px 0;
    }
    .block_content-section h2.hd {
        font-size: 130px;
    }
    .block_content-section h3.hd {
        font-size: 50px;
        margin-top: -40px;
    }
    .block_content-section .single-block:first-child {
        margin-top: 2rem;
    }
    .single-block {
        padding: 2rem;
        gap: 40px;
        font-size: 18px;
    }


    /* Speaker */
    .single-speaker .speakers-section .container {
        padding: 2rem 20px;
    }
    .single-speaker .speakers-section .hd {
        font-size: 110px;
    }


    /* Sponsors */
    .sponsors-section {
        margin: 90px auto;
    }
    .sponsor-content h3 {
        font-size: 34px;

        line-height: 1;
        margin-top: 2rem;
    }
    .sponsor-con {
        gap: 2rem;
        padding: 55px;
    }
    .sponsor-content h2 {
        font-size: 48px;
    }


    /* Accordion */
    .sgl-acc-inner {
        padding: 30px 0 30px 30px;
    }
    .sgl-accordion .title {
        font-size: 30px;
    }
    .sgl-accordion .content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {

    /* SPEAKER */
    .single-speaker .speaker-container {
        gap: 4rem;
    }
    .single-speaker .hd {
        font-size: 5rem;
        margin: 20px 0 30px;
    }
    .single-speaker .speakers-section .container {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }


    /* Template : Fatherhood */
    .sgl-block-hd {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {

    /* SPEAKER */
    .single-speaker .sp-content .content {
        font-size: 18px;
    }
    .single-speaker .single-speaker .hd {
        font-size: 3rem;
        margin: 10px 0 20px;
    }


    /* Footer */
    .footer-logo {
        max-width: 250px;
    }


    /* Template Fatherhood */
    /* Content */
    .block_content-section h2.hd {
        font-size: 80px;
    }
    .block_content-section h3.hd {
        font-size: 33px;
        margin-top: -15px;
    }
    .single-block {
        grid-template-columns: 100%;
        padding: 3rem 2rem;
    }
    .sgl-block-hd {
        font-size: 36px;
    }
    .content-section .btn-container {
        gap: 20px;
    }



    /* Block */
    .single-block.content-block .sgl-block-hd  {
        max-width: 100%;
    }

    /* Speaker */
    .page-template-fatherhood .speakers-section .hd {
        font-size: 80px;
    }
    .page-template-fatherhood .single-speaker {
        display: block;
        width: 100%;
    }
    .page-template-fatherhood .speaker-lists {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }


    /* Sponsors */
    .sponsors-section,
    .speakers-section {
        margin: 3rem auto;
    }
    .sponsor-con {
        grid-template-columns: 100%;
        gap: 4rem;
    }
    .sponsor-content h2 {
        font-size: 40px;
        text-align: center;
    }
    .sponsor-content h3 {
        font-size: 32px;
        margin-top: 1rem;
        text-align: center;
    }
    .video-section {
        margin: 40px auto ; 
    }
    
}



@media only screen and (max-width: 767px) {
    .single-speaker .speaker-container {
        grid-template-columns: 100%;
        gap: 2rem;
    }
    
    .single-speaker .speakers-section .container {
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin-top: 0;
    }
    .single-speaker .speakers-section .hd {
        font-size: 2rem;
    }
    .single-speaker .speakers-section .ft-img, 
    .single-speaker .speakers-section .ft-img img {
        width: 90%;
    }
    .single-speaker .speakers-section .sp-content .content {
        font-size: 16px;
    }



    /* .banner-section {
        margin-top: 10px;
    } */
    .page-template-fatherhood .banner-section .info-2 {
        font-size: 12px;
    }
    .page-template-fatherhood .banner-section .sub-hd {
        font-size: 16px;
    }
    .page-template-fatherhood .banner-section .info {
        font-size: 13px;
    }
    .page-template-fatherhood .header-logo-con .sup-logos img {
        max-height: 30px;
    }
    .page-template-fatherhood .header-logo-con {
        margin-top: 20px;
    }

    /* Btn */
    .page-template-fatherhood #main .btn,
    .page-template-fatherhood #main .btn-container .btn  {
        padding: 10px 10px 6px;
        font-size: 14px;
    }

    /* Content */

    .content-section .btn-container {
        gap: 10px;
    }
    .middle-page-content {
        margin-bottom: 20px;
    }
    .text-carousel {
        font-size: 40px;
    }
    .two-col-content {
        grid-template-columns: 100%;
    }
    .block_content-section h2.hd {
        font-size: 3rem;
    }
    .block_content-section h3.hd {
        font-size: 1rem;
    }
    .single-block {
        padding: 2rem 1rem;
    }
    .sgl-block-hd {
        font-size: 26px;
    }
    .single-block.content-block .s-col {
        flex-direction: column-reverse;
    }
    .single-block.content-block .s-col-con {
        width: 100%;
    }
    .sticker {
        top: -20px;
        right: 0;
        margin: 0 auto;
    }
    .single-block.form-block .f-col {
        gap: 10px;
    }


    /* speakers */
    .page-template-fatherhood .speakers-section .hd {
        font-size: 30px;
    }
    .page-template-fatherhood .sp-title {
        font-size: 18px;
        margin-top: 10px;
    }


    /* Sponsors */
    .sponsor-con {
        padding: 2rem 1rem;
        gap: 3rem;
    }
    .sponsor-content h2 {
        font-size: 30px;
    }
    .sponsor-content h3 {
        font-size: 20px;
    }



    /* Accordion */
    .sgl-acc-inner {
        padding: 20px 0 20px 20px;
    }
    .sgl-accordion .title {
        font-size: 22px;
    }

    .sgl-accordion .content {
        font-size: 18px;
    }
    .sgl-accordion .icon {
        width: 30px;
        height: 30px;
        font-size: 40px;
    }

    /* Box content */
    .box-content-inner {
        padding: 2rem 1rem;
    }

    /* Footer */
    .footer-section .container {
        grid-template-columns: 100%;
        padding-bottom: 100px;
    }
    .footer-nav {
        gap: 10px;
        text-align: left;
    }

}