@font-face {
    font-family: Sat_Light;
    src: url(../fonts/Satoshi-Light.otf);
}

@font-face {
    font-family: Sat_Regular;
    src: url(../fonts/Satoshi-Regular.otf);
}

@font-face {
    font-family: Sat_Medium;
    src: url(../fonts/Satoshi-Medium.otf);
}

@font-face {
    font-family: Sat_Bold;
    src: url(../fonts/Satoshi-Bold.otf);
}

@font-face {
    font-family: Clash_Semibold;
    src: url(../fonts/ClashDisplay-Semibold.otf);
}

.f_heading {font-family: Clash_Semibold;}
.f_11{font-size: 11px;}
.f_14{font-size: 14px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.fw_200{font-weight:200}
.fw_300{font-weight:300}
.fw_400{font-weight:400}
.fw_500{font-weight:500}
.fw_600{font-weight:600}
.fw_700{font-weight:700}
.fw_800{font-weight:800}
.fw_900{font-weight:900}

ul li{line-height:30px;}

body {
    font-family: Sat_Regular;
    color: #090909;
}

.banner_bg {
    background-image: url(../images/Banner_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: center;
}

.custom_nav .nav-link.active {
    font-weight: 700;
    opacity: 1;
}

.custom_nav .nav-link {
    font-size: 18px;
    line-height: 24px;
    color: #111111;
    font-weight: 500;
    opacity: 0.7;
    padding: 10px 15px !important;
}

.banner_lft_box h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    color: #090909;
}

.download_btns .btn, .download_btns .btn:hover {
    border: 1px solid #090909;
    font-weight: 700;
    font-size: 20px;
    color: #090909;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: white !important;
}

.download_btns .btn span {
    display: inline-block;
    position: relative;
    top: -4px;
}

.custom_container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.custom_nav {
    /* width: 95%; */
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main_heading h2 {
    font-family: 'Clash Display';
    font-weight: 600;
    font-size: 40px;
    color: #090909;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.section_spacing {
    padding: 90px 0;
}


/* .main_heading h2:after {
    content: '';
    background-image: url(../images/line_divider.svg);
    width: 110px;
    height: 4px;
    position: absolute;
    bottom: -11px;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-size: cover;
} */

.theme_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 28px;
    height: 50px;
    background: #D2983D;
    border-color: #D2983D;
    border-radius: 6px;
    font-size: 18px;
}

.about_content h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #090909;
}

.about_content p {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #3d3d3d;
    letter-spacing: 1px;
}

.feature_icon {
    width: 70px;
    height: 70px;
    background: #D2983D;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature_card h4 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #101828;
}

.text_gray {
    color: #637381;
}





/* Platform css starts */

.platform_card {
    background: url(../images/Platform_bg.png);
    background-position: top center;
    background-size: 100%;
}

.platform_card .nav-tabs {
    width: max-content;
    margin: 0 auto;
    gap: 20px;
    border-bottom: none;
}

.platform_card .nav-item.show .nav-link, .platform_card .nav-link.active {
    background: #D2983D !important;
    color: #FFFFFF !important;
}

.platform_card .nav-tabs .nav-link {
    height: 58px;
    background: #ffffff;
    border: 1px solid #D2983D;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #D2983D;
    padding: 0px 20px;
    text-transform: uppercase;
    min-width: 240px;
}

.laptop_mockup {
    position: absolute;
    left: 0;
    right: -3px;
    margin: 0 auto;
    top: -10px;
    z-index: 9;
}

.laptop_slider .owl-carousel .owl-item img {
    width: max-content;
    margin: 0 auto;
    border-radius: 5px;
}

.laptop_slider {
    position: relative;
}


/* Platform css ends */

/* FAQ css starts */

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}

.bg_light_blue{
    background-color: #ECF4FA;
}

.custom_collapse .accordion-item {
    margin-bottom: 20px;
    border: none;
}

.custom_collapse .accordion-button:not(.collapsed) {
    color: #111111;
    padding-bottom: 0;
    background: #F4F4F4;
    box-shadow: none !important;
}

.custom_collapse .accordion-button {
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #090909;
    background: #F4F4F4;
}

.accordion-body {
    padding-top: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150.7%;
    color: #363049;
    background: #F4F4F4;
}


/* FAQ css ends */

/* Download banner css starts */

.download_btn, .download_btn:hover, .download_btn:focus, .download_btn:active {
    background: black !important;
    border-color: black !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    width: 180px;
}

.download_btn img {
    width: 42px;
    height: 42px;
}

.download_card {
    padding: 50px 0px;
    background: #FAF6EC;
}

/* Download banner css ends */


/* Footer css starts */


footer {
    background: #090909;
    padding: 50px 0 24px;
}

.social_media span {
    background: hwb(0deg 100% 0% / 10%);
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-left: 4px;
}

.footer_divider {
    background: #ffffff;
    opacity: 10%;
    margin: 30px 0px;
}

footer .nav-link, .footer .nav-link:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF !important;
    padding: 0px 6px !important;
}

/* Footer css ends */


.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.bg_lightorange {
    background: #FAF6EC;
}

:focus{
    outline: none !important;
    box-shadow: none !important;
}

.text-yellow{
    color: #af8034 !important;
}
.about-heading{
    font-family: 'Clash Display';
    font-weight: 600;
    font-size: 40px;
    color: #090909;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.h-40{
    height: 40vh !important;
    align-items: center; 
    justify-items: center;
}
.custom-form .form-control {
    padding: 10px 16px;
    border-radius: 8px;
}
.custom-form .form-control:focus {
    border-color: #e2c593;
}
.custom-form .btn-primary {
    background-color: #af8034;
    border-color: #af8034;
    padding: 10px 16px;
    border-radius: 8px;
}

.contact-us {
    /* background-color: #D2983D; */
    text-decoration: none;
    color: #D2983D;
    border-radius: 10px;
    font-size: 21px;
}
.contact-us:hover{
    /* background-color: #a87a30;
    text-decoration: none; */
    color: #cf8b1c;
    /* border-radius: 10px; */
}