@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
* {
    box-sizing: border-box;
}


body{
    direction: ltr;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}
 
header {
    background:  #06212D;
}

.navbar {
    border-radius: 0;
    margin: 0;
    padding-top: 30px;
    transition: all 0.5s ease 0s;
}

.navbar .container{
    padding-bottom: 30px;
}
.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px #000;
    padding: 0;
}

.navbar-brand{
    display: flex;
    flex-direction: row;
}
.navbar-brand  img {
    width: 49px;
}
.site__title{
    padding: 7px 0 0 7px;
    color: #ffffff;
}
.navbar__links{
    display:flex; 
    justify-content:space-between;
}

.navbar__burger {
    display: none; 
    cursor: pointer;
    padding: 10px;
}

.navbar__burger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 7px;
}

.navbar-nav{
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav li{
    display: inline-block;
    position: relative;
    margin-right:30px;
}

.navbar-nav li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 7px;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    text-align: center;
}
.navbar-nav  li  a:focus, .navbar-nav  li  a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0.6;
}

.navbar-nav li ul.dropdown li{
    display: block;
}

.navbar-nav li ul.dropdown{
    width: 307px;
    position: absolute;
    z-index: 6;
    display: none;
    background:  #06212D;
}

.navbar-nav li a:hover{
    background:  #06212D;
}

.navbar-nav li:hover ul.dropdown{
    display: block;
}

