@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
body{
    overflow: hidden;
    font-family: "Oswald", sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}

/* Fullscreen overlay for the splash screen */
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    color: transparent; /* Text starts transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 2em;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 999999;
}

/* Text animation */
#splash-screen span {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, transparent 50%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    animation: loadText 3s forwards; /* 3 seconds for animation */
}

/* Keyframes for the text animation */
@keyframes loadText {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

/* Fade-out effect */
#splash-screen.hidden {
    opacity: 0;
    pointer-events: none;
}

/*<!---------HEADER START--------->*/
.navbar-brand1{
    text-align: center;
}
.navbar-brand img{
    width: 130px;
}
.bg-navi{
    background: #1a1a1a;
}
.nac-d{
    position: relative;
    z-index: 99;
}
.nav-link{
    text-transform: uppercase !important;
    color: #ffffff !Important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    padding: 0 !important;
    margin-right: 30px !important;

}
.nav-link:hover{
    color: #ffffff !Important;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: #141414;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.search-div{
    color: #ffffff;
    transition: 0.5s;
    font-size: 14px;
}
.ad-12{
    display: inline-block;
}
/*.search-div:hover{
    color: #3daddf;
}*/
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #ffffff;
    float: left;
    width: 80%;
    background: transparent;
    color: #ffffff;
}
.overlay input::placeholder{
    color: #ffffff;
}
.overlay input[type=text]:focus{
    border: none !important;
}


/*.overlay input[type=text]:hover {
    background: #f1f1f1;
}*/



.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: transparent;
    font-size: 26px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    height: 58px;
    transition: 0.5s;
}

.hvr-underline-from-left:before{
    height: 2px !important;
    background: #ffffff !important;
}
.overlay-content {

    position: relative;

    top: 46%;

    width: 80%;

    text-align: center;

    margin-top: 30px;

    margin: auto;

}
/*.overlay button:hover {

    background: #a1387a;

}*/
.hvr-underline-from-center:before{
    height: 2px !important;
    background: #ffffff !important;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1s;
}
.banner-div img{
    width: 100%;
}
.carousel-caption {
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-caption h5{
    font-size: 4vw;
    text-align: center;
    color: #8CC63F;
    font-weight: 700;
    text-transform: uppercase;
}
.carousel-caption h6{
    font-size: 1.5vw;
    text-align: center;
    color: #1a1a1a;
    /*text-transform: uppercase;*/
}
.carousel-caption button{
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    background: #8CC63F;
    padding: 10px 35px;
    font-size: 14px;
    /*border: 2px solid #ffffff;*/
    color: #141414;
    transition: 0.5s;
    color: #ffffff;
}
.carousel-caption button:hover{
    background-color: #1a1a1a;
    /*color: #ffffff;*/
}
.carousel-control-next, .carousel-control-prev{
    top: 45%;
    width: 50px;
    height: 50px;
    background: #141414;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
.carousel-indicators li{
    background-color: #ffffff;
}
.banner-div:hover .carousel-control-next{
    opacity: 1;
    right: 2%;
}
.banner-div:hover .carousel-control-prev{
    opacity: 1;
    left: 2%;
}
.carousel-control-prev:hover{
    background: #8CC63F;
}
.carousel-control-next:hover{
    background: #8CC63F;
}
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #CDDC39;
}
.top-bg{
    width: 100%;
    background-color: #0d0d0d;
}
.top-contact ul li{
    list-style: none;
}
.top-contact ul li a{
    color: #ffffff !important;
    text-decoration: none;
    font-size: 11px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 4px;
}
.top-contact ul li a span{
    color: #999999;
}
.left-b {
    border-right: 1px solid #999999;
}
.newstitle{
    text-align: right;
}
.newstitle h5{
    text-transform: uppercase;
    font-size: 11px;
    color: #999999;
    letter-spacing: 2px;
    margin: 0;
    padding-top: 6px;
}
.newsSlide{
    text-align: left;
}
.newsSlide p{
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-top: 4px;
}
.newstitle1{
    text-align: right;
}
.newstitle1 h5{
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    padding-top: 5px;
}
.top-social{
    float: right;
}
.top-social ul li{
    list-style: none;
    display: inline-block;
}
.top-social ul li a{
    text-decoration: none;
    color: #999999;
    display: block;
    font-size: 15px;
    margin-right: 15px;
    transition: 0.5s
}
.top-social ul li a span{
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    margin-right: 15px;
}
.top-social ul li a:hover{
    color: #ffffff;
}
.search-icon{
    position: relative;
    top: -8px;
}
/*<!---------HEADER End--------->*/
/*===============
BANNER
==============*/
.banner-area{
    height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
}


.main1 {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item1 {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

    &:nth-child(1), &:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 220px); }
    &:nth-child(5) { left: calc(50% + 440px); }
    &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}
