@font-face {
    font-family: 'Clash Grotesk';
    src: url(ClashGrotesk-Medium.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}

html {
    scroll-behavior: auto;
    overscroll-behavior: none;
    transition: all 0.3s ease;
}

body {
    font-size: 18px;
    line-height: 1.33;
}

.seller_page_main {
    position: relative;
    max-width: 100vw;
    height: 920px;
}

@media (max-width:700px) {
    .seller_page_main {
        height: auto;
    }
}

.seller_page_main .hero_section {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

@media (max-width:700px) {
    .seller_page_main .hero_section {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
}

.hero_section .hero_left {
    background-color: #121010;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 200px 130px 150px 50px;
}

@media (max-width:700px) {
    .hero_section .hero_left {
        width: 100%;
        gap: 0;
        padding: 100px 10px 50px 10px;
    }
}

.hero_section .hero_left .hero_left_heading {
    padding-bottom: 10px;
    width: 100%;
}

@media (max-width:700px) {
    .hero_section .hero_left .hero_left_heading {
        padding-left: 0px;
        text-align: center;
    }
}

.hero_section .hero_left .hero_left_heading h2 {
    font-size: 80px;
    font-weight: 550;
    line-height: 1em;
    color: #FFFFFF;
    font-family: 'Clash Grotesk', sans-serif;
}

@media (max-width:700px) {
    .hero_section .hero_left .hero_left_heading h2 {
        font-size: 40px;
    }
}

.hero_section .hero_left p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.22em;
    color: #A8ABB8;
    width: 100%;
}

@media (max-width:700px) {
    .hero_section .hero_left p {
        padding-right: 10px;
        text-align: center;
    }
}

.hero_section .hero_left .cta_btn button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 15px 30px 15px 30px;
    background-color: #121010;
    border-radius: 30px;
    border-style: none;
    color: #FFFFFF;
    margin-top: 28px;
    cursor: pointer;
}

@media (max-width:700px) {
    .hero_section .hero_left .cta_btn {
        text-align: center;
        margin: auto;
    }
}

.hero_section .hero_left .cta_btn button:hover {
    background-color: #00072D;
    transition: .3s ease;
}

.hero_section .hero_right {
    width: 50%;
}

@media (max-width:700px) {
    .hero_section .hero_right {
        width: 100%;
        background-color: #121010;
        padding: 0px 20px 40px 20px;
    }
}

.hero_section .hero_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border: none;
}

.seller_page_main .top_nav {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 28px 50px 28px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seller_page_main .top_nav .logo {
    width: 16%;
    cursor: pointer;
}

@media (max-width:700px) {
    .seller_page_main .top_nav {
        padding: 020px;
    }

    .seller_page_main .top_nav .logo {
        width: 45%;
        margin: 0;
        padding: 0;
    }
}

.seller_page_main .top_nav .logo img {
    width: auto;
}

@media (max-width:700px) {
    .top_nav .user_signup {
        display: none;
    }
}

.top_nav .user_signup .login_btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 15px 30px 15px 30px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border-style: none;
    color: #00072D;
    cursor: pointer;
}

.top_nav .user_signup .login_btn:hover {
    background-color: #00072D;
    color: white;
    transition: .3s ease;
}

.top_nav .user_signup .register_btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 15px 30px 15px 30px;
    background-color: #121010;
    border-radius: 30px;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
}

.top_nav .user_signup .register_btn:hover {
    background-color: #00072D;
    transition: .3s ease;
    color: #ffffff;
}

.seller_features_section {
    position: relative;
    max-width: 100vw;
}

.seller_features_section .top_features_section {
    background-color: rgb(251, 249, 249);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 100px 80px 50px;
}

@media (max-width:700px) {
    .seller_features_section .top_features_section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }
}

.seller_features_section .top_features_section .top_features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.seller_features_section .top_features .feature_icon {
    background-color: #121010;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.seller_features_section .top_features .feature_icon img {
    width: 100%;
}

.seller_features_section .top_features p {
    font-size: 24px;
    font-weight: 500;
    line-height: .92em;
    color: #00072D;
    font-family: 'Clash Grotesk', sans-serif;
}

@media (max-width:700px) {
    .seller_features_section .top_features p {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding-bottom: 12px;
        max-width: 9ch;
    }
}

.seller_features_section .bottom_features_section {
    padding: 50px;
    width: 85%;
}

@media (max-width:700px) {
    .seller_features_section .bottom_features_section {
        padding: 10px;
        width: 100%;
    }
}

.bottom_features_section .bottom_feature_title {
    width: 100%;
}

.bottom_features_section .bottom_feature_title h2 {
    font-size: 70px;
    font-weight: 500;
    color: #00072D;
    padding-top: 10px;
    padding-bottom: 50px;
    font-family: 'Clash Grotesk', sans-serif;
}

