﻿
.banner_text_area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.amazonGrowth {
    background: url(../NewDesign/images/Amazon/cross-lines.png) no-repeat center center !important;
    background-size: cover !important;
}

.d-flex-gap-align-center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-34 {
    gap: 34px;
}

.gap-95 {
    gap: 95px;
}

.gap-145 {
    gap: 145px;
}

.gap-175 {
    gap: 175px;
}

.key-feature-block {
    background: url(../NewDesign/images/Amazon/key_features_background.png) no-repeat center center !important;
    background-size: cover !important;
    border-radius: 24px;
}

.Heading-22px {
    font-size: 22px;
}

.Heading-20px {
    font-size: 20px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.Heading-24px {
    font-size: 24px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.step_first_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 115px;
    left: 65px;
    transform: rotate(5deg)
}

.step_second_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 125px;
    left: 260px;
    transform: rotate(-4deg)
}

.step_line_first {
    position: absolute;
    top: 120px;
    left: 388px;
}

.step_line_second {
    position: absolute;
    top: -160px;
    left: 357px;
    transform: rotate(6deg)
}

.step_line_third {
    position: absolute;
    top: 170px;
    left: 373px;
    transform: rotate(10deg)
}

.frame-feature {
    background: url(../NewDesign/images/Amazon/frame_background.png) no-repeat center center !important;
    background-size: cover !important;
}

.box-with-glass-effect {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid white;
    padding: 21px 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px) saturate(180%) hue-rotate(12deg) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) hue-rotate(12deg) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 4px -4px 20px rgba(0, 0, 0, 0.25) !important;
    border-radius: 20px;
}

.box-with-glass-effect-less-padding {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid white;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px) saturate(180%) hue-rotate(12deg) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) hue-rotate(12deg) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 4px -4px 20px rgba(0, 0, 0, 0.25) !important;
    border-radius: 20px;
}

.main-bannerheader {
    background: url(../NewDesign/images/Amazon/banner_hero.png) no-repeat center center !important;
    background-size: cover !important;
    min-height: 800px;
}

.Amazon_Automotive_bg {
    background: url(images/Amazon/cross_line_bg.png) no-repeat center center !important;
    background-size: cover !important;
}

.d-flex-gap-align-center-g-10 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-background {
    background: url(images/Amazon/CTA.png) no-repeat center center !important;
    background-size: cover !important;
}

.step_first_img {
    position: relative;
}

.step_second_img {
    position: relative;
}

.step_third_img {
    position: relative !important;
}

.step_fourth_img {
    position: relative !important;
}

.font-weight-800 {
    font-weight: 800;
}

.Head_text {
    color: #e81d25;
    font-weight: 700;
    margin: 19px 0px 10px 0px;
    line-height: 1.2;
    font-size: 1.2rem;
}

.P_FontSize {
    margin-bottom: 5rem;
    font-size: 16px;
    color: #333;
}

.bgcolor {
    background-color: #F2F2F2 !important;
    margin-bottom: 20px;
}

.affiliate-section-max-width {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242, 242, 242) !important;
    border-radius: 8px;
}

.accordion-header-h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 2%;
    max-width: 585px;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/Affiliate/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}

.accordion-header.active .accordion-icon {
    background-image: url(/Content/images/Affiliate/faq_minus_img.png);
    height: 4px;
    margin-right: 7px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
}

.faq-line {
    border-top: 2px solid hsl(0, 0%, 71%);
    margin: -10px 0px 5px 0px;
}

.myclass {
}

@media (max-width: 1239px) {
    .step_line_first {
        display: none;
    }

    .step_line_second {
        display: none;
    }

    .step_line_third {
        display: none;
    }
}

@media (max-width: 1167px) {
    .step_second_box {
        left: 220px;
    }
}

@media (max-width: 1097px) {
    .step_second_box {
        top: 110px;
        left: 190px;
    }

    .fourthBox_text {
        font-size: 19px;
    }

    .box_header_3 {
        font-size: 21px;
    }

    .step_first_box {
        top: 100px;
    }

    .box_text_4 {
        font-size: 18px;
    }
}

