.service_banner {
    padding-top: 115px;
    padding-bottom: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 200px;
    overflow: hidden;
}

.service_banner h1 {
    font-family: FuturaMedium;
    font-weight: 500;
    font-size: clamp(70px, calc(5.625rem + ((1vw - 5.76px) * 8.5565)), 205px);
    line-height: clamp(70px, calc(5.625rem + ((1vw - 5.76px) * 7.4405)), 190px);
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}

.service_banner .servic_anchor {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(40px, calc(2.5rem + ((1vw - 5.76px) * 6.6964)), 130px);
    padding-bottom: 40px;
    position: relative;
    flex-wrap: wrap;
}

.service_banner .servic_anchor a {
    font-family: FuturaMedium;
    font-weight: 500;
    font-size: clamp(22px, calc(1.875rem + ((1vw - 6.76px) * 2.9762)), 70px);
    line-height: clamp(32px, calc(1.875rem + ((1vw - 6.76px) * 2.9762)), 70px);
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

.serv_line {
    background-color: #E30613;
    width: 100%;
    height: 3px;
}


.offer_sec {
    padding: clamp(80px, calc(5rem + ((1vw - 7.68px) * 7.8125)), 170px) 0;
}

.offer_sec h3 {
    font-family: 'Kings Caslon Trial';
    font-weight: 400;
    font-style: italic;
    font-size: clamp(32px, calc(2.625rem + ((1vw - 7.68px) * 2.4306)), 70px);
    line-height: clamp(40px, calc(2.625rem + ((1vw - 7.68px) * 2.4306)), 70px);
    letter-spacing: 0px;
    color: #1D1D1B;
    margin-bottom: 40px;
    margin-top: 0px;
    max-width: 980px;
}

.offer_sec p {
    font-weight: 400;
    font-size: clamp(22px, calc(1.375rem + ((1vw - 7.68px) * 1.5625)), 40px);
    line-height: normal;
    letter-spacing: 0px;
    max-width: 860px;
    margin-left: auto;
    margin-bottom: 0px;
}

.unique-shape {
    position: relative;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    align-items: center;
}

.unique-cont h4 {
    font-family: FuturaMedium;
    font-weight: 500;
    font-size: clamp(42px, calc(2.625rem + ((1vw - 7.68px) * 2.4306)), 70px);
    line-height: clamp(50px, calc(2.625rem + ((1vw - 7.68px) * 2.4306)), 70px);
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 56px;
    margin-bottom: 0px;
    color: #fff;
}

.unique-main {
    position: relative;
}

.unique-main::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    clip-path: polygon(0 7%, 100% 43%, 100% 100%, 0% 100%);
    z-index: 0;
}

.unique-logo {
    padding-top: 110px;
}

.unique-accord {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #D9EAEF;
}

.accord-cont {
    color: #1D1D1B;
}