.content1 p{
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
    color: #ffffff;
}
.content1 {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    /*font: 400 0.85rem helvetica,sans-serif;*/
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;

    & .title1 {
        text-transform: uppercase;
        color: #8CC63F;
        font-weight: 700;
        font-size: 36px;
    }

    & .description1 {
        line-height: 1.7;
        margin: 1rem 0 1.5rem;
        font-size: 0.8rem;
        color: #ffffff;
    }

    & button {
        border-radius: 0;
        border: none;
        background: #ffffff;
        color: #0d0d0d;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px 45px;
        font-weight: 600;
    }
}

.item1:nth-of-type(2) .content1 {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}







/*======BANNER END======*/
/*<!------------BODY START---------------->*/
.cus-p{
    padding: 0;
}
.pmain{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-pmain{
    width: 100%;
}
.img-logo{
    width: 100px !important;
    position: relative;
    bottom: 40px;
    opacity: 0;
    transition: 1.2s;
}
.pmain:hover .img-logo{
    opacity: 1;
}
.p-overlay{
    position: absolute;
    bottom: 0;
    left: -100%;
    right: 0;
    background-color: #8CC63F;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .4s ease;
    width: 100%;
}
.pmain:hover .p-overlay{
    left: 0;
}
.ptext-area{
    position: absolute;
    top: 50px;
    left: 50px;
}
.ptext-area{
    color: #ffffff;
}
.ptext-area h5{
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Yantramanav", sans-serif;
    position: relative;
    z-index: 999999;
    margin-top: 10px
}
.ptext-area h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 999999;
}
.ptext-area button{
    background: transparent;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 999999;
}

