/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #FFF7ED;
    color: #131313;
}

.ezw_pitchcart_container {
    max-inline-size: 1200px;
    margin: 0 auto;
    padding-inline: 16px;
    padding-block: 80px;
}

.ezw_pitchcart_heading {
    max-inline-size: 1280px;
}

.ezw_pitchcart_container.hero-container {
    max-inline-size: 1280px;
}

/**
 * hero section
 **/
.ezw_pitchcart_hero {
    width: 100%;
    background-image: linear-gradient(90deg, #FFB158,#FF9D6C);
}

.hero-container {
    display: flex;
    flex-flow: row wrap;
    row-gap: 48px;
}

.hero-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.hero-text-wrapper h2{
    font-weight: 600;
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 20px;
}
.hero-text-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 28px;
}
.hero-text-wrapper .hero-cta {
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #FF8A00;
    background: #fff;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 8px;
}

.hero-image-container .img-wrapper {
    position: relative;
}

.hero-image-container .img-wrapper .img-tooltip {
    background: #fff;
    padding: 20px 18px;
    border-radius: 16px;
    width: 226px;
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.hero-image-container .img-wrapper .img-tooltip h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #1F2937;
    margin-bottom: 8px;
}

.hero-image-container .img-wrapper .img-tooltip p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-bottom: 12px;
}

.hero-image-container .img-wrapper .tooltip-cta {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    background: #ff9900;
    padding: 6px 16px;
    border-radius: 6px;
}

/**
 * hero section end
 **/

 /**
 * header notice section
 **/
 
 .notice-container .notice-wrapper {
    border: 1px solid #FF8A00;
    padding: 35px 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.notice-container .notice-wrapper .notice-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.notice-container .notice-wrapper .notice-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #ff8a00;
    margin: 0;
}

.notice-container .notice-wrapper .notice-title span {
    font-size: 13px;
    font-weight: 600;
    color: #262626;
    background: #E4E4E7;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
}

.notice-container .notice-wrapper .notice-description {
    font-size: 18px;
    line-height: 28px;
    color: #4A5565;
}

.notice-container .notice-wrapper .notice-cta a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 16px 32px;
    background: #ff9900;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    width: max-content;
}
 
 /**
 * header notice section end
 **/

 /**
 * all pitches section
 **/
 .all-pitches > div {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 8px;
    display: flex;
    flex-flow: row wrap;
 }
 
.all-pitches .search-box {
    display: flex;
    justify-content: end;
    gap: 16px;
    /* margin-top: 40px; */
}
.all-pitches .search-box input,
.all-pitches .search-box input:focus,
.all-pitches .search-box button,
.all-pitches .search-box button:focus,
.all-pitches .search-box button:active,
.all-pitches .search-box button:focus-visible {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 12px;
    outline: 0;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
}
.all-pitches .search-box input:focus {
    outline: 1px solid #FF8A00;
}
.all-pitches .search-box input {
    width: 375px;
    padding-inline: 12px;
}
.all-pitches .search-box button,
.all-pitches .search-box button:focus,
.all-pitches .search-box button:active,
.all-pitches .search-box button:focus-visible {
    background: #FF8A00;
    color: #fff;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
}
.all-pitches .all-pitches-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #000;
    text-align: center;
    margin: 0;
}

.all-pitches .pitches-container {
    /* display: flex;
    flex-flow: row wrap; */
    gap: 48px 40px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 360px)
}

.all-pitches .pitches-container .pitch-card {
    max-inline-size: 360px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    min-height: 574px;
}

.all-pitches .pitches-container .pitch-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;

}

.all-pitches .pitches-container .author-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 3px solid white;
    top: 15px;
    right: 15px;
}

.all-pitches .pitches-container .pitch-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.all-pitches .pitches-container .pitch-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.all-pitches .pitches-container .author-name {
    color: #6B7280;
    font-size: 13px;
    font-weight: 600;
}

.all-pitches .pitches-container .pitch-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7280;
    margin-top: 12px;
    margin-bottom: 24px;
}

.all-pitches .pitches-container .pitch-description a {
    color: #0075FF;
    font-size: 500;
}