.home{
    background: url(media/fade_1366x7680.png) no-repeat;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.home .container{
    padding: 30px;
}

.home__img{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.home__img img {
    max-width: 100%;
    padding: 30px;
}

.home-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.home-title img {
    width: 49px;
}

.home-title h2{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.home p{
    text-align: center;
}

.home .phone{
    text-align: center;
}

.service {
    background:  #fff;
    padding-bottom: 28px;
}

.section-title{
    margin: 60px 0 60px 0;
    text-align: center;
}

.service .row{
    display: flex;
    align-content: center;
}

.service__block {
    padding: 28px;
    transition: .3s;
        box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #65f996;
    display: flex;
    flex-direction: column;
}

.service__block:hover {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-7px);
    transition: .3s;
    background: #06212D;
    color: #ffffff;
}
.service-icon {
    margin-top: 45px;
    text-align: center;
    padding-bottom: 20px;
}

.service-icon i {
    font-size: 45px;
}
.service-content {
    display: block;
    overflow: hidden;
    text-align: center;
}


.about__section {
    padding: 49px;
    background: #06212D;
    color: #ffffff;
}

.about__title h2 {
    margin-bottom: 45px;
    text-align: center;
}

.about__title  p {
    margin: 0 0 28px;
    text-align: center;
}

.about__image img{
    max-width: 100%;
    transition: .3s;
}

.about__image img:hover {
    transition: .3s;
    transform: translateY(-5px);
}

.napoda-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.category__title{
    text-align: center;
    padding: 49px;
}

.napoda-area .row {
    padding: 10px;
}

.napoda-area__img{
    transition: .3s;
}

.napoda-area__img:hover {
    transition: .3s;
    transform: translateY(-7px);
}

.napoda-area a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.napoda-area__block {
    margin-top: 20px;
    transition: .3s;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #65f996;
}

.napoda-area .napoda-area__block:nth-child(even) .row{
    flex-direction: row-reverse !important; 
}

.napoda-area__block:hover {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: .3s;
}

.napoda-area__content{
    padding: 10px;
}

.napoda-area__content h6{
    padding-top: 20px;
}

.napoda-area__content span {
    font-weight: 400;
    text-decoration: underline;
}

.napoda-area__content p {
    padding-top: 20px;
}

.napoda-area__bottom a{
    font-size: 18px;
}

.price{
    display: flex;
    font-weight: 400;
    font-size: 18px;
    padding-top: 20px;
}

.napoda-area__btn{
    float: right;
    padding: 20px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #FFF;
    background-color:#e4bad4;
    transition: .4s;
    margin-top: 20px;
}

.napoda-area__btn:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #e4bad4 100%);
}

.napoda-area__btnB{
    float: left;
    padding: 20px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    background-color:#e4bad4;
    transition: .4s;
    margin-top: 20px;
}

.napoda-area__btnB:hover{
    background-image: linear-gradient(45deg, #FFC107 0%, #e4bad4 100%);
}

.clients{
    background: #06212D;
    padding-top: 60px;
    padding-bottom: 60px;
}


.client__block{
    display: flex !important;
    padding-top: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 20px;
}

.client__block img{
    width: 99px;
    height: 99px;   
    margin: 0 auto;
    border-radius: 50%;
}


.clients p {
    color: #ffffff;
    text-align: center;
}
.clients h4{
    color: #ffffff;
    text-align: center;
}
.client__block p {
    color: #ffffff;
    font-size: 18px;
    font-weight:  300;
    line-height: 1.5;
    margin: 0 0 30px;
    text-align: center;
    padding-top: 10px;
}
.client__block h4 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}
.input-maincontainer__element{
    display: block;
    width: 100%;
    padding: 20px 30px;
    margin: 10px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-maincontainer__element{
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 20px 30px;
    width: 100%;
}
.contact{
    background:#fff;
    padding-top:  99px;
    padding-bottom: 130px;
}


.accordion__title{
    text-align: center;
    padding-bottom: 20px;
}

.accor__box{
    padding-bottom: 20px;
}
.contentBox{
    position: relative;
    padding: 10px;
}

.contentBox .label{
    position: relative;
    padding: 10px;
    background: #06212D;
    color: #ffffff;
    cursor: pointer;
} 

.contentBox .label:before{
    content: '+';
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    font-size: 20px;
}
.contentBox.active .label:before{
    content: '-';
}

.contentBox .content{
    position: relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.contentBox.active .content{
    height: 145px;
    padding: 10px;
}

.contact-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0  30px 0px rgba(0, 0, 0, 0.1);
    padding: 56px 30px;
}

.contact-form .section__title{
    margin: 7px 0 7px 0 !important;
    text-align: center;
}

.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 7px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.form-group {
    padding-top: 20px;
}

.form-check{
    padding-top: 7px;
    padding-left: 40px;
}

.contact .col .actions{
    width: 100%;
}
.actions{
    padding-top: 10px;
    text-align: center;
}
.form-group textarea {
    height: 109px;
}
.form-group  button {
    border: none;
}
.btn-contact-bg {
    background: #06212D;
    border-radius: 7px;
    color: #ffffff;;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #f55160;
    color: #fff;
}

.copyright{  
    background: #06212D;
    padding-top: 109px;
    padding-bottom: 109px;
}

.copyright__block{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.copyright .contact-info{
    display:flex; 
    align-items:center; 
    margin-bottom: 40px;
}

.copyright .contact-info  h6{
    font-size: 18px; 
    margin-bottom: 7px;
    color: #ffffff;
    text-align: center;
}
.copyright .contact-info  span{
    position: relative;
    color: #383737;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}
.copyright .contact-info  span a{
    color: #ffffff; 
    text-decoration: none;
}
.copyright .contact-info  span a:hover{
    color: #ffffff;
    text-decoration: none;
}

.politics{
    display: flex;
    justify-content: center;
}
.politics a{
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff;
}     
.politics a:hover{
    font-size: 18px;
    color:#00ffb3; 
}       

.logo__image {
    padding-top: 10px;
}

.napoda-area__details{
    padding-top: 109px;
    padding-bottom: 109px;
}

.napoda-area__details .container{
    padding: 30px;
}

.napoda-area__details .row{
    display: flex;
}

.napoda-area__details .col{
    padding-top: 10px;
}

.products__details, .similar_products{
    padding:  60px 0;
}

.product-unit{
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.napoda-area__details .code span{
    text-decoration: underline;
}

.napoda-area__details .price span{
    font-weight: 400;
    text-decoration: underline;
}

.related__napoda-area{
    background: #ffffff; 
    padding-top: 99px;
    padding-bottom: 119px;
}

.related__napoda-area .container{
    color: #000;
}

.product-unit{
    display: flex;
}

.related__napoda-area .box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.related__napoda-area h2{
    text-align: center;
    padding-bottom:30px;
}

.prod__img{
    padding-top: 20px;
}

.prod__content{
    padding-top: 20px;
}

.prod__content a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}


.contacts{
    padding-top: 56px;
    padding-bottom: 56px;
}

.contacts .row {
    display: flex;
}

.contacts .reach-out-info{
    display:flex; 
    align-items:flex-start; 
    align-items:center; 
    margin-bottom: 40px;
}

.info__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}

.contacts .reach-out-info .icon{
    width: 99px;
    height: 99px;
    font-size: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
.contacts .reach-out-info .content h6{
    font-size: 18px; 
    margin-bottom: 7px;
}
.contact .contact-info .content span{
    position: relative;
    color: #383737;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.contacts .reach-out-info .content span a{
    color: #383737; 
    text-decoration: none;
    word-break: break-all;
}
.contacts .reach-out-info .content span a:hover{
    color: #383737; 
    text-decoration: none;
}

.pay .row{
    padding: 40px;
}

.return .row{
    padding: 40px;
}

.wholesale__customer .row{
    padding: 40px;
}

.privacy .row{
    padding: 40px;
}

.button-1{
    display: inline-block;
    padding: 20px 25px;
    border-radius: 20px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 20px;
}

.button-2{
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    border-radius: 4;
    font-weight: 700;
    color: #FFF;
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 20px 20px 0 0;
    transition: .4s;
}

.button-4{
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    border-radius: 4;
    transition: .4s;
}

.button-5{
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    color: #ff7c5c;
    font-weight: 700;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}         



@media (max-width: 440px) {
    .napoda-area__bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 767px) {
    .service .content{
        flex-direction: column !important;
    }

    .napoda-area__details .row{
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {
    .politics{
        flex-direction: column;
    }

    .napoda-area__details .row{
         flex-direction: column;
    }

    .products__details .row{
        display: flex !important;
        flex-direction: column !important;
    }

    .navbar .container{
        flex-direction: column !important;
    }

    .navbar__links ul.show {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .navbar__links ul {
        display: none; 
        background-color: #06212D;;
        padding: 10px;
    }

    .navbar__burger {
        display: block; 
    }

    .navbar__links ul.show {
        display: block;
    }
}  

.privacy{
    overflow: hidden;
}

.map iframe{
    border: none;
}

.privacy-link{
    color: black;
}

.napoda-area__img a{
    display: inline-block;
    width: 100%;
    height: auto;

    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 576px){
    
.napoda-area__img a{
    height: 283px;
}
}
@media (min-width: 768px){
    
.napoda-area__img a{
    height: 307px;
}
}
@media (min-width: 992px){
    
.napoda-area__img a{
    height:  428px;
}
}