.ptext-area button:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #ffffff;
    height: 1px;
    width: 20px;
    transition: 0.5s
}
.ptext-area button:hover::before{
    width: 100%;
}
.ptext-area h2{
    color: #8CC63F;
    font-size: 20rem;
    position: relative;
    top: -75px;
    z-index: 1;
    transition: all 1.2s;
    opacity: 0;
}
.pmain:hover .ptext-area h2{
    color: #90ce3e;
    opacity: 1;
}
.pname{
    text-align: center;
    text-transform: uppercase;
}
.pname h4{
    font-family: "Yantramanav", sans-serif;
    color: #8CC63F;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 400;
}
.pname h2{
    color: #0d0d0d;
    font-size: 50px;
    font-weight: 600;
}
.pname h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.bg-1{
    background: #f7f7f7;
    width: 100%;
}
.bg-uni{
    background-image: url(../img/bg-gloves.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pname1{
    text-align: left;

    padding: 200px 0 200px 70px;
}
.pname1 h4{
    font-family: "Yantramanav", sans-serif;
    color: #b6b6b6;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
}
.pname1 h2{
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
}
.pname1 p{
    color: #8a8a8a;
    font-family: "Yantramanav", sans-serif;
    font-size: 18px;
    line-height: 25px;
}
.pname1 button{
    border: 1px solid #b6b6b6;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 44px;
    transition: 0.5s;
}
/*.pname1 button:hover{
    border-color: transparent;
}*/
.hvr-sweep-to-right:before{
    background: #8CC63F !important;
    height: 104% !important;
    width: 102% !important;
    top: -1% !important;
    left: -1% !important;
}
.play-pic{
    padding-top: 100px;
    padding-bottom: 50px;
}

.about-bg{
    background-image: url(../img/about-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-img img{
    width: 100%;
}
.pname2 h4{
    font-family: "Yantramanav", sans-serif;
    color: #8CC63F;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
}
.pname2 h2{
    color: #0d0d0d;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.pname2 p{
    color: #8a8a8a;
    font-family: "Yantramanav", sans-serif;
    font-size: 18px;
    line-height: 25px;
}
.pname2 button{
    border: 1px solid #b6b6b6;
    background: transparent;
    color: #0d0d0d;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px 44px;
    transition: 0.5s;
}


.proMain{
    position: relative;
    width: 100%;
}
.img-div{
    /*border: 1px solid #ededed;*/
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
    transition: 0.5s;
}
.img-div img{
    transition: filter 0.5s ease;
}

.proMain h4{
    font-family: "Yantramanav", sans-serif;
    color: #b6b6b6;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}
.proMain h3{
    color: #0d0d0d;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.2s;
}
.proMain h2{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.2s;
}
.proMain:hover h3{
    color: #8CC63F;
}
.proMain:hover h2{
    color: #8CC63F;
}
.proMain:hover img{
    filter: grayscale(100%);
}
.proMain:hover .img-div{
    -webkit-box-shadow: 0px 0px 12px 1px rgba(13,13,13,0.4);
    -moz-box-shadow: 0px 0px 12px 1px rgba(13,13,13,0.4);
    box-shadow: 0px 0px 12px 1px rgba(13,13,13,0.4);
}
.proMain a{
    text-decoration: none;
}


.about-img1{
    position: relative;
    overflow: hidden;
}

.about-img1:before,
.about-img1:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11,33,47,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.about-img1:after{
    background: rgba(255, 255, 255, 0.3);

    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(41deg);
    transition: all 1s ease 0s;
}
.about-img1:hover:after{ left: -170%; }
.about-img1 img{
    width: 100%;
    height: auto;
}

/*--TAB--*/
.tab-container1 {
    overflow: hidden;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;

} 
.tabe { 
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
    border: none;
    outline: none;
    cursor: pointer;
    color: #616161;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    /*border-top: 2px solid #0b2e34;*/
    flex: 1; /* This makes sure each button takes an equal amount of space */
    text-align: center; /* Center text inside the button */
    box-sizing: border-box; /* Ensures padding is included in the width calculation */
    margin: 0 16px 20px 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
} 
.tab-content1 { display: none; } 
.active-tab1 { background-color: #8CC63F; color: #ffffff; border-color: #1e2023} 
.active-content1 { display: block; }



.catlog{
    text-align: center;
}
.catlog img{
    width: 100%;
    border: 5px solid #d9d9d9;
    transition: 0.5s;
}
.catlog h5{
    /*font-family: 'Kalam', cursive;*/
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.mdlbutton{
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    padding: 7px 36px;
    font-size: 12px;
    border: 2px solid #262626;
    color: #262626;
    transition: 0.5s;
}
.mdlbutton:hover{
    background: #1d191a !important;
    color: #ffffff !important;
    box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
}
.catlog:hover img{

    border-color: #8CC63F;
    box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
}

.modal-header{
    background: #8CC63F;
}
.modal-footer{
    background: #8CC63F;
}
.modal-title{
    color: #ffffff;
    text-transform: uppercase;
}
.job-title h2{
    text-transform: uppercase;
    text-align: center;
    color: #1d191a;
}
.job-title h2 span{
    color: #8CC63F
}
.linebar{
    width: 90px;
    border-top: 5px solid #8CC63F;

}
.modal-dialog{
    z-index: 999999;
}

.video-bg{
    background-image: url(../img/video-bg.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
    padding: 200px 200px;
}
.rider-sr{
    position: relative;
    width: 100%;
    transition: 0.5s;
}
.rider-sr img{
    width: 100%;
}
.buttonvideo{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: none;
    color: #0d0d0d;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    transition: 0.3s;
}
.buttonvideo i{
    position: relative;
    z-index: 99999;
}
.buttonvideo:before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    background: #8CC63F;

    z-index: 1;
}
.video-bg:hover .buttonvideo:before{
    width: 100%;
}
.video-bg:hover .buttonvideo{
    color: #ffffff;
}
.video-modal{
    padding-top: 200px;
    padding-bottom: 200px;
    width: 100%;
    position: relative;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    position: relative;
    top: 50px;
}
.modal-body {
    position:relative;
    padding:15px;
}
.dg-modal{
    background-color: transparent !important;
    border: none !important;
}
.close2 {
    position:absolute;
    right: -4px;
    top: -35px;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
    background: none;
    border: none;
}
.close2:hover{
    background: none !important;
}
.bg-uni2{
    background-image: url(../img/h1-img-1.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.feature-bg{
    background-image: url(../img/feature.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}



.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    /*border-radius: 5px;*/
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    text-transform: uppercase;
}

.faq-question:hover {
    background-color: #e1e1e1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.faq-answer p {
    margin: 15px 0;
}

.faq-toggle {
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq.open .faq-answer {
    max-height: 1000px;
}

.faq.open .faq-toggle {
    transform: rotate(45deg);
}


.gallery-area{
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 3px solid #ffffff;
    transition: 0.5s
}
/*.gallery-area:hover{
    border-color: rgba(254, 89, 0,0.5);
}*/
.img-g{
    width: 100%;
    transition: 0.5s;
}
.gallery-area a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    padding-top: 8px;
    transition: 0.5s;
    color: #0d0d0d;
    font-size: 20px;
    opacity: 0;
    display: block;
}
.gallery-area a i{
    position: relative;
    z-index: 555;
}
.gallery-area a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #8CC63F;
    transition: 0.5s;

}
.gallery-area a:hover::before{
    width: 100%;
}
.gallery-area:hover a{
    opacity: 1;
}
.gallery-area a:hover{
    color: #ffffff;
}

/*SUB CAT SLIDE START*/

.cat-pad{
    padding: 0;
    margin: 0;
}

.slider-section{
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    /*background-color: white;*/
}
.categories-title {
    color: #1e2023;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
}
.cards {
    font-size: 15px;
    white-space: nowrap;
}
.categories-card-title {
    position: absolute;
    margin: 7px 7px;
    color: white;
    background-color: rgb(0, 0, 0, 0.7);
    padding: 7px;
    border-radius: 7px;
    font-size: 15px;
}
.card-outter {
    display: inline-block;
    padding-left: 20px;
    height: 400px;
}
.card-slider-overlay{
    position: absolute;
    width: 250px;
    height: 400px;
    border-radius: 7px;
    background-color: rgb(0, 0, 0, 0.4);
    transition: 0.5s;
}
.card-slider-logo-container{
    position: absolute;
    width: 250px;
    height: 100px;
    margin: 150px 0px;
    z-index: 1;
}
.card-slider-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 10px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Jaro", sans-serif;

}
.card1 {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 400px;
    border-radius: 7px;
    filter: drop-shadow(2px 4px 6px #a8a8a8);
    cursor: pointer;
    overflow: hidden;
}
.card1:hover > .card-slider-overlay {
    transition: 340ms cubic-bezier(0.39, 0.58, 0.57, 1);
    background-color: rgb(0, 0, 0, 0.2);
}
.card-see-all {
    position: absolute;
    text-align: center;
    background-color: black;
    color: white;
    width: 160px;
    height: 160px;
    border-radius: 251px;
    line-height: 8;
    font-size: 21px;
    margin: 110px 13px;
}
.categories-card-list {
    list-style: none;
    width: 250px;
    height: 157px;
    bottom: 0px;
    padding: 0px;
    position: absolute;
    display: grid;
    grid-template-columns: auto auto auto;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
}
.categories-card-list-size {
    background-color: rgb(0, 0, 0, 0.8);
    width: 79px;
    height: 48px;
    color: white;
    margin: auto;
    border: 1px solid #00D1FF;
    text-align: center;
    line-height: 3;
}
.title {
    font-size: 16px;
    margin: 10px 0 6px;
}
.description {
    font-size: 12px;
    margin: 0;
}


.slider-container {
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
}
.slider-container:before {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, #FEFEFE, transparent);
}
.slider-container:after{
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    right: 0;
    background: linear-gradient(-90deg, #FEFEFE, transparent);
}

.slider {
    transition: transform 300ms ease-in; 
}
.slider:active {
    transition: none;
    cursor: grab;
}
.slider-indicator-bar {
    position: relative;
    height: 5px;
    width: 200px;
    margin: 30px auto 0;
    background: #CCC;
    border-radius: 2px;
}

.slider-indicator {
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
    background-color: #8CC63F;
    border-radius: 2px;
    transition: left .2s ease-in-out;
}
.p-overlay1{
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(140, 198, 63, 0.2) 60%, rgb(140, 198, 63) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(140, 198, 63, 0.2) 60%, rgb(140, 198, 63) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(140, 198, 63, 0.2) 60%, rgb(140, 198, 63) 100%);
    overflow: hidden;
    width: 100%;
    transition: background .1s ease-out;
    -webkit-transition: background .1s ease-out;
    z-index: -1;
}
.card1:hover .p-overlay1{
    z-index: 22;
}
.top-cat-banner{
    width: 100%;
    background: #8CC63F;
}
/*===========CARD END========*/




/*CAT SLIDE END*/
.certi-area{
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.09);
}
.certi-area img{width: 100%;}

/*<!------------BODY END---------------->*/

/*<!------------FOOTER START---------------->*/
.footer-bg{
    width: 100%;
    background-color: #0d0d0d;
}
.sub-logo{
    text-align:  center;
}
.logo-footer{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 150px;
}
.foot-p{
    color: #cbcccd;
    font-size: 17px;
    text-align: right;
    margin-bottom: 20px;
}
.footer-bg input{
    width: 100%;
    background-color: #3e3e3e;
    height: 70px;
    padding: 25px 210px 25px 35px;
    border-radius: 50px 50px 50px 50px;
    border: none;
    font-size: 17px;
    color: #ffffff;
}
.footer-bg button{
    border-radius: 50px;
    border: none;
    background: #8CC63F;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px 20px;
    font-weight: 600;
    position: absolute;
    right: 22px;
    top: 52px;
    z-index: 999;
    overflow: hidden;
    transition: 0.5s
}

.footer-bg button:hover{
    background: #0d0d0d;
    /*color: #ffffff;*/

}
.testi-border2{
    background-color: #303133;
    width: 100%;
    height: 1px;
}

.footer-sec h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer-sec p{
    margin-top: 35px;
    color: #cbcccd;
    font-size: 15px;
    padding: 0 42px 0 0;
}
.footer-sec h2{
    font-size: 30px;
    font-weight: 700;
    -webkit-text-stroke: 1px #8CC63F!important;
    -webkit-text-fill-color: #A8111100;
    margin: 30px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
}
.footer-sec ul li{
    list-style: none;
    position: relative;
    overflow: hidden;
}
.footer-sec ul li a{
    text-decoration: none;
    color: #cbcccd;
    font-size: 13px;
    /*font-weight: 700;*/
    text-transform: capitalize;
    transition: 0.5s;
    position: relative;
    left: -10px;
}
.footer-sec ul li a i{
    color: #cbcccd;
    font-size: 12px;
    position: relative;
    left: -16px;
    transition: 0.5s;
}
.footer-sec ul li a:hover{
    color: #8CC63F;
    left: 0;
}
.footer-sec ul li a:hover  i{
    left: 0;
    top: 0;
    color: #8CC63F;
    padding-right: 10px;
}

.footer-sec1 h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer-sec1 p{
    margin-top: 35px;
    color: #cbcccd;
    font-size: 15px;
    padding: 0 42px 0 0;
}
.footer-sec1 ul li{
    list-style: none;
    display: inline-block;
}
.footer-sec1 ul li a{
    text-decoration: none;
    background-color: #69727d;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    opacity: .9;
    color: #cbcccd;
    transition: 0.5s;
}
.footer-sec1 ul li a:hover{
    background-color: #8CC63F;
    opacity: 1;
    color: #ffffff;
}
.foot-copy p{
    text-align: center;
    color: #cbcccd;
    font-size: 17px;
    /*font-weight: 700;*/
    text-transform: capitalize;
    margin: 0;
}
.foot-copy p a{
    text-decoration: none;
    color: #8CC63F;
}



.whats-but{
    background-color: #25d366;
    color: #ffffff;
    border: none;
    padding: 10px 22px 10px 22px;
    font-size: 16px;
    transition: 0.5s;
    width: 100%;
}
.whats-but i{
    padding: 0 7px 0 0;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.whats-but:hover{
    box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
}
.bg-original{
    width: 100%;
    background: #1a1a1a;
}
/*<!------------FOOTER END---------------->*/










.cer-area{
    padding: 30px;
    background: #eee;
    height: 210px;
    transition: 0.5s;
}

.cer-area:hover{
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
}

.cer-area h3{
    font-size: 20px;
}
.cer-area p{
    font-size: 16px;
    color: gray;
}































/*------

  sitemap

------------------*/
.map{
    margin-bottom: -5px;
}
.sitemap_cate{

    margin:0px 0 20px 0;
    padding:0px;
}

.sitemap_cate h4{

    margin:0px 0 10px 0;
    padding:0px 0 5px 0;

    font-size:16px;
    color:#554a72;
    text-transform:uppercase;
    font-weight:bold;

    border-bottom:solid 1px #ccc;
}

.sitemap_cate p{

    margin:0px 0 0px 0;
    padding:0px 0 0px 0;

    font-size:15px;
    color:#171717;
}

.sitemap_cate p:hover{

    color:#8773c3;
    text-decoration:none;
}

.sitem_menu{

    margin:0px 0 15px 0;
    padding:0px;
    text-align:center
}

.sitem_menu ul{

    margin:0px;
    padding:0px;
    color: #171717;
}

.sitem_menu ul li{

    margin:0px 10px;
    padding:0px;
    list-style:none;
    display:inline-block;
}

.sitem_menu ul li a{

    margin:0px;
    padding:0px;

    font-size:16px;
    color:#8773c3;
    text-transform:capitalize;
}

.sitem_menu ul li a:hover{

    color:#171717;
    text-decoration:none;
}

/*======================

















/*------------

CUSTOM

----------*/
.card-body{
    padding: 0 !important;
}



.whatsapp-icon{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    z-index: 999999;
}
.dropdown-submenu {

    position: relative;

}



.dropdown-submenu a::after {

    transform: rotate(-90deg);

    position: absolute;

    right: 6px;

    top: .8em;

}

.dropdown-item{
    font-size: 16px;
    text-transform: capitalize;
    background: #ffffff !important;
    font-weight: 700;
    color: #616161;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 24px 12px 16px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.dropdown-menu{

    background: none;

    top: 90%;

    padding: 0;

    z-index: 9999 !important;
    border: none !important;
    padding-top: 17px;

}

.dropdown-item:hover{

    color: #ffffff !important;

    background: #8CC63F !important;

}

.dropdown-submenu .dropdown-menu {

    top: -3px;

    left: 100%;

    margin-left: .1rem;

    margin-right: .1rem;

}

.dropdown:hover>.dropdown-menu {

    display: block;

}

.navbar-nav li:hover > ul.dropdown-menu {

    display: block;

}

.dropdown>.dropdown-toggle:active {

    pointer-events: none;

}

.hammad-sub-li{

    position: relative;

    top: 1px;
    left: -2px;

}



#fixedbar{

    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height:auto;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 25%, rgba(77,72,72,0.5) 100%);

    z-index:99999;
    padding:5px 0;
}

#fixedbar:after,#fixedbar:before{

    display:block
}

.fix-logo {

    width: 50px;

}

.hvr-underline-reveal:before{

    background: #f9200b !important;

}

/* change navbar-brand color */

.navbar a.navbar-brand {

    color: white;

}

/* change navbar-brand color on hover */

.navbar a.navbar-brand:hover {

    color: green;

}

/*  change navbar li colors, also active one but not disabled one */

.navbar ul.navbar-nav li.nav-item a.nav-link {

    color: white;

}

/* change navbar-toggler inside lines color (stroke) */

.navbar-light span.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

    color: black;

}
.navbar-light .navbar-toggler{
    border-color: white;
}

/* change hamburger button border color */

button.navbar-toggler.navbar-toggler-right {

    border-color: white;

}

/* change navbar background on collapse */

@media (max-width: 768px) {

    nav.navbar {

    }



}

.hvr-bounce-to-bottom:before{

    background: #1c1e1b !important;

    color: #ffffff !important;

}

.hvr-bounce-to-bottom:hover .nav-link{

    color: #ffffff !important;

}

center{
    width: 50%;
    background-image: url(../img/not.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 404px;
    color: #171717;

    margin: 0 auto;

}

.contactform-bg{

    background: #ffffff;

    padding: 10px;

}



/* width */

::-webkit-scrollbar {

    width: 5px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #f1f1f1;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #8CC63F;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #555;

}





/*----------------------*/







/*Footer Area Ends*/



/*======================

ABOUT PAGE STARTS HERE

======================*/
.ab-banner{
    position: relative;
    z-index: 9;
}
.ab-banner img{

    width: 100%;

}

.page-header{
    /*    background-color: #c2492a;
        padding: 14px 13px 14px;
        border-left: 5px solid #141414;
        border-right: 5px solid #141414;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;*/
    /*    border-top: 1px solid #cccbcb;
        border-bottom: 1px solid #cccbcb;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;

}

.page-header ul li{

    list-style: none;

    display: inline-block;

    color: #0d0d0d !important;


    font-size: 14px;

    text-transform: uppercase;

}

.page-header ul li a{


    cursor: pointer;

    text-decoration: none !important;

    color: #8CC63F !important;
    transition: 0.5s;

}
.page-header ul li i{
    color: #0d0d0d !important;
}

.page-header ul li a:hover{

    color: #141414 !important;

}





.company-p p{

    /*width: 75%;*/

    font-size: 14px;


    color: #141414;

}



/*======================

ABOUT PAGE END HERE

======================*/





/*======================

INQUUIRY PAGE STARTS

======================*/

.hammadinput{

    width: 100%;

    padding: 10px 15px;


    background-color: transparent;

    border: 1px solid #909090;

    margin-top: 10px;

    color: gray !important;

    border-radius: 0px;

}

.hm-height{

    height: 200px;

}

.hammadinput:focus{

    box-shadow:2px 2px 10px #ccc
}

.tus_contsbmt{

    margin:0px;
    padding:8px 10px;
    background-color:#0d0d0d;
    color:#ffffff;
    text-align:center;
    text-transform:capitalize;

    font-size:14px;

    border:none;
    transition:0.6s;
    border-left:solid 4px #141414;
}

.tus_contsbmt:hover{

    background-color:#8CC63F;
    color:#ffffff;
    text-decoration:none;
}



/*======================

INQUIRY PAGE END HERE

======================*/



/*Gallery*/



.gallery1 {
    width: 100%;
    overflow: hidden;
}

.gallery1 a{

    text-decoration: none;



    font-size: 15px;

    color: #141414;

}







.gallery1 img {

    transition: 0.5s;
    /*border-radius: 50%;*/

}

.button-more{
    position: relative;
    width: 100%;
    text-align: center;
}
.about-btn1{
    border-radius: 0;
    border: none;
    background: #0d0d0d;
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 18px;
    font-weight: 600;
}
.about-btn1 i{
    transition: 0.5s;
}
.about-btn1:hover i{
    margin-left: 10px;
}


.desc1 {

    padding: 15px;

    text-align: center;

}

/*Gallery*/



/*======================

CONTACT PAGE END HERE

======================*/


.contact-links{
    width: 100%;
    text-align: center;
}
.contact-links ul li{

    list-style: none;

    margin: 10px;

    color: #141414;
    display: inline-block;

}

.contact-links ul li a{



    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: -18px;
    color: #141414;
    text-transform: capitalize;

}

.contact-links ul li i{

    width: 50px;

    height: 50px;

    background-color: #8CC63F;

    border-radius: 50%;

    margin: 0 16px 0 0;

    font-size: 20px;

    color: #ffffff;

    padding-top: 15px;

    text-align: center;

    position: relative;

    top: -17px;

}

.contact-links p{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}







/*======================

CONTACT PAGE END HERE

======================*/





/*======================

PRODUCTS PAGE END HERE

======================*/
.btn22{
    width: 100%;
    padding: 10px 22px 10px 22px;
    font-size: 16px !important;
}
.related-text{
    text-align: center;

}
.related-text ul li{
    font-size: 25px !important;
}



#main #faq .card {

    border: none;

    border-radius: 0px;

}



#main #faq .card .card-header {

    border: 0;

    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    padding: 0;

}



#main #faq .card .card-header .btn-header-link {

    color: #fff;

    display: block;

    text-align: left;

    background: transparent;

    color: #141414;

    border-radius: 0px;

    text-transform: capitalize;

}



#main #faq .card .card-header .btn-header-link:after {

    content: "\f068";

    font-family: FontAwesome;

    font-weight: 900;

    float: right;

}



#main #faq .card .card-header .btn-header-link.collapsed {

    background: transparent;

    color: #141414;

}