.all-pitches .pitches-container .btn-get-appointment,
.all-pitches .pitches-container .btn-purchase,
.modal-btn-purchase, 
.modal-btn-appointment,
.modal-btn-purchase:hover, 
.modal-btn-appointment:hover 
.modal-btn-purchase:focus, 
.modal-btn-appointment:focus {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ff9900!important;
    color: #FF8A00!important;
    text-decoration: none;
    padding: 12px 18px;
    display: block;
    border-radius: 50px;
    text-align: center;
}

.all-pitches .pitches-container .btn-purchase,
.modal-btn-purchase {
    background: #FF8A00;
    color: #fff!important;
    position: relative;
}

.modal-btn-purchase:hover {
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
    color: #fff!important;
    background: #ff8a00;
}

.modal-btn-purchase::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}
.modal-btn-purchase:hover::before {
    left: 100%;
}

.all-pitches .pitches-container .pitch-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    row-gap: 6px;
}
.all-pitches .pitches-container .pitch-actions a {
    flex-grow: 1;
}
 /**
  * all pitches section end
  **/

  /**
  * pagination section
  **/
 .pagination_section {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
 } 
 
.pagination_section .pagination-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #525252;
    grid-column: 2 / 3;
}
.pagination_section .pagination-wrapper {
    display: flex;
    justify-content: end;
    gap: 6px;
}

.pagination_section .pagination-wrapper a{
    padding: 8px 12px;
    border: 1px solid #E9E9E9;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #313131;
}

.pagination_section .pagination-wrapper a.disabled {
    color: #A1A1A1;
    pointer-events: none;
}

.pagination_section .pagination-wrapper a.active {
    background: #FF8A00;
    color: #fff;
    border: 1px solid #FF8A00;
}
  /**
  * pagination section end
  **/

/**
* laptop device
**/
@media screen and (max-width: 1024px) {
    .ezw_pitchcart_container {
        padding-inline: 32px;
    }
    .hero-text-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-text-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-image-container .img-wrapper {
        width: fit-content;
    }
    .hero-image-container .img-wrapper .img-tooltip {
        width: 200px;
    }
    .all-pitches .search-box input {
        width: 300px;
    }
    .all-pitches .pitches-container {
        gap: 32px 24px;
    }
}
/**
* laptop device end
**/
@media screen and (max-width: 990px) {
    .ezw_pitchcart_heading {
        padding-inline: 20px;
    }
}

/**
* mobile device
**/
@media screen and (max-width: 768px) {
    .hero-image-container {
        margin: auto;
        display: block;
        width: fit-content;
    }
    .ezw_pitchcart_container {
        padding-inline: 20px;
        line-height: 1.4;
    }
    .ezw_pitchcart_container.hero-container {
        flex-direction: column;
        width: 100%;
    }
    .notice-container .notice-title {
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .notice-container .notice-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: justify;
        gap: 10px;
        padding: 8px;
    }
    .notice-container .notice-wrapper .notice-cta{
        align-self: start;
        margin-top: 16px;
    }
    .notice-container .notice-wrapper .notice-cta a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .all-pitches-title {
        font-size: 32px;
    }
    .ezw_pitchcart_container.hero-container .hero-image {
        max-inline-size: 470px;
    }
    .hero-text-wrapper h2 {
        font-size: 34px;
    }
    .all-pitches .search-box {
        gap: 12px;
        margin-inline: auto;
        width: fit-content;
    }
    .all-pitches .pitch-card {
        max-inline-size: 100%;
        margin-inline: auto;
    }

    .pagination_section {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    .pagination_section .pagination-text {
        text-align: center;
        margin-bottom: 16px;
        grid-column: 1 / 2;
    }
    .pagination_section .pagination-wrapper {
        justify-content: center;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 480px) {
    .all-pitches .all-pitches-title {
        font-size: 24px;
    }

    .all-pitches .search-box input {
        width: 280px;
    }

    button.search-pitch-button i {
        display: none;
    }
    .hero-image {
        width: 360px;
    }
      .modal-footer {
            justify-content: center !important;
        }
      
}

@media screen and (max-width: 390px) {
    .all-pitches .search-box input {
        width: 250px;
    }
    .hero-image {
        width: 320px;
    }
}
/**
* mobile device end
**/