/* All */
* {
font-family: 'Quicksand', sans-serif;
}

.font1 {
font-family: 'Quicksand', sans-serif;

}

.font2 {
font-family: 'Rock Salt', cursive;
}

.font3 {
font-family: 'Aladin', cursive;

}

.bg-black {
background-color: black;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}





.headerLogo{
    
}
.headerLogo>img{
    height: 60px;
}

/* Text Decoration None - White Link */
.tdn {
text-decoration: none;
color: rgb(255, 255, 255);
}

.tdn:hover {
color: wheat;
}

/* Text Decoration None - Black Link */
.tdnhover {
text-decoration: none !important;
color: rgb(0, 0, 0) !important;
}

/* .tdnhover:hover {
text-decoration: underline !important;
color: black;
} */

.tdn-danger {
text-decoration: none;
color: rgb(206, 78, 85);
}

.tdn-danger:hover {
text-decoration: none;
color: white;}

.navbar-toggler:focus{
    box-shadow: none;
}
#navbarSupportedContent .navbar-nav{
    margin-right: 0px !important;
}


.sliderImagesDiv{
    width: 100%;
    height: 84vh;
}
.sliderImagesDiv>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headerSlider .swiper-button-next{
    background-image: none;
    font-size: 0px;
    width: 44px;
}
.headerSlider .swiper-button-prev{
    background-image: none;
    font-size: 0px;
    width: 44px;
}
.headerSlider .swiper-button-next>img{
    height: 100%;
}
.headerSlider .swiper-button-prev>img{
    height: 100%;
}


/* Navbar */
.logo {
height: 10rem;
}

.bg-blue {
background-color: #000;
/* border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%; */
}
footer .bg-blue{
    background-color: #fff;
    color: #212529 !important;
}
footer .bg-blue .tdn{
    color: #212529 !important;
}
.nav-link {
color: #ffffff;
font-weight: bold;
}

.nav-link:hover {
color: #b71540;
font-weight: bold;
}
.homeCategoryObDivBody{
    padding-top: 60px;
    padding-bottom: 60px;
}
.homeCategoryObDiv{
    margin-top: 60px;
}
.homeCategoryDiv{
    display: block;
    height: 400px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.homeCategoryDiv>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.homeCategoryDiv>h2{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    margin: 0px;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    max-width: calc(100% - 40px);
}
.homeCategoryDiv:nth-child(1),.homeCategoryDiv:nth-child(4){
    width: calc(40% - 15px);
}
.homeCategoryDiv:nth-child(2),.homeCategoryDiv:nth-child(3){
    width: calc(60% - 15px);
}
.homeCategoryDiv:nth-child(2n+2){
    margin-left: 30px;
}

.homeCategoryDiv:hover>img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.productsMoreTop{
    width: 100%;
    height: 400px;
    position: relative;
}

.productsMoreTop>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.productsMoreTop>h1{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    margin: 0px;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    max-width: calc(100% - 40px);
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .bg-blue {
    /* border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%; */
    }
    .nav-item {
    margin-top: 1rem;
    transition: all 0.5s ease;
    }
    .nav-item:hover {
    color: black;
    padding-left: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    }
    .nav-link:hover {
    color: white;
    }
    .logo_color {
        color: white;
    }

    .logo_name {
        display: none;
    }
    .headerSlider .swiper-button-next,.headerSlider .swiper-button-prev{
        display: none;
    }
    .homeCategoryDiv{
        float: none;
    }
    .homeCategoryDiv:nth-child(1),.homeCategoryDiv:nth-child(4){
        width: 100%;
    }
    .homeCategoryDiv:nth-child(2),.homeCategoryDiv:nth-child(3){
        width: 100%;
    }
    .homeCategoryDiv:nth-child(2n+2){
        margin-left: 0px;
    }
}











@media (min-width: 992px) {
.mobil_logo {
display: none;
}
}

@media (max-width: 501px) {
    .container2img {
    height: 10rem !important;
    }
    .sliderImagesDiv{
        height: 60vh;
    }
    .homeCategoryDiv{
        height: 300px;
    }
    .homeCategoryObDivBody{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .homeCategoryObDiv{
        margin-top: 40px;
    }
    .productsMoreTop{
        height: 300px;
    }
}

@media (max-width: 501px) {
.container1video {
border-bottom-right-radius: 0rem;
border-top-right-radius: 0rem;
}
}











video {
width: 100%;
border-bottom-right-radius: 100rem;
border-top-right-radius: 100rem;
margin-top: 5rem;
}

.container1img {
border-bottom-right-radius: 100rem;
border-top-right-radius: 100rem;
margin-top: 1rem;
}

.container1video {
border: 5px solid #0c2461;
}

.container2img {
margin-top: 1rem;
height: 400px;
}











/* Section 1 */
.section1 {
background-color: #f2f2f2;
}

.hr {
border: none;
border-top: 3px solid #343a40;
max-width: 250px;
margin: 25px auto;
}

.icongrey {
color: #343a40;
position: relative;
top: -55px;
font-size: 40px;
border: 10px solid #f2f2f2;
background-color: #f2f2f2;
}

.box {
transition: transform 1s;
}

.box:hover {
transform: scale(1.1);
background-color: rgb(238, 238, 238);
border-radius: 1rem;
}

footer .tdn{
    font-size: 14px;
    line-height: 26px;
}
footer h5.tdn{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
footer ul.list-unstyled li{
    margin-bottom: 5px;
}
footer ul.list-unstyled li a>i{
    width: 16px;
    text-align: center;
    margin-right: 5px;
}
.nav-link.active{
    color: #b71540;
    font-weight: bold;
}
.dropdown-item.active{
    color: #1e2125;
    background-color: #e9ecef
}
.navbar-nav .nav-item.me-5{
    margin-right: 25px !important;
}
.navbar-nav .nav-item.me-5:last-child{
    margin-right: 0px !important;
}