@media (max-width:700px) {
    .bottom_features_section .bottom_feature_title {
        display: block;
        width: 100%;
    }
}
@media (max-width:700px) {
    .bottom_features_section .bottom_feature_title h2  {
        font-size: 48px;
        padding-bottom: 21px;
        text-align: center;
    }
}

.bottom_features_section .card_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width:700px) {
    .bottom_features_section .card_section {
        grid-template-columns: 1fr;
    }
}

.bottom_features_section .card_section .card {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    cursor: pointer;
}

.bottom_features_section .card_section .card img {
    width: 100%;
}

.bottom_features_section .card_section .card .card_title {
    font-size: 36px;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 500;
}

.bottom_features_section .card_section .card .card_title:hover {
    color: rgb(255, 213, 64);
    transition: 0.3s ease;
}


.bottom_features_section .card_section .card p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44em;
    color: #888888;
}

.seller_features_section .side_logo_section {
    position: absolute;
    right: 10px;
    top: 50px;
}

@media (max-width:700px) {
    .seller_features_section .side_logo_section {
        display: none;
    }
}

.how_it_works_section {
    max-width: 100vw;
}

.how_it_works_section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #FBF9F9;
    width: 100%;
}

@media (max-width:700px) {
    .how_it_works_section .container {
        grid-template-columns: 1fr;
    }
}

.how_it_works_section .left_image_section {
    width: 100%;
    padding-right: 30px;
}
@media (max-width:700px){
    .how_it_works_section .left_image_section {
        padding: 10px;
    }
}

.how_it_works_section .left_image_section img {
    width: 100%;
    object-fit: cover;
    max-height: 935px;
}

.how_it_works_section .right_info_section {
    padding: 80px 0px 120px 100px;
    width: 90%;
}

@media (max-width:700px) {
    .how_it_works_section .right_info_section {
        width: 100%;
        padding: 50px 10px;
    }
}

.right_info_section .info_section_title {
    width: 100%;
}

.right_info_section .info_section_title h2 {
    font-size: 60px;
    color: #00072D;
    font-weight: 500;
    line-height: 0.92em;
    padding-bottom: 35px;
    font-family: 'Clash Grotesk', sans-serif;
}

@media (max-width:700px) {
    .right_info_section .info_section_title h2 {
        font-size: 48px;
        text-align: center;
    }
}

.right_info_section .info_section_info {
    padding: 35px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    align-self: stretch;
    gap: 20px 20px;
    border-top: 1px solid #D9D9D9;
}

@media (max-width:700px) {
    .right_info_section .info_section_info {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding-left: 10px;
    }
}

.right_info_section .info_section_info .count p {
    color: #00072D;
    font-weight: 400;
}

@media (max-width:700px) {
    .right_info_section .info_section_info .count p {
        display: none;
    }
}

.right_info_section .info_section_info .info_box {
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    padding-left: 20px;
}

@media (max-width:700px) {
    .right_info_section .info_section_info .info_box {
        padding-left: 0;
    }
}

.right_info_section .info_section_info .info_box h2 {
    font-size: 36px;
    color: #00072D;
    font-weight: 500;
    line-height: .92em;
    font-family: 'Clash Grotesk', sans-serif;
}

.right_info_section .info_section_info .info_box p {
    font-weight: 400;
    line-height: 1.66em;
    color: #888888;
}

.seller_trial_section {
    max-width: 100vw;
    height: 80vh;
    margin-top: -50px;
}

@media (max-width:700px) {
    .seller_trial_section {
        height: auto;
    }
}

.seller_trial_section .seller_trial_container {
    background-color: #121010;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 200px;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container {
        flex-direction: column;
        padding: 0;
    }
}

.seller_trial_section .seller_trial_container .left_trial_info {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .left_trial_info {
        width: 100%;
    }
}

/* .seller_trial_section .seller_trial_container .left_trial_info .left_trial_heading{
    padding: 10px 0px 0px 0px;
} */
.seller_trial_section .seller_trial_container .left_trial_info .left_trial_heading h2 {
    font-size: 70px;
    font-weight: 550;
    line-height: 1em;
    color: #FFFFFF;
    font-family: 'Clash Grotesk', sans-serif;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .left_trial_info .left_trial_heading {
        padding:20px 10px;
        text-align: center;
    }
    
    .seller_trial_section .seller_trial_container .left_trial_info .left_trial_heading h2 {
        font-size: 50px;
        text-align: center;
    }
}

.seller_trial_section .seller_trial_container .left_trial_info p {
    color: #ffffffa6;
    max-width: 50ch;
    line-height: 1.66em;
    font-weight: 400;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .left_trial_info p {
        padding: 0px 10px;
        text-align: center;
    }
}

.seller_trial_section .seller_trial_container .left_trial_info .cta_btn {
    margin-top: 50px;
}

.seller_trial_section .seller_trial_container .left_trial_info .cta_btn button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 15px 30px 15px 30px;
    background-color: #121010;
    border-radius: 30px;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .left_trial_info .cta_btn {
        margin: auto;
    }
}

