body{
    font-family: Roboto!important;
    color: #313131;
    text-align: left;
}

::placeholder{
    color: #000000!important;
}

input, select{
    border: 1px solid #707070!important;
}


.nav-link, .nav-link.active {
    color: white!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    font-family: Poppins;
    font-size: 13px;
}

.narin-heading-black{
    font-family: Poppins;
    font-size: 60px;
    color: #313131;
}

.narin-heading-black-whitebrdr{
    font-family: Poppins;
    font-size: 70px;
    color: #000000;
    text-shadow: 0px 0px 2px white;
    padding-left: 8px!important;
}

.narin-heading-white{
    font-family: Poppins;
    font-size: 80px;
    color: #ffffff;
}

.heading-summary{
    font-size: 20px;
    padding-bottom: 3rem;
}

.narin-button{
    border: 2px solid #707070;
    border-radius: 1rem;
    padding: 0.2rem 4rem;
    background-color: transparent;
}

.narin-button-white{
    border: 2px solid white;
    color: white;
    border-radius: 1rem;
    padding: 0.2rem 2rem;
    background-color: black;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev, .swiper-button-next{
    color: white;
}

.narin-urun-box{
    border: 2px solid white;
    color: white;
    border-radius: 1rem;
    padding: 1rem 1.8rem;
    background-color: black;
    text-align: left;
}

.narin-urun-box-name{
    font-size: 34px;
    font-weight: 400;
}

.narin-urun-box-desc{
    font-size: 14px;
}

.narin-swiper-buttons{
    color: white;
    font-size: 24px;
    font-width: 600;
    padding-left: 1rem;
}

.narin-green-background{
    background-color: #DDE6BF;
    color: #000000;
}

.narin-footer{
    background-color: black;
    padding: 5rem;
    margin: auto;
}

.narin-footer h1, .narin-footer h2, .narin-footer h3, .narin-footer h4, .narin-footer h5 {
    color: #848484 ;
    font-size: 14px
}

.narin-footer-menu{
    list-style: none;
    padding: 0rem;
    color: white;
    font-size: 12px;
}

.footer-bottom{
    background-color: #f3f3f3;
    text-align: right;
    font-size: 12px;
}
.nav-pills{
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #000000;
}

.nav-pills .nav-link {
    background: #ffffff ;
    border: 1px solid #000000 ;
    color: #000000!important ;
    font-size: 1.1rem ;
}

.nav-pills .nav-link.active {
    background: #000000;
    color: #ffffff !important;
}

.nav-pills .nav-item {
    padding: 1.5rem;
}

.product-image{
    max-width: 100%;
}

.product-name{
    font-weight: bold;
}


.narin-form .form-group{
    padding-top: 0.7rem;
}

.narin-form .last{
    padding-bottom: 0.7rem;
}

.btn-narin-form{
    background-color: transparent;
    color: black;
    border: none;
    font-size: 1.25em;
}

/*custom select*/

.custom-select-btn{
    border: 1px solid #707070;
    color: #000000 ;
}

.select-dropdown-menu{
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    display: none;
}