﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

* {
    font-family: 'DM Sans', Helvetica, Arial, sans-serif;
}
/* variables */
:root {
    --color-primary: #002f34;
    --color-para: #406367;
}

.material-symbols-outlined {
    margin: 0;
    padding: 0;
}


/* utitlity classes */
.color-primary {
    color: var(--color-primary);
}

.background-primary {
    background-color: var(--color-primary);
}

.rounded-start-0 {
    border-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rounded-end-0 {
    border-radius:100px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

.color-para {
    color: var(--color-para);
}

.custom-btn-outline-primary {
    background-color: var(--color-primary);
    border: 4px solid var(--color-primary);
    color: white;
}

    .custom-btn-outline-primary:hover {
        background-color: white;
        color: var(--color-primary);
    }

/* google fonst icons */

/* resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Schibsted Grotesk", sans-serif;*/
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* styles */

/* navbar */
.navbar {
    background-color: #eff1f3;
}


.custom-dropdown-btn {
    color: #002f34;
    font-family: "Roboto", sans-serif;
}

.select-lang {
    outline: none;
}

.searchbar-mobile {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

@media only screen and (max-width: 768px) {
    .sell-btn {
        width: max-content;
        align-self: center;
    }

    .location-dropdown {
        width: 100% !important;
    }

    .location-select {
        width: 100% !important;
    }
}

/* categories */

.categories-container {
    margin-top: 5rem;
}

.categories-dropdown {
    width: 62.5rem;
}

.category-item:hover {
    color: rgb(49, 141, 141) !important;
}

@media only screen and (max-width: 768px) {
    .categories-container {
        margin-top: 0;
    }
}

/* Banner */
#banner {
    /* background-image: url("../assets/Images/banner1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 8.5rem; */
}

/* #banner-mobile {
  background-image: url("../assets/Images/banner-mobile.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
.banner-mobile-inner {
    background-color: #2f76fe;
}

/* categories mobile horizontal scroll */

.categories-card {
    cursor:pointer;
    flex: 0 0 auto;
   /* width: 140px;*/
    /*background:red;*/
}

.categories-card-text {
    font-size: 0.8rem;
    margin: 0;
    text-align: center;
    font-weight: 500;
}

.scrolling-wrapper {
    width:100%;
    overflow:auto;
    /*display: none;*/
}

/* Product card */

.product-card-img {
    height: 11rem;
}

.product-card-location {
    font-size: 0.625rem;
}

/* bottom banner */
.download-btn-bottombanner {
    width: 8rem;
    height: 2.5rem;
}

/* Footer */
.footer-top-custom {
    background-color: #ebeeef;
}

.link-secondary:hover {
    color: rgb(0, 0, 0) !important;
}

.social-btn {
    height: 30px;
    width: 30px;
    fill: #002f34a3;
}

.followus-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.footer-bottom-custom {
    background-color: #002f34;
}

.other-locations {
    font-size: 0.75rem;
}

/* single Product page styling */
.single__productLocation {
    font-size: 0.75rem;
}

.icon-btn {
    width: 35px;
    height: 35px;
    background-color: transparent;
}

    .icon-btn:hover,
    .icon-btn:active {
        background-color: whitesmoke;
    }

.product-carousel.carousel .carousel-item {
    height: 500px;
}

    .product-carousel.carousel .carousel-item img {
        margin: 0 auto;
        object-fit: contain;
        height: 500px;
    }

.google-icon {
    fill: var(--color-primary);
}

.chat-with-btn:hover {
    /* outline styled btn */
    background-color: rgb(239, 239, 239);
}

/* profile page */
.btn-hover:hover {
    background-color: rgb(239, 239, 239) !important;
}
.btn-primary.clicked {
    background-color: #4d3721;
}


.nav-button,
.nav-button-selected {
    padding: 10px 12px;
    color: #002f34;
    cursor: pointer;
    transition: 0.3s all;
    margin-right: 6px;
    border: 1px solid transparent;
}

.nav-button-selected {
    border-radius: 100px;
    border: 1px solid #e0e0e0;
}

.nav-button:hover {
    background-color: #ededed;
    border-radius: 100px;
    transition: 0.3s all;
}

.nav-button-selected {
}

.navbar {
    background-color: white;
    /*border-bottom: 1px solid #ffc107;*/
}

.searchText {
    font-size: 13px;
}

.font-verysmall {
    font-size: 11px;
}


.font-small {
    font-size: 13px;
}

.mt-minus-5 {
    margin: 0px;
    margin-top: -1px;
}

.sign-in-button {
    margin-right: 16px;
    transition: 0.3s all;
    cursor: pointer;
}

    .sign-in-button:hover {
        transition: 0.3s all;
        text-decoration: underline
    }

.card {
    transition: 0.3s all;
}

    .card:hover {
        transition: 0.3s all;
        box-shadow: 0px 0px 20px 2px #00000023;
    }


.text-lightgray {
    color: #c0c0c0;
}

.profile-icon-div {
    cursor: pointer;
}

.profile-modal-tabs-grid {
    display: grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-template-columns: 1fr;
}

.profile-modal-tab-item {
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s all;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #00000023;
}

    .profile-modal-tab-item:hover {
        border-radius: 5px;
        transition: 0.3s all;
        box-shadow: 0px 0px 1px 1px #00000093;
    }



.ad-details-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.ad-details-column {
    display: grid;
    column-gap: 5px;
    grid-template-columns: 1fr 1fr;
}




@media (min-width:768px) {
    .profile-modal-tabs-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width:1000px) {
    .profile-modal-tabs-grid {
        grid-template-columns: 1fr 1fr;
    }
}
