*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before, *::after{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}



header{
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    
}


.intro{
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.intro-title__pic{
    width: 200px;
    height: 200px;
}
.intro-title{
    font-family: "Montserrat";
    color: #fff;
}

.intro-title__h2{
    font-family: 'Oswald';
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 70px 0 0;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.intro-content-p{
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat' ;
}

.intro:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0 , 0 , 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.video-media{
    position: relative;
    padding-bottom: 56.25%;
}

.video-move{
    width: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
} 
.intro-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position:  0% 50%;
    }
}

.nav-link{
    font-size: 24px;
}

.nav-item{
    border-bottom: 3px solid  transparent;
}
.nav-item:hover{
    border-color: red;
    transition: 0.7s;
}

.logo{
    color: #e31c25;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Oswald';
}
.logo:hover{
    color: #e31c25;
}

header{
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    
}



.categories {
    margin: 100px 0;
}

.categories-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.cat-h3 {
    font-size: 60px;
    font-family: "Oswald";
    font-weight: 600;
    color: #e31c25;
}

.cat-h6{
    font-size: 20px;
    width: 700px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.about-item__1{
    height: 576px;
}

.about {
    margin-bottom: 100px;
}

.about-p {
    text-align: end;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.first{
    background-color: #e31c25 !important;
}

.second{
    background-color: #111 !important;
}

.btn{
    width: 200px;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    border-color: #ffffff;
}

.btn-v2{
    width: 200px;
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    border-color: #000;
}

.btn:hover{
    color: #ffffff;
}

.btn-v2:hover{
    color: #e31c25;
}


.mission {
    background-color: #111;
}

.msecond{
    background-color: #e31c25;
}

.mission-block{
    display: flex;
    align-items: center;
    height: 300px;
}

i{
    font-size: 60px;
    color: #e31c25;
}


.mission-p {
    margin-bottom: 0.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    font-size: 20px;
}
.mission-p__v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

.two{
    color: #000;
}

.product{
    background-color: #e31c26d3 ;
    padding: 50px 0;
    border-radius: 50px;
    margin-bottom: 100px;
}


.product-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 20px;
    margin: 5px;
    border: 2px solid transparent;
}
.product-item:hover{
    border-color: #e31c26d3;
    background-color: #111;
    border-radius: 15px;
    transition: 0.7s;
}
.product-p a{
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    padding-left: 5px;
}

.product-p a:hover{
    color: #e31c25;
    transition: 0.5s;
}

.product-item img{
    width: 240px;
}


.destributor{
    padding: 50px 0;
}
.destributor a {
    color: #212529;
}
.des-p__1 {
    font-family: 'Oswald';
}
.des-p__2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
}
.des-p__3 {
    padding-bottom: 50px;
    font-family: 'Oswald';
    
}
.contact-info {
    font-family: 'Oswald';
}

.contact-info a{
    color: #000;
}

.des-h5 {
    font-family: 'Oswald';
}

.des-h3{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
}
label{
    font-family: 'Oswald';
    padding: 10px 0; 
}

.messages{
    padding-top: 20px ;
    margin: 0 auto;
}

.form-group{
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.footer {
    background-color: #111;
    padding: 50px 0;
    margin-top: 50px;
    height: 200px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-a {
    font-size: 40px;
    font-family: 'Oswald' serif;
    font-weight: bolder;
    color: #ffffff;
}

.footer-a:hover{
    color: #e31c25;
}