.accord-cont h4 {
    font-family: 'Kings Caslon Trial';
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.accord-cont p {
    font-weight: 400;
    font-size: 29px;
    line-height: normal;
    letter-spacing: 0px;
    margin: 40px 0 60px;
}






.unique-accord .accordion {
    width: 100%;
    overflow: hidden;
    max-width: 597px;
    margin-left: auto;
}

.unique-accord .accordion-item {
    margin-bottom: 30px;
}

.unique-accord .accordion-header {
    font-family: 'Futura PT Medium';
    cursor: pointer;
    padding: 10px 0;
    font-weight: 500;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0px;
    border-bottom: 3px solid #E30613;
    background-image: url('/huntersavage/app/public/images/acord-down.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.unique-accord .accordion-item.active-item .accordion-header {
    background-image: url('/huntersavage/app/public/images/acord-up.png');
}

.unique-accord .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: transparent !important;
}

.unique-accord .accordion-content p {
    margin: 0px 0px;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0px;
    color: #1D1D1B;
}

.unique-accord .accordion-content.active {
    padding-top: 20px;
    padding-bottom: 0px;
}

.unique-accord .accordion-content p {
    margin: 0px !important;
}

.unique-accord .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.unique-accord .accordion-item.active-item .accordion-content {
    max-height: 500px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.unique-ul {
    padding: 0px;
    list-style-type: none;
}

.unique-ul>section:not(:first-child) {
    margin-top: -20%;
}

.unique-ul .unique-accord {
    padding-bottom: 30% !important;
}

.unique-ul>section:last-child .unique-accord {
    padding-bottom: 0px !important;
}


/* red-black */
.red-black .unique-main::before {
    background-color: #E30613;
}

.red-black .unique-accord {
    background-color: #2B2523;
}

.red-black .accord-cont {
    color: #fff;
}

.red-black .accord-cont .featured-top a {
    border: solid 3px #fff;
    color: #fff;
}

.red-black .unique-accord .accordion-header {
    color: #fff;
}

.red-black .unique-accord .accordion-content p {
    color: #fff;
}

/* red-black end*/

/* blue-red*/
.blue-red .unique-main::before {
    background-color: #D9EAEF;
}

.blue-red .unique-accord {
    background-color: #E30613;
}

.blue-red .unique-cont h4 {
    color: #2B2523;
}

.blue-red .accord-cont {
    color: #fff;
}

.blue-red .accord-cont .featured-top a {
    border: solid 3px #fff;
    color: #fff;
}

.blue-red .accord-cont .featured-top a:before {
    background: #2B2523;
}

.blue-red .unique-accord .accordion-header {
    color: #fff;
}

.blue-red .unique-accord .accordion-content p {
    color: #fff;
}

.blue-red .unique-accord .accordion-header {
    border-bottom: 3px solid #2B2523;
    background-image: url('/huntersavage/app/assets/images/black-aorwdown.png');
}

.blue-red .unique-accord .accordion-item.active-item .accordion-header {
    background-image: url('/huntersavage/app/assets/images/black-arowup.png');
}

/* blue-red end*/

/* home page changes */
.savage-podcast {
    padding: clamp(80px, calc(5rem + ((1vw - 7.68px) * 2.6042)), 110px) 0;
    background-color: #2B2523;
    color: #fff !important;
    margin-bottom: clamp(80px, calc(5rem + ((1vw - 7.68px) * 7.8125)), 170px);
}

.savage-podcast .featured-top {
    display: block;
    padding: 0px;
}

.savage-podcast .featured-top h2 {
    color: #fff;
    margin: 0px;
}

.savage-podcast .featured-top p {
    font-weight: 400;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3889)), 40px);
    line-height: 100%;
    letter-spacing: 0px;
    margin: 40px 0 60px !important;

}

.savage-podcast .featured-top a {
    border: solid 3px #fff;
    color: #fff;
    display: inline-block;
}

.sav-podimg {
    text-align: right;
}

.sav-podimg img {
    max-width: 100%;
}

.our-services {
    padding-top: clamp(80px, calc(5rem + ((1vw - 7.68px) * 7.8125)), 170px);
}

.other-feature-top {
    padding: 0px;
    display: block;
}

.other-feature-top h2 {
    margin: 0px;
}

.our-services-main {
    padding: clamp(80px, calc(5rem + ((1vw - 7.68px) * 1.7361)), 100px) 0;
    margin-top: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 3.4722)), 70px);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-main ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
    gap: 30px;
}

.our-services-main ul li a {
    font-family: FuturaMedium;
    font-weight: 500;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3889)), 40px);
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;

}

.our-services-main .featured-top {
    text-align: center;
    margin-top: clamp(80px, calc(5rem + ((1vw - 7.68px) * 1.7361)), 100px);
}

.our-services-main .featured-top a {
    color: #fff;
    border-color: #fff;
    display: inline-block;
}

.botom-banner-homepage h2 {
    max-width: 850px;
}

.botom-banner-homepage p {
    font-family: 'Futura PT Book';
    font-weight: 400;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3889)), 40px);
    line-height: normal;
    letter-spacing: 0px;
    max-width: 850px;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

.partners.clearfix.services_page {
    border-top: none;
}

.h-banner.home.home-ban.home2-ban>.container {
    position: relative;
}

.h-banner.home.home-ban.home2-ban .featured-top.other-feature-top {
    position: absolute;
    top: 50%;
    left: 8.5%;
}

.h-banner.home.home-ban.home2-ban .featured-top.other-feature-top a {
    background-color: #fff;
    border-color: #fff;
}

.botom-baner2 {
    margin-top: -120px;
}