#main #faq .card .card-header .btn-header-link.collapsed:after {

    content: "\f067";

}



#main #faq .card .collapsing {

    background: rgb(255,255,255,0.80);

    line-height: 30px;

}



#main #faq .card .collapse {



    border: 0;

}



#main #faq .card .collapse {

    background: rgb(255,255,255,0.80);

    line-height: 30px;

    color: #222;

}
.confirm-email{
    position: fixed;
    bottom: 3%;
    z-index: 99999;
    right: 0;
}
#main h4{

    color: #ffffff;


    font-size: 20px;

    background: #141414;

    padding: 10px 0 10px 12px;

    margin: 0;

}

#main h4 i{

    margin: 0 10px 0 0;

}

.hammadli ul li{
    list-style: none;
    border-bottom: 1px solid #0d0d0d;
}
.hammadli ul li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff !important;
    background: #262626;
    padding: 3px 14px 3px 14px;
    display: block;
    transition: 0.5s;
}
.hammadli ul{
    margin: 0;
}
.hammadli ul li a:hover{
    background: gray !important;
}

/*======================

PRODUCTS PAGE END HERE

======================*/







/*---------

   Basket

-------------------*/

.yourCart{

    width:100%;
    text-align:left;
    color: #707070;
    text-transform:uppercase;
    padding:20px;
    background:#eeeeee;
    font-weight:bold;
    font-size:18px;
    border-radius:3px 3px 0 0;
}

