@charset "utf-8";

@import url('../fonts/poppins/poppins_stylesheet.css');

body {
    font-family: 'Poppins' !important;
    overflow-x: hidden;
    background-color: #FAFAFA;
}

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.zoom {
    transform: scale(1.07);
}

a {
    text-decoration: none;
}

main {
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    padding: 30px;
}

.main_navbar {
    padding: 15px;
    background-color: #fff;
    border-radius: 50px;
}

.main_navbar .nav-link {
    color: #333333;
    font-size: 13px;
    transition: 0.4s ease;
}

.main_navbar .nav-link:hover {
    color: #FF6D1F;
}

.main_navbar .nav-link.active {
    color: #FF6D1F;
    font-weight: 600;
}

.brand_logo img {
    height: 45px;
}

h1 {
    font-size: 30px;
    color: #042628;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

p,
.p_text {
    font-size: 13px;
    color: #616161;
    font-weight: 400;
}

.large_p {
    font-size: 14px;
    font-weight: 600;
}

hr {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg_dark {
    background-color: #042628;
}

.large_icon {
    height: 40px;
    width: 40px;
}

.text_link {
    color: #333333;
    transition: 0.4s ease;
    font-size: 14px;
}

.text_link:hover {
    color: #FF6D1F;
}

.dark_btn {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #042628;
    font-size: 13px;
    color: #ffffff !important;
    transition: 0.4s ease;
}

.dark_btn:hover {
    background-color: #FF6D1F;
}

.orange_btn {
    border: 1px solid #FF6D1F;
    background-color: #FFFFFF;
    color: #FF6D1F !important;
    font-weight: 500;
}

.orange_btn:hover {
    color: #FFFFFF !important;
}

.text_green {
    font-size: 13px;
    font-weight: 600;
    color: #128A92;
}

.custom_ul {
    font-size: 13px;
    color: #616161;
    list-style-image: url('../images/web/tick.svg');
}

.border_radius {
    border-radius: 10px;
}

.main_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.main_btn {
    width: 15rem;
    height: auto;
}

.main_btn .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #FF6D1F;
    border-radius: 1.625rem;
}

.main_btn .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.main_btn .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.main_btn .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.main_btn .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.main_btn:hover .circle {
    width: 100%;
}

.main_btn:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.main_btn:hover .button-text {
    color: #fff;
}

.header_social {
    margin-top: 100px;
}

.home_top_sec {
    background-color: #ECECEC;
}

.orange_half_bg {
    background-image: linear-gradient(to left, #EDDCD3 20%, rgba(0, 0, 0, 0) 20%);
}

.hero_content_sec {
    background-color: #042628;
    height: 90vh;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 60px;
}

.hero_content_sec,
.second_sec {
    padding-left: 5%;
}

.hero_title_sec {
    z-index: 9;
    position: relative;
}

.second_sec {
    padding-top: 65px;
    padding-bottom: 100px;
}

.slider_orange_bg {
    height: 90vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero_title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.orange_text {
    color: #FF6D1F;
}

.slider_container .card {
    background-color: transparent;
    position: absolute;
    width: 60%;
    height: 100%;
    left: -400px;
    right: 0;
    bottom: 0px;
    margin: auto;
    transition: transform 1s ease, opacity 1s ease;
    border: none;
}

.slider_container {
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 800px;
    max-height: 600px;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.slider_container .cards {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.slider_container img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_container .item-1:checked~.cards .screen-3,
.slider_container .item-2:checked~.cards .screen-1,
.slider_container .item-3:checked~.cards .screen-2 {
    transform: translatex(-40%) scale(0.8);
    opacity: 0;
    z-index: 0;
}

.slider_container .item-1:checked~.cards .screen-2,
.slider_container .item-2:checked~.cards .screen-3,
.slider_container .item-3:checked~.cards .screen-1 {
    transform: translatex(40%) scale(0.8);
    opacity: 1;
    z-index: 0;
}

.slider_container .item-1:checked~.cards .screen-1,
.slider_container .item-2:checked~.cards .screen-2,
.slider_container .item-3:checked~.cards .screen-3 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
}

.slider_container input {
    display: none;
}

.logo_card {
    border-radius: 10px;
}

.logo_slider {
    margin-top: -70px;
}

.half_bg {
    background-image: linear-gradient(to left, #FAFAFA 7%, rgba(0, 0, 0, 0) 7%), url('../images/web/dark_bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 300px;
    margin-top: 250px;
}

.icon_card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon_card .icon_div {
    width: fit-content;
    padding-bottom: 13px;
    border-bottom: 2px solid #FF6D1F;
    margin-bottom: 15px;
}

.why_choose_img {
    width: 375px;
    height: auto;
}

.why_choose_sec {
    margin-top: -508px;
}

.pro_content {
    margin-top: -15px;
    padding: 50px 20px 20px 20px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
}

.pro_img {
    height: 145px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.rating_icon {
    padding: 3px 6px;
    border-radius: 5px;
    background-color: #ffffff;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
}

.rating_icon i {
    color: #F89500;
}

.small_logo {
    border-radius: 100%;
    width: fit-content;
    padding: 11px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.small_logo img {
    height: 50px;
    width: 50px !important;
    object-fit: contain;
}

.product_card .rating_icon {
    bottom: 15px;
    right: 15px;
}

.product_card .small_logo {
    left: 20px;
    bottom: -40px;
}

.deal_price {
    font-size: 26px;
    color: #FF6D1F;
    font-weight: 600;
    line-height: 20px;
}

.deal_price span {
    font-size: 14px;
}

.owl-nav img {
    width: 35px;
    height: 35px;
    padding: 6px;
    background-color: #eeeeee;
    border-radius: 100%;
    transition: 0.4s ease;
}

.deals_slider .slider-card,
.testi_slider .slider-card {
    background: transparent;
}

.app_left_sec {
    background-color: #EDDCD3;
}

.round_icon {
    padding: 10px;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}

.isolation_1 {
    bottom: -100px;
    left: -290px;
    z-index: -1;
}

.app_character img {
    height: 520px;
}

.app_mobile {
    bottom: -30px;
    left: -130px;
}

.app_mobile img {
    height: 460px;
}

.download_btn img {
    height: 40px;
    transition: 0.4s ease;
}

.download_btn img:hover {
    transform: scale(1.1);
}

.top_half_bg {
    background-image: linear-gradient(to top, #F8F8F8 20%, rgba(0, 0, 0, 0) 20%), url('../images/web/dark_bg.jpg');
}

.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2em;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.switch_slider:before {
    position: absolute;
    content: "";
    height: 1.6em;
    width: 1.6em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: white;
    transition: 0.4s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switch input:checked+.switch_slider {
    background-color: #FF6D1F;
}

.switch input:focus+.switch_slider {
    box-shadow: 0 0 1px #FF6D1F;
}

.switch input:checked+.switch_slider:before {
    transform: translateX(2em);
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.switch_slider:after {
    content: "NO";
    color: white;
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    transition: opacity 0.4s;
    opacity: 1;
}

.switch input:checked+.switch_slider:after {
    content: "YES";
    left: 0.75em;
    opacity: 1;
    right: auto;
}

.text_card {
    padding: 35px 22px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}

.text_card .custom_ul {
    min-height: 127px;
}

.affiliate_img {
    bottom: -50px;
    left: 50px;
}

.affiliate_img img {
    height: 390px;
}

.newsletter_form {
    border-radius: 10px;
}

.newsletter_form input {
    border: none;
    font-size: 13px;
}

.newsletter_form button {
    background-color: #FF6D1F;
    color: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    transition: 0.4s ease;
}

.newsletter_form button:hover {
    background-color: #042628;
}

.testi_left_img {
    height: 460px;
    z-index: 999;
    position: relative;
}

.testi_art img {
    height: 400px;
}

.user_img {
    padding-right: 20px;
    border-right: 1px solid #d3d3d3;
}

.user_img img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.testi_card {
    padding: 34px;
    border-radius: 10px;
    background-color: #ffffff;
}

.custom_tabs .nav-link.active,
.nav-tabs .show>.nav-link {
    color: #ffffff;
    font-weight: 600;
    background-color: #FF6D1F
}

.custom_tabs .nav-link {
    color: #FF6D1F;
    font-weight: 500;
    background-color: #ffffff;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 22px;
    transition: 0.4s ease;
}

.custom_tabs .nav-link:hover {
    background-color: #FF6D1F;
    color: #ffffff;
}

.custom_tabs .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    margin-top: 30px;
    border-top: 8px solid #FF6D1F;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.accordion-button:after {
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067";
    color: #333333;
    float: right;
    transform: rotate(180deg) !important;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    color: #ffffff !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #FF6D1F !important;
}

.accordion-body p {
    margin-bottom: 0px !important;
}

.accordion-body {
    background-color: #FFF5EF;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 10px !important;
}

.accordion-item {
    border: none !important;
    margin-bottom: 15px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.accordion-button:focus {
    border: none !important;
}

.faq_bg_sec {
    min-height: 560px;
    background-position: center;
    background-size: cover;
}

.faq_img {
    left: -100px;
    bottom: 0px;
}

.faq_img img {
    height: 470px;
}

.vid_card p {
    font-weight: 600;
    color: #333333;
}

/*inner_pages styles*/

.inner_hero_sec .hero_content_sec {
    height: 350px;
    padding-bottom: 12px;
}

.inner_hero_sec .slider_orange_bg {
    height: 350px;
}

.inner_hero_sec .hero_title {
    font-size: 30px;
}

.inner_hero_img {
    height: 240px;
}

.page_breadcrumbs {
    font-size: 13px;
}

.page_breadcrumbs a {
    color: #FFFFFF;
    font-style: italic;
}

.page_breadcrumbs .breadcrumb-item.active {
    font-weight: 600;
    color: #ffffff;
    font-style: italic;
}

.site_pagination .page-link {
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    background-color: transparent;
    color: #616161;
    font-size: 14px;
    padding: 12px 16px;
    transition: 0.4s ease;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.site_pagination .page-link:hover {
    background-color: #eeeeee;
}

.site_pagination .disabled .page-link {
    border: 1px solid #042628;
    background-color: #042628;
    color: #ffffff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 6px;
}

.vendor_card {
    padding: 20px;
    background-image: url('../images/web/vendor_card_bg.png');
    background-size: cover;
    background-position: bottom right;
    border-radius: 10px;
    margin-top: 45px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vendor_logo {
    padding: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    width: fit-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 15px;
    margin-top: -60px;
    border-left: 3px solid #FF6D1F;
}

.vendor_logo img {
    height: 70px;
    width: 70px;
    border-radius: 20px;
}

.filter_row_wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.filter_row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
    scroll-behavior: smooth;
    gap: 10px;
}

.filter_btn img {
    height: 20px;
    width: 20px;
}

.filter_btn {
    font-size: 13px;
    color: #333333;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #ffffff;
    width: fit-content;
    white-space: nowrap;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.filter_btn:hover {
    background-color: #fb8c52;
}

.filter_btn.active {
    background-color: #fb8c52 !important;
}

.filter_row::-webkit-scrollbar {
    display: none;
}

.filter_row_wrapper .right-arrow,
.filter_row_wrapper .left-arrow {
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45px;
    cursor: pointer !important;
    transition: 0.4s ease;
}

.filter_row_wrapper .right-arrow {
    right: 0px;
}

.filter_row_wrapper .left-arrow {
    right: 40px;
}

.filter_row_wrapper .right-arrow:hover,
.filter_row_wrapper .left-arrow:hover {
    background-color: #fb8c52;
}

.footer_logo img {
    height: 60px;
    width: auto;
}

.footer_sec p,
.footer_sec h3 {
    color: #D0D0D0;
}

.social_icon {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #FF6D1F;
    border-radius: 3px;
    color: #ffffff;
    transition: 0.4s ease;
}

.social_icon:hover {
    color: #333333;
    background-color: #EDDCD3;
}

.footer_links p a,
.copyright_sec a {
    color: #D0D0D0;
    transition: 0.4s ease;
}

.footer_links p a:hover,
.copyright_sec a:hover {
    color: #FF6D1F;
}

.footer_con_flex {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer_con_flex svg {
    width: 22px;
    fill: rgb(255, 255, 255);
}

.scroll-top-element {
    background-color: #FF6D1F !important;
    right: 15px !important;
    z-index: 999999999 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top-element:hover {
    color: #ffffff !important;
    background-color: #042628 !important;
}

::-webkit-scrollbar {
    background: #042628;
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #FF6D1F;
}

::-webkit-scrollbar-thumb {
    background: #FF6D1F;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FF6D1F;
}

.waitlist_box {
    padding: 30px;
    border-radius: 10px;
    background-color: #EDDCD3;
    margin-top: -80px;
}

.modal-header .btn-close {
    background-color: #FF6D1F;
    opacity: 1;
    padding: 15px;
    border-radius: 30px;
    background-image: url('../images/web/close.svg');
}

.form-floating {
    font-size: 13px;
    height: 58px;
}

.form-floating input {
    font-size: 13px;
}

.plans_slider h3 {
    min-height: 39px;
}

.plan_price_div {
    min-height: 56px;
}

h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #616161;
}

.custom_ul li {
    margin-bottom: 10px;
}

.secondary_ul {
    font-size: 13px;
    color: #616161;
    list-style: disc;
    margin-top: 10px;
}

.secondary_ul li {
    margin-bottom: 8px;
}