.h-banner.home.home-ban.home2-ban  .featured-top a.red-btn:hover {
    color: #fff;
}
.h-banner.home.home-ban.home2-ban  .featured-top a.red-btn:before {
    background: #E30613;
}
.unique-ul > section:last-child .unique-accord {
    padding-bottom: 80px !important;
}
.h-banner.home.home-ban.home2-ban .search-bar {
    top: 850px !important;
}

/* home page changes */

@media(min-width:1300px) {
    .h-banner.home.home-ban.home2-ban>.container {
        max-width: 1690px;
    }
}


@media(max-width:1600px) {
    .botom-baner2 {
        margin-top: 0px;
    }
}


@media(max-width:1200px) {
    .unique-shape {
        background-size: clamp(600px, calc(37.5rem + ((1vw - 7.68px) * 92.5926)), 1000px);
        background-position: right center;
    }
}

@media(max-width:1024px) {
    .service_banner {
        padding-top: 110px;
        padding-bottom: 110px;
        margin-top: 150px;
    }

    .unique-shape {
        min-height: 360px;
    }

    .unique-cont h4 {
        margin-top: 30px;
    }

    .unique-logo img {
        width: 60px;
    }
}

@media(max-width:991px) {
    .unique-shape {
        min-height: 320px;
    }
}
@media(max-width:769px) {
    .h-banner.home.home-ban.home2-ban  .search-bar {
        top: calc(100vh - 324px) !important;
    }
    .h-banner.home.home-ban.home2-ban .banner-img {
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .service_banner h1 {
        font-size: clamp(42px, calc(5.625rem + ((1vw - 8.76px) * 8.5565)), 205px);
        line-height: clamp(50px, calc(5.625rem + ((1vw - 9.76px) * 7.4405)), 190px);
    }
    .service_banner .servic_anchor{
        padding-bottom: 20px;
        margin-top: clamp(20px, calc(2.5rem + ((1vw - 5.76px) * 6.6964)), 130px);
    }
    .h-banner.home.home-ban.home2-ban .featured-top.other-feature-top a{
        border: 1px solid #e30613;
    }
    .service_banner {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 90px;
    }


    .unique-main::before {
        clip-path: polygon(0 25%, 100% 43%, 100% 100%, 0% 100%);
    }

    .unique-shape {
        min-height: 280px;
        background-size: 70%;
    }

    .unique-logo img {
        width: 40px;
    }

    .unique-logo {
        padding-top: 90px;
    }

    .unique-accord {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .accord-cont p {
        font-size: 22px;
        line-height: normal;
        margin: 20px 0 30px;
    }

    .accord-cont h4 {
        font-size: 32px;
    }

    .unique-accord .accordion-header {
        font-size: 20px;
    }

    .unique-accord .accordion-content p {
        font-size: 18px;
    }

    .unique-accord .accordion-header {
        background-size: 16px;
    }

    .unique-accord .accordion {
        max-width: 100%;
    }

    .sav-podimg {
        text-align: left;
        margin-top: 40px;
    }

    .savage-podcast .featured-top p {
        margin: 20px 0 40px !important;
    }

    .our-services-main .featured-top {
        margin-top: 50px;
    }

    .our-services-main ul {
        margin-bottom: 50px;
    }
.h-banner.home.home-ban.home2-ban .featured-top.other-feature-top {
    top: 275px;
    left: 7%;
}

.h-banner.home.home-ban.home2-ban  .search-bar {
    top: calc(100vh - 324px);
}
.unique-ul > section:last-child .unique-accord {
    padding-bottom: 50px !important;
}
 
}


@media(max-width:576px) {
    .unique-logo {
        padding-top: 70px;
    }

    .unique-shape {
        background-size: 88%;
    }

    .unique-cont h4 {
        margin-top: 20px;
        font-size: 32px;
    }

    .unique-shape {
        min-height: 220px;
    }

    section.offer_sec {
        padding-bottom: 20px;
    }

   ul.our-serv-ul li {
    flex: 0 0 auto;
    width: 40%;
}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
.botom-banner-homepage h2 {
    max-width: 730px;
}
}

/* max height */

/* @media(max-height:1000px) and (min-height:700px){
.h-banner.home.home-ban.home2-ban  .search-bar{
    top: 60% !important;
    }
} */