.cartProduct{

    border:1px solid #eeeeee;
    border-top:none;
    background-color:#fff
}

.cartProduct:last-child{

    margin-bottom:20px;
    margin-top:15px;
}

.cartPdctImage{

    width:100%;
    height:200px;
    text-align:center;
    position:relative
}

.cartPdctImage > img{

    max-height:100%;
    max-width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:15px;
    border:solid 1px #ccc
}

.cartPdctName{

    padding:20px 0 0;
    color:#333;
    font-size:14px;
    text-transform:capitalize
}

.cartPdctArt{

    padding:5px 0 0;
    color:#333;
    font-size:14px;
}

.cartPdctSize{

    padding:5px 0 10px;
    color:#333
}

.cartQuantity{

    width:60px;

    font-weight:bold;
    color:#333
}

.cartSubmit{

    margin:10px 0;
    background:#0d0d0d;

    border:none;
    padding:7px 20px;
    font-size:14px;
    color:#fff
}

.cartRemove{

    margin:10px 0;
    text-decoration: none;
    background:#8CC63F;
    transition: 0.5s;
    border:none;
    padding:7px 20px;

    font-size:14px;
    color:#fff;
    display:inline-block
}

.cartRemove:hover{

    color:#fff;
    text-decoration:none;
    background-color:#141414;
}