.seller_trial_section .seller_trial_container .left_trial_info .cta_btn button:hover {
    background-color: #00072D;
    transition: .3s ease;
}

.seller_trial_section .seller_trial_container .right_trial_images {
    display: flex;
    width: 50%;
    height: 100%;
    gap: 30px;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .right_trial_images {
        flex-direction: column;
        width: 100%;
    }
}

.seller_trial_section .seller_trial_container .right_trial_images .first_image {
    width: 44%;
    height: 100%;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .right_trial_images .first_image {
        width: 100%;
        padding:20px ;
    }
}

.seller_trial_section .seller_trial_container .right_trial_images .first_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller_trial_section .seller_trial_container .right_trial_images .second_image {
    width: 56%;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px;
}

@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .right_trial_images .second_image{
        width: 100%;
        padding-right: 0px;
        padding: 20px;
        display: none;
    }
}

.seller_trial_section .seller_trial_container .right_trial_images .second_image .first {
    width: 100%;
    height: 70%;
}

.seller_trial_section .seller_trial_container .right_trial_images .second_image .first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller_trial_section .seller_trial_container .right_trial_images .second_image .second {
    width: 100%;
    height: 30%;
}
@media (max-width:700px) {
    .seller_trial_section .seller_trial_container .right_trial_images .second_image .second {
        display: none;
    }
}

.seller_trial_section .seller_trial_container .right_trial_images .second_image .second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller_contact_section {
    background-color: #FBF9F9;
}

.seller_contact_section .seller_contact_container {
    padding: 60px 20px;
}
@media (max-width:700px) {
    .seller_contact_section .seller_contact_container{
        padding: 0;
    }
}

.seller_contact_section .seller_contact_container .seller_contact_heading h2 {
    font-size: 150px;
    font-weight: 500;
    color: #00072D;
    text-align: center;
    padding-bottom: 60px;
    font-family: 'Clash Grotesk', sans-serif;
}
@media (max-width:700px){
    .seller_contact_section .seller_contact_container .seller_contact_heading h2 {
        font-size: 40px;
        padding-top: 20px;
    }
}

.seller_contact_section .seller_contact_container .seller_contact_info {
    display: flex;
    gap: 100px 120px;
}
@media (max-width:700px){
    .seller_contact_section .seller_contact_container .seller_contact_info{
        flex-direction: column;
    }
}

.seller_contact_container .seller_contact_info .seller_contact_info_left {
    width: 40%;
}
@media (max-width:700px){
    .seller_contact_container .seller_contact_info .seller_contact_info_left{
        width: 100%;
        padding: 10px;
    }
}

.seller_contact_container .seller_contact_info .seller_contact_info_left img {
    width: 100%;
}

.seller_contact_container .seller_contact_info .seller_contact_info_right {
    width: 60%;
}
@media (max-width:700px){
    .seller_contact_container .seller_contact_info .seller_contact_info_right{
        width: 100%;
        padding: 10px;
    }
}
.seller_contact_container .seller_contact_info .seller_contact_info_right .contact_info_header {
    max-width: 60%;
}
@media (max-width:700px){
    .seller_contact_container .seller_contact_info .seller_contact_info_right .contact_info_header {
        min-width: 100%;
    }
}

.seller_contact_container .seller_contact_info .seller_contact_info_right .seller_info_header h2 {
    color: #00072D;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    width: 100%;
    font-family: 'Clash Grotesk', sans-serif;
}

.seller_contact_container .seller_contact_info .seller_contact_info_right .seller_contact_form {
    padding: 40px 0px 0px 0px;
    text-align: left;
    width: 100%;
}

.seller_contact_info .seller_contact_info_right .seller_contact_form .form_input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

@media (max-width:700px) {
    .seller_contact_info .seller_contact_info_right .seller_contact_form .form_input {
        grid-template-columns: 1fr;
    }
}

.seller_contact_info .seller_contact_info_right .seller_contact_form .form_input input {
    border-style: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
    font-size: 21px;
    background-color: #fbf9f9;
    outline: none;
    width: 100%;
}

.seller_contact_info .seller_contact_info_right .seller_contact_form .form_input select {
    border-style: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
    color: #888888;
    font-size: 21px;
    background-color: #fbf9f9;
    outline: none;
    width: 100%;
}

.seller_contact_info .seller_contact_info_right .seller_contact_form .seller_message {
    border-style: none;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
    font-size: 21px;
    background-color: #fbf9f9;
    outline: none;
    height: 175px;
}

.seller_contact_info .seller_contact_info_right .seller_contact_form button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 15px 30px 15px 30px;
    background-color: #121010;
    border-radius: 30px;
    border-style: none;
    color: #FFFFFF;
    margin-top: 40px;
    cursor: pointer;
}
@media (max-width:700px) {
    .seller_contact_info .seller_contact_info_right .seller_contact_form button {
        margin-bottom: 20px;
    }
}
.seller_contact_info .seller_contact_info_right .seller_contact_form button:hover {
    background-color: #00072D;
    transition: .3s ease;
}