@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&amp;display=swap");
* {
    padding: 0%;
    box-sizing: border-box;
    margin: 0%;
}
@font-face {
    font-family: 'CustomFont';
    /* You can name the font family whatever you want */
    src: url('../otf/apertura.otf') format('truetype');
    /* Adjust the path to the font file */
    /* You can include additional font formats (e.g., woff, woff2) for better browser compatibility */
    /* src: url('path-to-your-font/font-file.woff') format('woff'),
       url('path-to-your-font/font-file.woff2') format('woff2'); */
}
body {
    font-family: "Montserrat", sans-serif;
}
.overlay {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    position: fixed;
    transition: 0.3s ease-in-out;
    opacity: 0.4;
    left: 0%;
    top: 0%;
    z-index: 9999;
    display: none;
}
.sidebar {
    width: 400px;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 100000;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0px;
    transform: translateX(-400px);
}
.sidebar a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 500;
    border-bottom: 2px solid white;
}
.showSidebar {
    transform: translateX(0px);
    transition: 0.3s ease-in-out;
}
.showOverlay {
    display: block;
    transition: 0.3s ease-in-out;
}
.bars_bg {
    cursor: pointer;
    display: none;
}
.bbb_image {
    position: absolute;
    left: -10%;
    top: -10%;
}
.heroSection {
    height: 600px;
    background-image: url(../png/hero_bg.png);
    background-position: center;
    background-size: cover;
}
.containerHero {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hero_section_left img {
    width: auto;
    height: 180px;
}
.hero_section_left h1 {
    font-size: 46px;
    text-align: center;
    /* font-family: 'CustomFont'; */
    font-weight: 900;
    line-height: 20px;
}
.ply_now {
    padding: 6px 34px;
    background-color: #ed1c24;
    border: 5px solid #000000;
    font-size: 40px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 800;
    /* font-family: "CustomFont"; */
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}
.hero_section_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.dollar_rate {
    color: #ed1c24;
}
.fullWidth {
    width: 100%;
    height: 120px;
    border-bottom: 8px solid #ffde16;
}
.containerFluid {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    padding: 0px 20px;
    align-items: center;
    justify-content: space-between;
}
.logo_and_location {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}
.logo_and_location a:nth-child(1) {}
.img_logo {
    height: 70px;
    width: auto;
}
.top_location {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    color: #f16622;
    font-weight: 800;
    font-family: "Montserrat";
}
.top_location {
    text-decoration: none;
}
.top_location span {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.exact_location {
    text-decoration: none;
    color: black;
}
.map_logo img {
    height: 18px;
    width: auto;
}
.input_div {
    width: 300px;
    height: 40px;
    padding: 0px 0px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid black;
}
.input_div input {
    height: 100%;
    width: 80%;
    padding-left: 10px;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: none;
}
.input_div input:focus {
    height: 100%;
    width: 80%;
    padding-left: 10px;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: none;
}
.search_bar {
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background-color: #ffde16;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_icon {
    width: auto;
    height: 15px;
}
.cart_logo {
    width: auto;
    height: 24px;
}
.right_side_bar {
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_cart {
    position: relative;
}
.absolute_number {
    background-color: #f16622;
    position: absolute;
    top: -6px;
    display: flex;
    font-size: 10px;
    align-items: center;
    color: white;
    justify-content: center;
    right: 1%;
    height: 14px;
    width: 14px;
    border-radius: 7px;
}
#nav {
    font-weight: 700;
}
#nav .no-sub {
    font-weight: 400;
}
.navbar_links {
    height: 50px;
    width: 100%;
    background-color: black;
}
.one_link {
    position: relative;
    height: 100%;
}
.link_name {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}
.link_name a {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    font-size: 15px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: right;
    text-decoration: none;
}
.sub_links {
    /* display: none; */
    background-color: white;
    position: absolute;
    top: 50px;
    left: 0%;
    z-index: 9999 !important;
    min-width: 130%;
    padding: 4px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}
.arrow {
    height: 6px;
    width: auto;
}
.one_link:hover .sub_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub_links a {
    text-decoration: none;
    color: black;
}
.all_top_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.pay_online {
    height: 100%;
    padding: 0px 20px;
    background-color: #ffde16;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'montserratblack';
}
.pay_online {
    text-decoration: none;
    color: black;
}
.fullWidthP {
    background-color: #f0f0f0;
    width: 100%;
    padding: 15px 0px;
    padding-bottom: 75px;
}
.containerF {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.containerF h1 {
    font-size: 40px;
    line-height: 1.6;
    color: #f16622;
    font-family: "montserratblack";
    text-align: center;
}
.cards {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 40px;
    gap: 100px;
    justify-content: space-between;
}
#dealsContainer .containerF,
.cards {
    max-width: 1110px;
}
.card_a {
    filter: drop-shadow(0px 2px 9px rgba(35, 35, 33, 0.17));
    width: 50%;
    max-width: 505px;
    filter: drop-shadow(0px 2px 9px rgba(35, 35, 33, 0.17));
    background-color: #ffffff;
    min-height: 215px;
    border: 1px solid rgb(231, 231, 231);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 26px;
    padding-right: 0;
}
.card_a.left-card,
.card_a.right-card {}
.card_round {
    position: absolute;
    top: -20%;
    right: -10%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    border-radius: 65px;
    background-color: black;
}
.card_round::after {
    position: absolute;
    top: 4%;
    left: 4%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    content: "";
    border-radius: 65px;
    background-color: #ffde16;
}
.card_round span {
    color: white;
}
.card_round span.top-text {
    font-size: 13px;
    text-align: center;
    display: block;
    letter-spacing: -0.01em;
}
.card_round span.week {
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 13px;
}
.card_round .h3 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
}
.card_a .card_right {
    text-align: center;
    margin: 0 auto;
    align-self: flex-end;
}
/* .card_a.left-card .card_right {
    align-self: self-end;
} */
.card_a .card_right img {
    /* height: 120px; */
    position: relative;
    z-index: -2;
    max-height: 195px;
}
.card_left {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}
.card_left .h1 {
    color: black;
    font-size: 18px;
    text-align: left;
    line-height: 32px;
    font-family: "montserratbold";
}
.card_left p {
    color: black;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    margin: 0;
}
.card_btn {
    margin-top: 10px;
}
.card_left a {
    color: black;
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
    line-height: 20px;
    width: 300px;
    background-color: #ffde16;
    text-decoration: none;
    padding: 6px 20px;
    font-weight: 900;
    font-size: 18px;
    border: 2px solid #ffde16;
}
.card_left a:hover {
    background: #fff;
    border: 2px solid #ffde16;
}
.sup_number {
    font-size: 30px;
}
.card_left p {
    width: 230px;
    /* Set the desired width */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show up to 2 lines of text */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 60px;
}
.card_left .h1 {
    width: 230px;
    /* Set the desired width */
    width: 190px;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    /* Show up to 2 lines of text */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.2;
}
.card_right.darcy {
    min-height: 215px;
    position: relative;
    min-width: 50%;
}
.card_right.darcy img {
    min-height: 215px;
}
.responsive_input {
    display: none;
}
.mobile_icon {
    display: none;
}
.promotionWidth {
    width: 100%;
    height: 180px;
    background-color: #222222;
}
.containerPromotion {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftPromotion {
    width: 50%;
    margin-right: 50px;
}
.leftPromotion h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: right;
    line-height: 1;
}
.bold_heading {
    display: block;
    font-weight: 700;
    text-align: right;
    font-size: 38px;
}
.leftPromotion p {
    font-size: 13px;
    line-height: 18px;
    color: #f2f2f2;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: right;
    display: block;
    font-weight: 700;
}
.bold_name {
    display: block;
    font-weight: 300;
}
.promotion_img {
    width: 50%;
    padding-top: 15px;
}
.promotion_img img {
    width: auto;
    height: 238px;
}
.fullWidthN {
    margin-top: 100px;
    width: 100%;
    height: 400px;
}
.containerNews {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    background: #ee632c;
}
.containerBusiness {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.leftNews {
    width: 50%;
    height: 100%;
    padding: 38px 0px;
    display: flex;
    flex-direction: column;
    background-color: #222222;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.leftBusiness {
    width: 50%;
    height: 100%;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-image: url(../png/bg_yellow.png);
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.rightNews {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ed642a; */
    background-size: cover;
}
.rightNews img {
    width: auto;
    height: 150px;
}
.rightBusiness {
    height: 100%;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../png/ace.png);
}
.rightBusiness img {
    width: auto;
    height: 150px;
}
.leftNews .h1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
    line-height: 12px;
}
.leftBusiness .h1 {
    font-size: 32px;
    color: black;
    font-family: "montserratextrabold";
    text-align: center;
}
.span_light_busi {
    font-size: 32px;
    color: #ee632c;
    font-weight: 700;
    font-family: "montserratextrabold";
    text-align: center;
}
.span_light {
    font-size: 64px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    line-height: 80px;
}
.paragraph_card {
    max-width: 380px;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
    margin-top: -20px;
}
.paragraph_card_busi {
    max-width: 440px;
    font-size: 18px;
    line-height: 25px;
    color: black;
    font-family: "montserratregular";
    text-align: center;
}
.ready_change {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
}
.leftNews a {
    background-color: #ffde16;
    font-size: 28px;
    line-height: 60px;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
    font-family: "Montserrat";
    text-align: center;
    padding: 0px 36px;
    margin-left: auto;
    margin-right: auto;
}
.leftBusiness a {
    background-color: #ee632c;
    font-size: 24px;
    line-height: 64px;
    color: white;
    text-decoration: none;
    font-family: "montserratblack";
    text-align: center;
    padding: 0px 48px;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
}
.fullWidthF {
    margin-top: 100px;
    width: 100%;
    min-height: 400px;
}
.fullWidthFServices {
    margin-top: 60px;
}
.containerFriends {
    max-width: 1200px;
    height: 100%;
    display: flex;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
.friend_texts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 670px;
    gap: 10px;
}
.friend_texts .h1 {
    font-size: 40px;
    color: #000000;
    font-family: "montserratblack";
    text-align: center;
    margin: 0;
}
.friend_texts h4 {
    font-size: 20px;
    color: #000000;
    font-family: "montserratblack";
    text-align: center;
    margin: 0;
}
.friend_texts p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-family: "montserratregular";
    text-align: center;
    margin-top: 30px;
}
.difference_button {
    background-color: #ffde16;
    text-decoration: none;
    font-size: 24px;
    line-height: 60px;
    color: #000000;
    margin-top: 30px;
    font-family: "montserratblack";
    padding: 0px 20px;
    text-align: center;
}
.difference_button:hover {
    color: #000000;
}
.friend_cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.one_frnd {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.one_frnd p {
    text-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-family: "montserratblack";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.one_frnd.extra-width {
    width: 220px;
}
.one_frnd span {
    position: absolute;
    bottom: -6px;
    font-size: 12px;
    font-family: "Montserrat";
}
.friend_one_card {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #ee632c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.friend_one_card img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.fullWidthY {
    width: 100%;
    min-height: 400px;
    margin-top: 75px;
}
.containerYoutube {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* background: #000; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.youtube_video_scene {
    width: 50%;
    height: 320px;
    float: left;
}
.y_left_side {
    height: 320px;
    width: 50%;
    background-image: url(../png/orange_rect.png);
    background-position: center;
    background-size: cover;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    float: left;
}
.y_left_side img {
    width: auto;
    height: 170px;
}
.containerLocation {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
}
.containerLocation img {
    width: auto;
    margin-top: 50px;
    height: 120px;
}
.containerLocation .h1 {
    text-align: center;
    margin-top: 30px;
    font-family: "montserratblack";
    font-size: 24px;
}
.containerLocation p {
    text-align: center;
    font-family: "montserratregular";
    font-size: 18px;
}
.location_select_form {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location_select {
    position: relative;
    margin-top: 20px;
    width: 80%;
    height: 52px;
    /* border: 1px solid #707070; */
}
.location_select .selectric {
    height: 50px;
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
}
.location_select .selectric .label {
    height: 50px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.location_select .selectric .button {
    width: 15%;
    height: 100%;
    color: #fff;
    background: var(--orange);
    padding-top: 10px;
}
.location_select .selectric .button svg {
    height: 70%;
}
.location_select .selectric .button::after {
    display: none;
}
.location_select_simple {
    position: relative;
    margin-top: 20px;
    height: 52px;
}
.location_select_simple select {
    height: 52px;
    padding: 0px 10px;
    width: 100%;
    border: 1px solid transparent;
    background: #fff;
    background-image: url("../svg/dropdown-arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 45px 35px;
}
.location_select_simple select:focus {
    height: 100%;
    padding: 0px 10px;
    outline: none;
    width: 100%;
    position: relative;
    border: 1px solid transparent;
}
#locatorMobile .location_select .selectric {
    border: none;
}
#locatorMobile .location_select .selectric .button {
    color: #000;
    background: none;
}
.selectric-items li {
    text-align: left;
    background: #fff;
}
.location_select select::after {
    background-color: var(--orange);
}
.location_select select:focus {
    height: 100%;
    padding: 0px 10px;
    outline: none;
    width: 100%;
    position: relative;
    border: 1px solid transparent;
}
.footer-location .location_select .selectric {
    height: 40px;
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
}
.footer-location .location_select .selectric .label {
    height: 40px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 38px 0 5px;
}
.footer-location .location_select .selectric .button {
    width: 15%;
    height: 100%;
    color: #fff;
    background: var(--orange);
    padding-top: 10px;
    line-height: 30px;
}
.location_select .select_drop {
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    background-color: #ee632c;
    border: 1px solid #ee632c;
}
.select_drop svg {
    width: 30px;
    height: 30px;
    color: white;
}
.containerIntegrity {
    background-color: #222222;
    min-height: 145px;
    display: flex;
    margin-top: 50px;
    padding: 0px 12px;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: "montserratregular";
    padding-left: 20px;
}
.containerIntegrity img {
    width: auto;
    height: 90px;
    margin-right: 20px;
}
.containerIntegrity p {
    width: 60%;
    font-size: 15px;
    color: white;
}
.fullWidthEmail {
    width: 100%;
    height: 125px;
    min-height: 125px;
    background-color: #ee632c;
    margin-top: 50px;
}
.conatinerEmail {
    max-width: 910px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.input_join_tn {
    height: 45px;
    width: 50%;
    display: flex;
    background-color: white;
}
.input_join_tn input::placeholder {
    color: #333;
}
.input_join_tn input {
    height: 100%;
    width: 75%;
    border: 1px solid transparent;
    padding: 0px 10px;
}
.input_join_tn input:focus {
    height: 100%;
    outline: none;
    width: 75%;
    border: 1px solid transparent;
}
.input_join_tn form {
    width: 100%;
    position: relative;
}
.input_join_tn a {
    background-color: #ffde16;
    text-decoration: none;
    font-weight: 700;
    color: black;
    border: 1px solid transparent;
    font-family: "montserratblack";
    padding: 12px;
    right: 0;
    width: 100px;
    text-align: center;
    position: absolute;
    height: 45px;
}
.containerNewsParent {
    height: 425px;
}
.sign_up .h1 {
    color: white;
    font-family: "montserratblack";
    margin: 0;
    font-size: 41px;
}
.sign_up p {
    color: white;
    font-size: 13px;
    font-family: "montserratregular";
    margin: 0;
    font-size: 15px;
}
.fullWidthFooter {
    width: 100%;
    height: 280px;
    background-color: #222222;
    border-top: 10px solid #ffde16;
}
.containerFooter {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.footer_links {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    gap: 40px;
}
.footer_links_column {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.footer_links_column a {
    text-decoration: none;
    font-size: 14px;
    color: #ee632c;
    font-weight: 600;
}
.footer_title .h1 {
    color: white;
    font-size: 16px;
    font-family: 'montserratbold';
    margin-top: 0;
}
.footer-location .location_select {
    width: 100%;
    margin: 0;
    height: 35px;
    border: none;
}
.footer-location .select_drop svg {
    height: 15px;
    width: 15px;
}
.footer-location .social-links {
    color: #fff;
    font-size: 13px;
    font-family: 'montserratbold';
    text-align: right;
    margin-top: 35px;
}
.footer-location .social-links span {
    margin-right: 10px;
    font-family: 'montserratbold';
}
.int_bb {
    display: flex;
    gap: 20px;
}
.int_bb img {
    width: auto;
    height: 50px;
}
.text_white_fz_14 {
    color: white;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-family: "montserratregular";
    font-size: 11px;
}
.footer-location .h1 {
    font-size: 13px;
    font-family: 'montserratbold';
    margin: 0 0 10px 0;
    color: #fff;
    display: inline-block;
}
#home-careers {
    width: 100%;
    background-image: url(../jpg/back-2.jpg);
    background-image: -webkit-image-set(url("../jpg/back-2.jpg") 1x,
            url("../jpg/back%402x-2.jpg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hc-promo-wrapper {
    width: 1200px !important;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0;
}
#home-careers .banner-inner {
    height: auto;
    width: 100%;
    position: relative;
    gap: 6em;
}
#home-careers .banner-cta {
    margin: 3em 0;
}
#home-careers .button {
    margin-top: 1em;
    font-size: 1.7em;
    width: 12em;
    height: 2.6em;
    border-radius: 0;
    z-index: 1;
    color: #ffde16;
    line-height: 1;
    font-family: "montserratblack";
}
#home-careers .animation {
    width: 100%;
    height: auto;
}
#dealsContainer > div > div > div.card_a.left-card > div.card_left > span {
    width: 211px;
}
@media all and (max-width: 1000px) {
    .containerCheckout {
        max-width: 1000px;
        margin-top: 100px;
        min-height: 100%;
        min-height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
        flex-direction: column;
    }
    .checkout_product {
        width: 90%;
        height: 100%;
        border: 1px solid rgb(238, 238, 238);
    }
    .checkout_form {
        width: 90%;
        padding: 10px 4px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    .form_flask {
        width: 100%;
        height: 100%;
        padding: 10px 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .contact_one {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 10px 20px;
        justify-content: space-between;
    }
    .contact_one input:nth-child(1) {
        width: 100%;
        height: 40px;
        padding: 0px 10px;
    }
    .contact_one input:nth-child(2) {
        width: 100%;
        height: 40px;
        padding: 0px 10px;
    }
    .containerBanner {
        max-width: 800px;
        height: 100%;
        display: flex;
        padding-bottom: 30px;
        align-items: center;
        margin-left: auto;
        padding: 10px 8px;
        margin-right: auto;
        justify-content: center;
        flex-direction: column;
    }
    .containerFooter {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 25px 10px;
        display: flex;
        flex-direction: column;
        pad: 10px 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .fullWidthFooter {
        width: 100%;
        height: 800px;
        background-color: #222222;
        border-top: 10px solid #ffde16;
    }
    .bars_bg {
        display: block;
    }
    .bbb_image {
        position: static;
        left: -0%;
        top: -0%;
    }
    .containerHero {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .containerYoutube {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        /* background: #000; */
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .youtube_video_scene {
        width: 100%;
        height: 320px;
    }
    .youtube_video_scene iframe {
        width: 100%;
        height: 400px;
    }
    .y_left_side {
        height: 400px;
        width: 100%;
        background-image: url(../png/orange_rect.png);
        background-position: center;
        background-size: cover;
        background-color: red;
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        float: left;
    }
    .friend_cards {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .fullWidthN {
        margin-top: 100px;
        width: 100%;
        height: 630px;
    }
    .containerNews {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .containerBusiness {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    .containerBusinessMobile .leftBusiness .h1 {
        margin: 0;
    }
    .leftNews {
        width: 100%;
    }
    .leftBusiness {
        width: 100%;
        display: block !important;
    }
    .rightNews {
        width: 100%;
    }
    .rightBusiness {
        width: 100%;
        display: block !important;
    }
    .promotionWidth {
        width: 100%;
        height: 680px;
        background-color: #222222;
    }
    .cards {
        display: flex;
        max-width: 80%;
        /* Adjust this value to your needs */
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-top: 50px;
        flex-direction: column;
        gap: 100px;
        justify-content: space-between;
    }
    .card_a {
        filter: drop-shadow(0px 2px 9px rgba(35, 35, 33, 0.17));
        width: 100%;
        filter: drop-shadow(0px 2px 9px rgba(35, 35, 33, 0.17));
        background-color: #ffffff;
        min-height: 250px;
        border: 1px solid rgb(231, 231, 231);
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 0 16px;
    }
    .navbar_links {
        display: none;
    }
    .top_location {
        font-size: 16px;
        line-height: 32px;
        text-transform: uppercase;
        color: #f16622;
        font-weight: 800;
        font-family: "Montserrat";
        display: none;
    }
    .containerF h1 {
        font-size: 40px;
        line-height: 50px;
        color: #f16622;
        font-weight: 900;
        font-family: "Montserrat";
        text-align: center;
    }
    .containerPromotion {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        gap: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .containerPromotion {
        padding: 30px;
    }
    .promotionWidth {
        width: 100%;
        height: 575px;
        padding-bottom: 40px;
        background-color: #222222;
    }
    .leftPromotion {
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }
    .promotion_img {
        width: 80%;
        margin-left: 10%;
    }
    .promotion_img img {
        position: relative;
        left: 50%;
        bottom: 11px;
        margin: 0 !important;
        transform: translateX(-50%);
        height: 321px;
    }
    .bold_heading {
        display: block;
        font-weight: 700;
        text-align: center;
    }
    .leftPromotion p {
        font-size: 25px;
        line-height: 34px;
        color: #f2f2f2;
        font-weight: 300;
        font-family: "Montserrat";
        text-align: center;
        display: block;
        font-weight: 700;
    }
    .bold_name {
        display: block;
        font-weight: 300;
    }
    .leftPromotion h3 {
        font-size: 28px;
        line-height: 67px;
        color: #ffffff;
        font-weight: 300;
        font-family: "Montserrat";
        text-align: center;
    }
    #home-careers .banner-inner {
        padding: 0 15px;
    }
}
@media all and (max-width: 700px) {
    .card_btn {
        margin-right: auto;
        margin-left: 0;
        align-self: flex-start;
    }
    .divider {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-grow: 1;
    }
    .divide-line {
        height: 1px;
        background-color: black;
        width: 0px;
    }
    .conatinerEmail {
        max-width: 820px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
    .input_join_tn {
        height: 45px;
        width: 80%;
        display: flex;
        background-color: white;
    }
    .bars_bg {
        background-color: transparent;
        display: block;
    }
    .friend_cards {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .promotion_img img {
        width: auto;
        height: 300px;
    }
    .leftPromotion {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }
    .promotion_img {
        width: 100%;
        margin-left: 10%;
    }
    .responsive_input {
        height: 60px;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input_div {
        display: none;
    }
    .fullWidth {
        width: 100%;
        height: 120px;
        background-color: #ffde16;
        border-bottom: 8px solid #ffde16;
    }
    .mobile_icon {
        display: block;
    }
    .input_div_two input {
        height: 100%;
        width: 80%;
        padding-left: 10px;
        border: 1px solid transparent;
        border-radius: 18px;
        outline: none;
    }
    .input_div_two input:focus {
        height: 100%;
        width: 80%;
        padding-left: 10px;
        border: 1px solid transparent;
        border-radius: 18px;
        outline: none;
    }
    .input_div_two .search_bar {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        background-color: #ffde16;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_icon {
        width: auto;
        height: 15px;
    }
    .input_div_two {
        width: 80%;
        height: 40px;
        padding: 0px 0px;
        border-radius: 20px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        border: 1px solid black;
    }
    .containerIntegrity {
        align-items: flex-start;
        padding: 40px 15px;
    }
    .containerIntegrity p {
        width: 90%;
        font-size: 11px;
    }
    .containerIntegrity img {
        height: 70px;
    }
    .fullWidthN {
        padding: 0 15px;
    }
    .fullWidthN .containerBusiness {
        flex-direction: column-reverse;
    }
    .leftBusiness {
        padding: 20px 0;
        gap: 5px;
        text-align: center;
    }
    .leftBusiness a {
        padding: 12px;
    }
    .leftBusiness p {
        padding: 14px;
    }
    .youtube_video_scene iframe {
        height: 220px;
    }
    .containerYoutube {
        padding: 0 15px;
    }
    .containerYoutube .y_left_side {
        height: 240px;
    }
    .containerYoutube .y_left_side img {
        height: 137px;
    }
    .youtube_video_scene {
        height: 235px;
    }
    .fullWidthN {
        margin-top: 60px;
    }
    .fullWidthF .one_frnd {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 0px;
        position: relative;
        width: 100%;
    }
    .friend_one_card {
        margin-left: 10px;
    }
    .rightBusiness .bbb_image {
        position: absolute;
        top: -25px;
    }
    .one_frnd p {
        display: inline-block;
        text-align: left;
        padding-left: 20px;
        font-size: 21px;
        line-height: 21px;
        width: 70%;
    }
    .one_frnd span {
        bottom: 0px;
        font-size: 16px;
        left: 125px;
    }
    .difference_button {
        font-size: 20px;
        padding: 0 25px;
    }
    .friend_cards {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .friend_texts .h1 {
        font-size: 28px;
        line-height: 1;
    }
    .friend_texts h4 {
        font-size: 24px;
    }
    .friend_texts p {
        margin-top: 0px;
        font-size: 15px;
    }
    .containerNews {
        flex-direction: column-reverse;
    }
    .rightNews {
        height: auto;
    }
    .leftNews .h1 {
        font-size: 49px !important;
        line-height: 30px;
    }
    .span_light {
        font-size: 54px !important;
    }
    .paragraph_card {
        font-size: 15px;
    }
    .ready_change {
        font-family: "montserratextrabold";
        font-size: 15px;
    }
    .leftNews {
        justify-content: flex-start;
    }
    .leftNews a {
        font-family: "montserratblack";
        font-size: 20px;
    }
    .containerNews {
        height: auto;
    }
    .containerNewsParent {
        padding: 0;
        height: 600px;
    }
    .leftBusiness {
        background-position: center;
    }
    #categoriesMobile {
        margin-top: 50px;
        margin-bottom: 15px;
    }
    #categoriesMobile .categories-item {
        float: left;
        margin-right: 20px;
    }
    #categoriesMobile .inner {
        width: 925px;
    }
    #categoriesMobile .categories-container {
        width: 100%;
        overflow-x: scroll;
        overflow-y: clip;
        padding-bottom: 40px;
        margin-bottom: 10px;
        padding: 0 20px;
    }
    #categoriesMobile .image-box {
        width: 210px;
        height: 200px;
        border-radius: 0;
        border: 2px solid rgba(71, 71, 71, .2);
        margin-bottom: 30px;
        margin: auto;
    }
    #categoriesMobile .image-box img {
        border-radius: 0% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }
    #categoriesMobile .categories-item .category-label {
        text-align: center;
        margin-top: 10px;
        color: #000;
        font-weight: 900;
        font-family: "montserratblack";
        font-size: 20px;
        line-height: 1;
    }
    #categoriesMobile .categories-item .category-link {
        font-family: "montserrat";
        font-size: 20px;
        line-height: 1;
    }
    #categoriesMobile .categories-item .category-label span {
        padding: 5px 10px;
    }
    #categoriesMobile .btn-container {
        height: 50px;
    }
    #categoriesMobile .categories-container {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #categoriesMobile .categories-container::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .leftPromotion h3 {
        font-size: 25px;
    }
    .bold_heading {
        font-size: 35px;
    }
    .promotion_img img {
        position: absolute;
        left: 10px;
        bottom: -39px;
        margin: 0 !important;
        transform: unset;
    }
    .promotionWidth {
        position: relative;
    }
    .containerPromotion {
        padding: 0;
    }
    #promotionContainer p {
        position: relative;
        font-size: 12px;
        line-height: 1.3;
        bottom: 12px;
        left: 0px;
    }
    #promotionContainer.promotionWidth {
        height: 330px;
    }
    #dealsContainer h1 {
        font-size: 30px;
        line-height: 34px;
        font-family: "montserratblack";
    }
    #dealsContainer .cards {
        margin-top: 40px !important;
    }
    #dealsContainer .card_a {
        flex-direction: column-reverse;
        padding-top: 20px;
        margin: 0;
        justify-content: end;
    }
    #dealsContainer .card_round {
        position: absolute;
        top: -2%;
        right: -2%;
    }
    .card_left .h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        text-align: left;
        color: #000;
        font-family: "montserratbold" !important;
    }
    .card_left p {
        font-size: 12px;
    }
    .card_left a {
        font-family: "montserratblack";
        font-size: 15px;
        padding: 8px 20px;
    }
    .cards .card_a {
        width: 260px;
        padding-bottom: 40px;
        height: 350px;
        padding-left: 0;
    }
    #dealsContainer {
        padding-bottom: 30px;
    }
    #dealsContainer .cards {
        /* display: block; */
        flex-direction: row;
        overflow-y: scroll;
        padding: 10px 40px 40px 20px;
        gap: 30px;
        max-width: 100%;
    }
    #dealsContainer .card_right {
        justify-content: center;
    }
    #dealsContainer .card_right:last-child {
        width: 80%;
    }
    .card_a .card_right img {
        height: auto;
        margin-top: 30px;
        max-height: 144px;
    }
    .card_a .card_right.darcy {
        width: calc(100% + 32px) !important;
        min-height: unset;
        position: relative;
        height: 200px;
        top: 8px;
    }
    .card_a .card_right.darcy img {
        min-height: unset;
        width: 100%;
        height: 100%;
    }
    #dealsContainer .cards {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #dealsContainer .cards::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .input_div_two {
        width: 95% !important;
    }
    .fullWidth {
        background-color: #fff;
    }
    .card_a.left-card .card_right {
        align-self: center;
    }
    .hc-promo-wrapper {
        width: 100% !important;
        margin-top: 60px;
        margin-bottom: 80px;
        padding: 0 15px;
    }
    #home-careers {
        width: 100%;
        background-image: url(../jpg/back-m-2.jpg);
        background-image: -webkit-image-set(url("../jpg/back-m-2.jpg") 1x,
                url("../jpg/back-m%402x-2.jpg") 2x);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #home-careers .banner-inner {
        height: auto;
        width: 100%;
        position: relative;
        flex-direction: column;
        gap: 0;
        padding: 15px;
    }
    #home-careers .banner-cta {
        margin: 0;
        width: 100%;
    }
    #home-careers .banner-main {
        width: 100%;
        margin-top: 12%;
        margin-bottom: 5%;
    }
    #home-careers .button {
        font-size: 1.4em;
    }
    #home-careers .text {
        width: 94%;
        margin-top: 11%;
        margin-bottom: 8%;
    }
    #home-careers dotlottie-wc.animation {
        width: 100% !important;
    }
    #dealsContainer>div>div>div.card_a.left-card>div.card_left>span {
        width: 190px;
    }
    #dealsContainer > div > div > div.card_a.left-card > div.card_right > img {
        position: relative;
        top: 17px;
    }
}
@media all and (max-width: 600px) {
    .hero_section_left img {
        width: auto;
        height: 130px;
    }
    .leftNews .h1 {
        font-size: 40px;
        color: #ffffff;
        font-weight: 300;
        font-family: "Montserrat";
        text-align: center;
        line-height: 20px;
    }
    .leftBusiness .h1 {
        font-size: 32px;
        color: black;
        text-align: center;
    }
    .span_light {
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Montserrat";
        text-align: center;
        line-height: 80px;
    }
    .cards {
        margin-top: 100px;
    }
    .card_a {
        flex-direction: column;
        align-items: center;
    }
    .card_left {
        width: 100%;
        gap: 30px;
        margin: 15px 0;
        padding-left: 16px;
    }
    .card_right {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .rightNews img {
        width: auto;
        height: 100px;
    }
    .rightBusiness img {
        width: auto;
        height: 100px;
    }
    .rightBusiness {
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-image: url(../png/ace-mobile.png);
        height: 270px;
        flex-shrink: 0;
    }
    .sign_up .h1 {
        font-size: 8.7vw;
    }
    .sign_up p {
        font-size: 3.15vw;
    }
}
@media all and (max-width: 500px) {
    #promotionContainer.promotionWidth {
        height: 378px;
    }
    .promotion_img img {
        bottom: -41px;
        left: 50%;
        transform: translateX(-50%);
    }
    #promotionContainer p {
        left: 68px;
        bottom: -61px;
    }
    .card_round {
        position: absolute;
        top: -10%;
        right: -5%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        border-radius: 65px;
        background-color: black;
    }
    .containerIntegrity {
        flex-direction: column-reverse;
        padding: 40px 8px;
    }
    .containerFluid {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        height: 100%;
        flex-direction: column;
        padding: 0px 20px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .right_side_bar {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: flex-end;
        width: 100%;
    }
    .leftPromotion h3 {
        font-size: 30px;
        line-height: 40px;
        color: #ffffff;
        font-weight: 300;
        font-family: "Montserrat";
        text-align: center;
    }
    .promotionWidth {
        width: 100%;
        height: 480px;
        background-color: #222222;
    }
    .text_white_fz_14 {
        color: white;
        font-size: 8px;
        white-space: nowrap;
        position: absolute;
        bottom: 4px;
        right: 4px;
    }
    .checkout_product {
        width: 100%;
        height: 100%;
        border: 1px solid rgb(238, 238, 238);
    }
    .checkout_form {
        width: 100%;
        padding: 10px 4px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }
    .checkout_two {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px 20px;
        justify-content: space-between;
        flex-direction: column;
    }
    .checkout_two .input {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }
    .brandContainer {
        margin-top: 40px;
    }
}
@media all and (max-width: 400px) {
    #promotionContainer.promotionWidth {
        height: 330px;
    }
    .promotion_img img {
        width: auto;
        height: 250px;
        margin-left: 10%;
    }
    .hero_section_left img {
        width: auto;
        height: 100px;
    }
    #promotionContainer p {
        position: absolute;
        bottom: 129px;
        left: 50%;
    }
    .promotion_img img {
        bottom: -39px;
    }
}
@media screen and (max-width: 337px) {
    #promotionContainer.promotionWidth {
        height: 358px;
    }
}
.carousel {
    position: relative;
    max-width: 1000px;
}
/**
Controls (previous/next buttons)
*/
.button.is-control {
    background: 0;
    border: 0;
    padding: 0 10px;
    z-index: 1;
    cursor: pointer;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.2s linear;
}
.button.is-control:hover {
    color: rgba(0, 0, 0, 1);
}
.button.is-control:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}
.previous-button {
    position: absolute;
    left: 0;
    top: 60px;
}
.next-button {
    position: absolute;
    right: 0;
    top: 60px;
}
/**
Collection of all tiles
*/
.tiles {
    width: calc(100% - 100px);
    margin-left: 50px;
}
/**
Single tile
*/
.tile {
    position: relative;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.tile:focus {
    outline: 0;
}
.tile:not(:last-of-type) {
    margin-right: var(--tile-margin);
}
.tile .home_card_product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.1s linear;
    opacity: 0;
}
.tile:focus .overlay,
.tile:hover .overlay {
    opacity: 1;
}
.tile .overlay .quick-view-button {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/**
Quick view dialog
*/
.dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog.is-hidden {
    display: none;
}
.dialog .overlay {
    background-color: white;
    border-radius: 10px;
    position: relative;
    width: 80%;
    max-width: 400px;
    padding: 20px;
}
.dialog .overlay .close-button {
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}
.dialog .overlay .title {
    margin: 0;
}
.dialog .overlay .ok-button {
    padding: 10px 15px;
    background: royalblue;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.dialog .overlay .ok-button:focus {
    outline-offset: 5px;
}
/** Credits at bottom */
.credits {
    display: inline-block;
    margin-top: 20px;
    margin-left: 40px;
    padding: 10px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    opacity: 0.7;
}
.credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.credits:hover,
.credits:focus {
    opacity: 1;
}
.home_product_card_title {
    text-align: center;
}
.home_product_card_title h1 {
    font-weight: 800;
}
.home_product_card_title a {
    color: #f26522;
    font-weight: 500;
}
.home_product_card_img_container {
    padding: 12px;
    border: 1px solid #d1d1d1;
    height: 200px;
    object-fit: cover;
}
.subcategory-card-section-container {
    background-color: #f1f1f1;
}
.subcategory-card-section-container-mobile {
    background-color: #f1f1f1;
    overflow: scroll;
}
.subcategory-card-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    min-width: 300px;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
}
.subcategory-card-section_mobile {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
}
.subcategory-card {
    text-align: center;
    padding: 16px;
}
.subcategory-card-img-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: lightgray;
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    text-align: center;
}
.category-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subcategory-card p {
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
    white-space: nowrap;
}
.subcategory_items_container {
    max-width: 300px;
    width: 100%;
    margin: auto;
}
.subcategory_img_container {
    height: 250px;
    border: 1px solid rgb(198, 198, 198);
}
.subcategory_img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subcategory_items_container p {
    font-weight: 600;
    margin-top: 10px;
    height: 50px;
}
.subcategory_items_container h2 {
    font-weight: 800;
    margin-top: 5px;
}
.subcategory_items_container button {
    background-color: #f26522;
    border: 0px;
    padding: 8px 15px;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    font-size: small;
    margin-top: 10px;
}
.subcategory_title {
    line-height: 33px;
    color: #000000;
    font-weight: 800;
    font-family: "Montserrat";
    margin: 20px 0px;
}
.subcategory_hero_section {
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}
.subcategory-card-section-container {
    position: relative;
}
.subcategory_card_section {
    padding: 20px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Default: 3 columns */
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}
.carousel-container {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.carousel {
    display: flex;
    width: fit-content;
    transition: transform 0.3s ease-in-out;
    /* Added transition */
}
.card {
    width: 1200px;
    margin: auto;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Added transition */
    transform: scale(1);
}
.card:hover {
    transform: scale(1.05);
    /* Added hover effect */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    /* Added hover effect */
}
.carousel-button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    padding: 8px 12px;
    background-color: #ffffff;
    color: #030303;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
/* pagination */
.pagination_container {
    text-align: center;
    margin: 50px 0px;
}
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    width: 30px;
    margin: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.pagination a.active {
    background-color: #f26522;
    ;
    color: white;
    border: 2px solid #f26522;
    border-radius: 50px;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 50px;
}
/*  */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-button {
    background-color: #dedede;
    color: #000000;
    border: none;
    padding: 5px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: small;
    font-weight: 500;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #dddddd;
}
.show {
    display: block;
}
@media screen and (max-width: 1200px) {
    .carousel-container {
        display: none;
    }
    .subcategory-card-section_mobile {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        max-width: 1200px;
        margin: auto;
        justify-content: center;
        align-items: center;
        padding: 30px 10px;
        min-width: 1200px;
        overflow: scroll;
    }
}
@media screen and (max-width: 1200px) {
    .subcategory_card_section {
        grid-template-columns: repeat(3, 1fr);
        /* Default: 3 columns */
    }
}
@media screen and (max-width: 900px) {
    .subcategory_card_section {
        grid-template-columns: repeat(2, 1fr);
        /* Default: 3 columns */
    }
}
@media screen and (max-width: 780px) {
    .subcategory_card_section {
        grid-template-columns: repeat(1, 1fr);
        /* Default: 3 columns */
    }
    .subcategory_items_container {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }
    .containerFooter {
        max-width: 100%;
    }
    .footer-location .social-links {
        text-align: center;
    }
    .text_white_fz_14 {
        width: 100%;
        right: 0;
        text-align: center;
        bottom: -4px;
    }
    .fullWidthFooter {
        height: 700px;
    }
}
.MYWRAPPER {
    max-width: 1400px;
    margin-left: auto;
    background-color: transparent !important;
    margin-right: auto;
    margin-bottom: 80px;
}
.subcategory-card-home p {
    color: black !important;
    margin-top: 10px;
}
.subcategory-card-home img {
    border-radius: 0% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.slick-slide .image-box {
    width: 260px;
    height: 230px;
    border-radius: 0;
    border: 2px solid rgba(71, 71, 71, 0.2);
    margin-bottom: 30px;
}
.slick-list {
    width: 100%;
}
.category-label {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 5px;
}
.category-link {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.category-link a {
    color: #000;
}
.category-link a:hover {
    color: #f26522;
    text-decoration: underline;
}
.home-heading {
    font-size: 40px;
    line-height: 1.42857143;
    font-family: "montserratblack";
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
#home-categories {
    position: relative;
}
#home-categories .prev-button,
#home-categories .next-button {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
#home-brands .prev-button,
#home-brands .next-button {
    position: absolute;
    top: 40%;
    cursor: pointer;
}
#home-brands .subcategory-card-home {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 6px;       */
}
#home-brands .subcategory-card-home .square-brand-icon {
    width: 67px !important;
    height: 67px !important;
}
#home-brands .subcategory-card-home .rectengle-brand-icon {
    height: 40px !important;
}
#home-brands .subcategory-card-home .semi-rectengle-brand-icon {
    height: 75px !important;
}
#home-brands .subcategory-card-home .semi-square-brand-icon {
    height: 63px !important;
}
#home-brands .subcategory-card-home .big-rectengle-brand-icon {
    height: 30px !important;
}
#home-brands .slick-slider {
    margin-bottom: 50px;
}
.brandContainer #home-brands {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
}
.brandContainer {
    width: 100%;
}
.brand_shop_all {
    background-color: #ffde16;
    text-decoration: none;
    font-size: 24px;
    line-height: 60px;
    color: #000000;
    margin-top: 30px;
    font-family: "montserratblack";
    padding: 12px 36px;
    text-align: center;
    margin: auto;
}
.brand_shop_all:hover {
    color: #000000;
}
body {
    background-color: #ffffff;
}
#signupPopupForm div {
    display: inline;
}
.MYWRAPPER {
    max-width: 1200px;
    margin-left: auto;
    margin-top: 80px;
    margin-right: auto;
}
.slick-prev,
.slick-next {
    height: 30px !important;
    width: 30px !important;
    background-color: transparent !important;
    border-radius: 15px;
}
.carousel {
    position: relative;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
.slick-prev:before {
    font-size: 40px !important;
    color: black !important;
}
.slick-next:before {
    font-size: 40px !important;
    color: black !important;
}
.slick-prev {
    left: -50px !important;
}
.slick-next {
    right: -50px !important;
}
h2 {
    font-family: sans-serif;
    color: #fff;
}
.carousel {
    width: 90% !important;
    margin: 0px auto;
    position: relative;
    max-width: 1200px !important;
}
.MYWRAPPER .slick-dots li button:before {
    font-size: 20px;
    color: white;
}
.category-card-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.category-card-img-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: lightgray;
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    text-align: center;
}
.category-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-card {
    text-align: center;
    padding: 16px;
}
.category-card h1 {
    color: #232323;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    white-space: wrap;
    margin-top: 10px;
}
.category-furniture-section {
    background-image: url(../adobestock_271560881.html);
    background-position: 50% 50%;
    object-fit: cover;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-furniture-container {
    text-align: center;
    opacity: 0.800;
    background-color: #ffffff;
    border: 4px solid #f26522;
    padding: 50px;
    max-width: 30%;
    width: 100%;
}
.category-furniture-container h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}
.category-furniture-container a {
    color: black;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
    line-height: 20px;
    width: 300px;
    background-color: #ffde16;
    text-decoration: none;
    padding: 8px 20px;
    font-weight: 900;
    font-size: 20px;
}
.containerF {
    max-width: 1400px !important;
}
.containerF h2 {
    text-align: center;
    font-weight: 900;
}
.containerF .bold_heading {
    font-size: 40px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
    display: block;
    font-weight: bolder;
    margin-top: 10px;
}
.Trending-card-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin: 100px 20px;
}
.card_round {
    width: 92px;
    height: 92px;
    position: absolute;
    top: -8%;
    right: -8%;
}
/*  */
.product-display {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.product-image {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.product-info {
    padding: 15px;
    text-align: center;
}
/* Additional styling for card content */
.card-content {
    padding: 15px;
    text-align: center;
}
/* / */
.rental-section {
    max-width: 1000px;
    margin: auto;
    padding: 30px 30px;
}
.rental-section h2 {
    font-size: 28px;
    color: black;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: start;
    padding: 10px 0px;
}
.rental-section a {
    color: black;
}
.rental-section p {
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .category-furniture-container {
        padding: 20px;
        max-width: 100%;
        margin: 25px;
    }
    .category-furniture-section {
        height: 200px;
    }
    .category-card-section {
        grid-template-columns: repeat(2, 1fr);
    }
    .Trending-scrollable-container {
        overflow-y: scroll;
        width: 100%;
    }
    .Trending-card-section {
        min-width: 100%;
        width: 100%;
    }
    .category-card-img-contain {
        width: 100px;
        height: 100px;
        margin: auto;
        white-space: pre-wrap;
    }
    .category-card h1 {
        color: #232323;
        font-size: 12px;
        font-weight: 800;
        line-height: 32px;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .containerF .bold_heading {
        font-size: 30px;
        line-height: 34px;
        font-weight: 300;
        font-family: "Montserrat";
        text-align: center;
        display: block;
        font-weight: bolder;
        margin-top: 10px;
    }
    .product-display {
        min-width: 300px;
    }
    .card_round {
        position: absolute;
        top: -0%;
        right: -8%;
    }
    .rental-section h2 {
        font-weight: 900;
        font-family: "Montserrat";
        text-align: center;
    }
    .category-furniture-container h1 {
        font-size: 40px;
        font-weight: 800;
    }
    .fullWidthFServices {
        margin-top: 0px;
        padding-top: 30px;
    }
    .containerNewsParent {
        height: auto;
    }
    .containerLocation img {
        height: 100px;
    }
    .containerLocation p {
        font-size: 15px;
    }
    .location_select {
        width: 90%;
        height: 40px;
    }
    .paragraph_card_busi {
        font-size: 16px;
        width: 315px;
        margin: auto;
    }
    .leftBusiness a {
        font-size: 20px;
    }
    .home-heading {
        font-size: 32px;
    }
    #home-brands-mobile {
        padding: 0 25px;
    }
    #home-brands-mobile .subcategory-card-home {
        display: inline-block;
        text-align: center;
    }
    #home-brands-mobile .col-sm-3 {
        width: 24%;
        padding: 0;
        margin: 0;
    }
    #home-brands-mobile .col-sm-4 {
        width: 32%;
        padding: 0;
        margin: 0;
    }
    #home-brands-mobile .subcategory-card-home .square-brand-icon {
        width: 33px !important;
        height: 33px !important;
    }
    #home-brands-mobile .subcategory-card-home .rectengle-brand-icon {
        height: 20px !important;
    }
    #home-brands-mobile .subcategory-card-home .semi-rectengle-brand-icon {
        height: 40px !important;
    }
    #home-brands-mobile .subcategory-card-home .semi-square-brand-icon {
        height: 32px !important;
    }
    #home-brands-mobile .subcategory-card-home .big-rectengle-brand-icon {
        height: 15px !important;
    }
    .one_frnd.extra-width {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {}
.slick-prev:before {
    font-size: 40px !important;
    color: black !important;
}
.slick-next:before {
    font-size: 40px !important;
    color: black !important;
}