.cartPdctPrice{

    padding:20px;
    text-align:right ;
    color:#fa5400
}

.summery{

    background: #191919;
    ;
    margin-bottom:40px;
}

.summeryTxt{

    padding:20px;
    color:#fff;
    font-size:18px;
}

.summeryTotal{

    padding:20px;
    color:#fff;
    font-size:16px;
    border-bottom:gray 1px solid;
    border-top:gray 1px solid;
    text-transform:uppercase
}

.summeryTotal > span{

    float:right
}

.summeryOr{

    color:#fff;
    font-size:16px;
    text-align:center
}

.cartSend{

    padding:15px 30px;
    text-align:center
}

.cartSend > a{
    padding:10px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    background:#8CC63F;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartSend > a:hover{

    background:#fff;
    text-decoration:none;
    color:#8CC63F;
}

.cartAddMore{

    padding:15px 30px;
    text-align:center
}

.cartAddMore > a{

    padding:10px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    background:#8CC63F;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartAddMore > a:hover{

    background:#fff;
    text-decoration:none;
    color:#8CC63F;
}

.summeryOr{
    color: #fff;
}

.cartBasketEmpty{


    padding:60px 20px ;
    color:#cf2d32;
    font-size:25px;
    background: #eeeeee;
    text-align:center;
    margin:20px 0 40px;
    width: 100%;
}

