
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
button:focus{
    outline: none;
    border: none !important;
}
::selection{
    background-color: #fff;
    color: #000;
}

.body{
    width: 100%;
    min-height: 100vh;
}

html{
    scroll-behavior: smooth;
}

header{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.80);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bars{
   width: 50px;
   height: 50px;
   display: none;
   flex-direction: column; 
   gap: 10px;
   cursor: pointer;
}
.x{
    position: absolute;
    right: 60px;
    font-size: 30px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.bar{
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.brand{
    font-weight: 700;
    font-size: 15px;
    line-height: 54px;
    color: #fff;
}
header i{
    color: #ff1900;
    margin-right: 5px;
}
header span{
    color: #ffffff;
}
.menus{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: 1s;
}
.play{
    cursor: pointer;
}
.menus a{
    text-decoration: none;
    color: #ffffff;
}
.menus button{
    width: 111px;
    height: 50px;
    background: #ff1900;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
}
.banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background: fixed no-repeat center ;
    background-image: url(/images/banner.jpg), linear-gradient(to bottom, #ffffff, #b9b9b9, #777777, #3b3b3b, #000000);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 150px;
}
.banner h1{
    position: relative;
    color: #ffffff;
}
.btn{
    width: 100px;
    height: 40px;
    background-color: #ff1900;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    margin-bottom: 100px;
    width: 132px;
    border: 1px solid #ff1900;
}
.start{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.start button{
    width: 150px;
    height: 45px;
    background: #ff1900;
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-size: 20px;
}
.start i{
    color: #FFFFFF; 
    font-size: 30px; 
}


.exs{
    width: 100%;
    min-height: 100vh;
    background-color: #000000f5;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.txt{
    width: 60%;
    text-align: center;
}
.scrdwn a{
    color: #ff1900;
    text-decoration: none;
}
.scrdwn{
    position: absolute;
    bottom: -25px;
    transform: rotate(90deg);
    animation: link 5s infinite ;
}
.line1{
    margin: 20px 0;
}
.images{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.images img{
    width: 220px;
    filter: grayscale(50);
}
.img{
    position: relative;
    /* overflow-y: hidden; */
}
.img:hover .card-box{
    transform: translateY(0);
}
.card-box{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: #00000036;
    backdrop-filter: blur(5px);
    transform: translateY(150%);
    transition: 2s;
    padding: 20px;
}
.arr{
    display: none !important;
    font-size: 30px;
    cursor: pointer;
}
.img-container{
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.card-box button{
    width: 80%;
    height: 40px;
    font-size: 25px;
    cursor: pointer;
}
.card-box p{
    margin: 10px 0 10px 0;
}
@keyframes link {
    0%{
        bottom: 0px;
    }
    50%{
        bottom: -50px;
    }
    100%{
        bottom: 0;
    }
}
.active{
    margin-top: 60px;
}
.about{
    width: 300px;
    height: 100px;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    position: relative;
}
.about h1::before{
    content: '';
    width: 4px;
    height: 100%;
    background-color: #ff1900;
    position: absolute;
    left: 0;
}
.contact{
    width: 100%;
    height: 100vh;
    background-color: #000000f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
    height: 50%;
}
.input{
    display: flex;
    flex-direction: column;
}
.input label{
    color: #3b3b3b;
    font-size: 20px;
}
.inp{
    width: 90%;
    height: 35px;
    border: none;
    border-bottom: #3b3b3b 1px solid;
    background: none;
    color: #3b3b3b;
    /* padding: 0 20px 0 20px; */
    font-size: 25px;
    outline: none;
}

form button{
    width: 60%;
    height: 40px;
    background-color: #ff1900;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: none !important;
    border: 0;
}

.other{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.set{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 32px;
    background-color: #ff1900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.set a{
    text-decoration: none;
    color: #fff;
}
.set label{
    font-size: 30px;
    color: #fff;
    position: absolute;
    margin-top: 90px;
}
::-webkit-scrollbar{
    width: 12px;
    background-color: #000000f5;
}
::-webkit-scrollbar-thumb{
    background-color: #ff1900;
    border-radius: 20px;
}



/* video */
.video{
    width: 100%;
    height: 100vh;
    background: #00000058;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    backdrop-filter: blur(5px);
}
.video i{
    font-size: 500px;
    color: #ff1900;
}
.video span{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}