@media (max-width: 1039px) {
    .fourthBox_text {
        font-size: 18px;
    }

    .thirdBox_text {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .step_second_box {
        left: 175px;
    }
}

@media (max-width: 991px) {
    .adjust-span{
        width: 54%;
    }
    .img-fluid {
        margin: 0 auto;
        display: block;
    }

    .key-feature-odd {
        margin-left: 30px;
    }

    .step_first_box {
        position: absolute;
        top: 105px;
        left: 105px;
        transform: rotate(4deg);
    }

    .step_second_box {
        position: absolute;
        top: 115px;
        left: 105px;
        transform: rotate(-4deg);
    }

    .step_first_img {
        display: flex;
        justify-content: center;
        transform: rotate(-4deg);
    }
    /*.box_header_1{
        width: 68%;
    }
    .box_text_1{
        width: 59%;
    }*/
    .step_second_img {
        display: flex;
        justify-content: center;
        transform: rotate(4deg);
    }


    .step_third_img {
        display: flex;
        justify-content: center;
        transform: rotate(-4deg);
    }

    .step_fourth_img {
        display: flex;
        justify-content: center;
        transform: rotate(4deg);
    }

    .box_text_1 {
        font-size: 18px;
    }

    .box_text_2 {
        font-size: 18px;
    }

    .box_text_3 {
        font-size: 18px;
    }

    .box_text_4 {
        font-size: 18px;
    }
}

@media (max-width: 938px) {
    .box_header_3 {
        font-size: 23px;
    }
}

@media (max-width: 906px) {
    .box_text_4 {
        font-size: 17px;
    }

    .box_header_3 {
        font-size: 22px;
    }

    .box_text_3 {
        font-size: 17px;
    }
}

@media (max-width: 843px) {
    .step_first_box {
        top: 115px;
        left: 75px;
    }

    .step_second_box {
        top: 125px;
        left: 80px;
    }

    .box_header_3 {
        font-size: 21px;
    }

    .box_text_1 {
        width: 75%;
        font-size: 16px;
    }

    .box_text_2 {
        font-size: 16px;
    }

    .box_text_3 {
        font-size: 16px;
    }

    .box_text_4 {
        font-size: 16px;
    }
}

@media (max-width: 795px) {
    .box_header_3 {
        font-size: 18px;
    }

    .box_text_3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    p {
        font-size: 20px !important;
    }

    .responsive-text {
        text-align: center;
    }

    .P_FontSize {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .contact-section{
        margin-top: 30px;
    }
    .adjust-text {
        width: 59%;
    }
    .key-feature-odd {
        margin-left: 100px;
    }

    .key-feature-even {
        margin-left: 100px;
    }

    .step_first_box {
        top: 135px;
        left: 230px;
    }

    .step_second_box {
        top: 125px;
        left: 230px;
    }

    .chooseAmazon {
        margin: 1.5rem 0;
        padding: 0;
    }
}

@media (max-width: 711px) {
    .main-bannerheader {
        height: 900px;
    }
}

@media (max-width: 672px) {
    .step_first_box {
        left: 190px;
    }

    .step_second_box {
        left: 190px;
    }
}

@media (max-width: 665px) {
    .main-bannerheader {
        height: 1000px;
    }
    .adjust-span {
        width: 63%;
    }
}


@media (max-width: 575px) {
    .adjust-span {
        width: 66%;
    }
    .key-feature-odd {
        margin-left: 30px;
    }

    .key-feature-even {
        margin-left: 30px;
    }

    .step_first_box {
        top: 135px;
        left: 135px;
    }

    .step_second_box {
        top: 135px;
        left: 135px;
    }
}


@media (max-width: 528px) {
    .main-bannerheader {
        height: 1100px;
    }
}

@media (max-width: 461px) {
    .main-bannerheader {
        height: 1200px;
    }
    .adjust-padding{
        padding : 20px !important;
    }
    .padding-setting{
        padding-bottom: 10px !important;
    }
}

@media (max-width: 437px) {
    .step_first_box {
        top: 120px;
        left: 70px;
    }

    .step_second_box {
        top: 120px;
        left: 70px;
    }
    .step-img-all{
        width: 90% !important;
    }
    .step_first_box {
        top: 95px;
        left: 80px;
    }

    .step_second_box {
        top: 105px;
        left: 80px;
    }
    .box_header_1 {
        font-size: 21px;
    }
    .box_header_2 {
        font-size: 21px;
    }
    .box_header_3 {
        font-size: 16px;
    }

    .box_header_4 {
        font-size: 21px;
    }

    .box_text_1 {
        font-size: 15px;
    }

    .box_text_2 {
        font-size: 15px;
    }

    .box_text_3 {
        font-size: 15px;
    }

    .box_text_4 {
        font-size: 15px;
    }
}

@media (max-width: 429px) {
    .main-bannerheader {
        height: 1400px;
    }
}

@media (max-width: 420px) {
    .step_first_box {
        top: 80px;
        left: 80px;
    }

    .step_second_box {
        top: 80px;
        left: 80px;
    }
    .adjust-text {
        width: 70%;
    }
}

@media (max-width: 420px) {
    .step_first_box {
        top: 80px;
        left: 80px;
    }

    .step_second_box {
        top: 80px;
        left: 80px;
    }
    .box_header_1 {
        font-size: 20px;
    }

    .box_header_2 {
        font-size: 20px;
    }

    .box_header_3 {
        font-size: 15px;
    }

    .box_header_4 {
        font-size: 20px;
    }

    .box_text_1 {
        font-size: 14px;
    }

    .box_text_2 {
        font-size: 14px;
    }

    .box_text_3 {
        font-size: 14px;
    }

    .box_text_4 {
        font-size: 14px;
    }
}

@media (max-width: 389px) {
    .step_first_box {
        top: 70px;
        left: 80px;
    }

    .step_second_box {
        top: 80px;
        left: 80px;
    }
    .box_header_1 {
        font-size: 18px;
    }

    .box_header_2 {
        font-size: 18px;
    }

    .box_header_3 {
        font-size: 14px;
    }

    .box_header_4 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .key-feature-even {
        margin-left: 12px;
    }
    .key-feature-odd {
        margin-left: 12px;
    }
    .main-bannerheader {
        height: 1500px;
    }
    .step_first_box {
        top: 70px;
        left: 80px;
        gap: 5px;
    }

    .step_second_box {
        top: 80px;
        left: 80px;
        gap: 5px;
    }

    .box_header_1 {
        font-size: 17px;
    }

    .box_header_2 {
        font-size: 17px;
    }

    .box_header_3 {
        font-size: 14px;
    }

    .box_header_4 {
        font-size: 17px;
    }
    .box_text_1 {
        font-size: 13px;
    }

    .box_text_2 {
        font-size: 13px;
    }

    .box_text_3 {
        font-size: 13px;
    }

    .box_text_4 {
        font-size: 13px;
    }
}


@media (max-width: 358px) {
    .main-bannerheader {
        height: 1600px;
    }
}

@media (max-width: 350px) {
    .box_text_1 {
        font-size: 11px;
    }

    .box_text_2 {
        font-size: 11px;
    }

    .box_text_3 {
        font-size: 11px;
    }

    .box_text_4 {
        font-size: 11px;
    }
}

@media (max-width: 335px) {
    .adjust-span {
        width: 95%;
    }
    .step_first_box {
        top: 65px;
        left: 80px;
        gap: 1px;
    }

    .step_second_box {
        top: 65px;
        left: 80px;
        gap: 1px;
    }
    .box_header_1 {
        font-size: 16px;
    }

    .box_header_2 {
        font-size: 16px;
    }

    .box_header_3 {
        font-size: 13px;
    }

    .box_header_4 {
        font-size: 16px;
    }
}

@media (max-width: 329px) {
    .main-bannerheader {
        height: 1800px;
    }
}

@media (max-width: 320px) {
    .step_first_box {
        top: 60px;
        left: 80px;
        gap: 1px;
    }

    .step_second_box {
        top: 60px;
        left: 80px;
        gap: 1px;
    }
    .adjust-text {
        width: 89%;
    }
}

@media (max-width: 312px) {
    .main-bannerheader {
        height: 1900px;
    }

    .box_header_1 {
        font-size: 15px;
    }

    .box_header_2 {
        font-size: 15px;
    }

    .box_header_3 {
        font-size: 12px;
    }

    .box_header_4 {
        font-size: 15px;
    }
    .box_text_1 {
        font-size: 10px;
    }

    .box_text_2 {
        font-size: 10px;
    }

    .box_text_3 {
        font-size: 10px;
    }

    .box_text_4 {
        font-size: 10px;
    }
}