.tus_lefth h4{

    margin:10px 0 10px 0;
    padding:12px 15px;
    background-color:#b77e31;
    color:#fff;
    text-align:left;
    text-transform:uppercase;


    font-size:20px;
}

.tus_lefth h4 span{

    color:#cf2d32;
    margin-right:5px;
}

.cartQuantity{
    text-align: center;
}

.pro-detail h2{



    color: #0d0d0d;
    text-transform: uppercase;
    font-size: 22px;

}

.pro-detail h4{

    font-size: 16px;


    font-weight: 500;

    color: #8CC63F;

}

.pro-detail p{

    font-size: 14px;


    font-weight: 400;

    color: #141414;



}

.pro-detail p span{

    font-size: 15px;


    color: #141414;

    font-weight: bold;

    border-color: #fff;

}

.pagination a{

    text-decoration: none;

    background: #1c1e1b;

    padding: 2px 9px 4px 9px;
    transition: 0.5s;
    color: #ffffff;

}

.pagination a:hover{

    color: #ffffff;

    background: #8CC63F;

}

.submit-inq h3{

    color: #141414;

    font-size: 15px;



}

.submit-inq h3 i{

    background: green;

    color: #ffffff;

    padding: 3px 8px 3px 8px;

    border-radius: 6px;

}
.basket-span{
    position: relative;
}
.basket-span ul li{
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.basket-span ul li a{
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
}
.basket-span ul li a span{
    width: 22px !important;
    height: 22px !important;
    background: #3e3e3e;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: -5px;
    padding-top: 2px;
    margin-left: 6px;
}
/*---------

   Basket

-------------------*/













@media (max-width: 768px) {
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 38%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        background: #1a1a1a;
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    #splash-screen{
        font-size: 17px;
    }

}
@media only screen and (min-width: 280px) and (max-width: 600px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 38%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        background: #1a1a1a;
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    #splash-screen{
        font-size: 17px;
    }

}

@media only screen and (min-width: 360px) and (max-width: 640px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 38%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        background: #1a1a1a;
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    #splash-screen{
        font-size: 17px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 568px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 38%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        background: #1a1a1a;
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    #splash-screen{
        font-size: 17px;
    }


}

@media only screen and (min-width: 280px) and (max-width: 653px){
    .navbar-brand img{
        width: 70px;
    }
    center{
        width: 100%;
    }
    .carousel-caption button{
        padding: 2px 18px 2px 18px;
        font-size: 10px;
    }
    .carousel-caption{
        top: 38%;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 30px;
        height: 30px;
    }
    .newsSlide{
        text-align: center;
    }
    .bg-navi{
        background: #1a1a1a;
    }
    .top-bg{
        background: #0d0d0d;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    .foot-p{
        text-align: center;
    }
    .footer-bg button{
        position: inherit;
        margin-top: 20px
    }
    .footer-bg input{
        padding: 25px 35px 25px 35px;
    }
    .contact-links ul li{
        display: table;
    }
    .content1{
        width: 100%;
        top: 132px;
        left: 1rem;
    }
    #splash-screen{
        font-size: 17px;
    }

}



/* iPad Pro (landscape) */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1200px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    center{
        width: 100%;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    /*    .foot-p{
            text-align: center;
        }
        .footer-bg button{
            position: inherit;
            margin-top: 20px
        }
        .footer-bg input{
            padding: 25px 35px 25px 35px;
        }*/
    .contact-links ul li{
        display: table;
    }

}
/* Tablets and iPads */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1266px)
and (-webkit-min-device-pixel-ratio: 1) {
    center{
        width: 100%;
    }
    .pname1{
        padding: 50px 0 50px 0;
    }
    .play-pic{
        padding-top: 20px;
    }
    /*    .foot-p{
            text-align: center;
        }
        .footer-bg button{
            position: inherit;
            margin-top: 20px
        }
        .footer-bg input{
            padding: 25px 35px 25px 35px;
        }*/
    .contact-links ul li{
        display: table;
    }

}



.nav1 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;

    & .btn1 {
        background-color: #8CC63F;
        color: #ffffff;
        /*border: 2px solid rgba(0,0,0,0.6);*/
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;

        &:hover {
            background-color: rgba(255,255,255,0.3);
        }
    }
}

@media (width > 650px) and (width < 900px) {
    .content {
        & .title        { font-size: 1rem; }
        & .description1  { font-size: 0.7rem; }
        & button        { font-size: 0.7rem; }
    }
    .item1 {
        width: 160px;
        height: 270px;

        &:nth-child(3) { left: 50%; }
        &:nth-child(4) { left: calc(50% + 170px); }
        &:nth-child(5) { left: calc(50% + 340px); }
        &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
    }
}

@media (width < 650px) {
    .content1 {
        & .title        { font-size: 0.9rem; }
        & .description  { font-size: 0.65rem; }
        & button        { font-size: 0.7rem; }
    }
    .item1 {
        width: 130px;
        height: 220px;

        &:nth-child(3) { left: 50%; }
        &:nth-child(4) { left: calc(50% + 140px); }
        &:nth-child(5) { left: calc(50% + 280px); }
        &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
    }
}