/*
 *{
    border:1px solid red;
    font-family: 'Inter', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif; 
} */

.blue{
    color:rgb(0, 101, 168);
}

#video{
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);

    width: 100%;
}

header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(4.6px);
-webkit-backdrop-filter:blur(4.6px);
box-shadow: 0 8px 32px 0 rgba(104, 104, 104, 0.37);
background-color: #ffffffd0;

}

header ul li{
    font-weight: bold;
}


.hero{
    margin-top: 50px;
    height: 450px;
    background-color: rgba(0, 0, 0, 0.719);
    /* background-image:url("../img/glock-slide-2.jpg"); */
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hero h1{
    color:rgb(255, 255, 255);
    text-align: center;
    font-weight: bolder;
    text-shadow: 2px 2px 5px rgb(48, 48, 48);
    font-size: 3.5rem;
}

.hero p{
    color:rgb(230, 230, 230);
    text-align: center;
}

.hero button{
    background-color: rgb(51, 51, 51);
    color:rgb(0, 101, 168);
    padding:5px 20px;
    border:1px solid rgb(49, 49, 49);
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 1.2rem;
}

.hero button:hover{
    box-shadow: 5px 5px 12px rgb(88, 88, 88);
    color:rgb(161, 161, 161);
}



/* ============================================================================= */

.products{
    margin: 50px;
    min-height: 400px;
   border:3px solid rgb(0, 101, 168);;
    position:relative;
}

.product-heading{
    position: absolute;
    left: 20px;
    top:-23px;
    background-color: white;
    
}

.product-title{
    color:rgb(58, 73, 102);
    font-size: 1.8rem;
}


/* ================================================================================= */
.product-tracking{
    background-color: rgb(236, 236, 236);
    border-top: 6px solid rgb(80, 130, 240);
}

.product-tracking h4{
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;

}

.trackinput{
   display: flex;
   justify-content: center;
    
}



.trackinput button{
    background-color: rgb(52, 59, 66);
    color:white;
    border:none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 500;
    letter-spacing: 1px;
}



/* =================================================================================== */

.color{
    
}

.color table tr{
 
}


.models{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.models div{
    font-family: 'Roboto', sans-serif;

    text-align: center;
    background-color: rgb(61, 61, 61);
    color:white;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

    font-size: 0.8rem;
}



/* ================================= tracking Css =============================================== */

.track-header{
    height: 40vh;
    background-image: url("/img/track-bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.842);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;

}

#traking-main{
    
    width:50%;
    margin:0px auto;
    background-color: rgba(223, 217, 217, 0.644);
}



.tracking-sub{
    box-shadow: 5px 5px 15px rgba(113, 116, 117, 0.719);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.tracking-img{
    background-color: white;
    display: flex;
    justify-content: center;
}

.search-tracking{
    border:2px solid rgb(255, 255, 255);
    display: flex;
    max-width: 500;
    margin: auto;
    padding: 3px;
    overflow: hidden;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.search-tracking input{
    background-color: transparent;
    border:none;
    width: 100%;
    color:rgb(59, 57, 57);
    outline: none;
    letter-spacing: 1px;
    
    

    
}

.search-tracking input::placeholder{
    color:rgb(96, 101, 104);
    font-size: 14px;
}

.search-tracking button{
    background:linear-gradient(20deg,rgb(90, 90, 90),rgb(138, 135, 135),rgb(109, 109, 109));
   border:none;
    color:white;
    letter-spacing: 1px;
    padding:2px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 5;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    
}




footer{
    background-color: rgb(75, 74, 74);
    
}

/* 
===================================== contact =========================================== */




.contact-header{
    width: 100%;
    height: 45vh;
    background-image: url("/img/contact-bg.png");
    background-position: center;
    background-size: cover;
    background-color:rgba(53, 86, 102, 0.966);
    box-shadow: 0px 2px 18px rgb(66, 66, 66);
}

.contact-header h1{
    line-height: 45vh;
    color:rgb(226, 226, 226);
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 4px 5px 4px rgb(53, 53, 53);
}


.main-contact{
    width: 80%;
    margin:50px auto;
    display: flex;
    background-color: white;
    padding: 40px;
    box-shadow: 2px 2px 8px rgba(128, 128, 128, 0.473);
}

.main-contact .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding:0px 20px;
}


.main-contact .left i{
    color:rgb(0, 101, 168);
    font-size: 2rem;
}

.main-contact .left h4{
    color:rgb(99, 98, 98);
    font-size: 1.4rem;
    margin:10px 0px;
    font-weight: 700;

}
.main-contact .left p{
    color:rgb(143, 143, 143);
    font-size: 1rem;
    margin:0px;
    padding:0;
}


.main-contact .right{
   display: flex;
   flex-direction: column;
   padding: 0px 40px;
   border-left: 2px dashed rgb(177, 177, 177);
}

.main-contact .right input,textarea{
    background-color: rgb(238, 238, 238);
    border:none;
    margin:5px 0;
    padding:10px;
    outline:none;
}

.main-contact .right button{
    background-color:rgb(0, 101, 168);
    border:none;
    padding:10px;
    color:white;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}


@media screen and (max-width:700px) {
    .main-contact{
        flex-direction: column;
    }

    .right{
        border:none !important;
        padding: 0px !important;
        margin-top: 40px;
        text-align: center;
    }



    /* =================================================== */

    .main-contact .left{
    
        padding:0px;
    }
    
    
    .main-contact .left i{
        color:rgb(0, 101, 168);
        font-size: 1.6rem;
        margin-top: 30px;
    }
    
    .main-contact .left h4{
        color:rgb(99, 98, 98);
        font-size: 1.2rem;
        margin:8px 0px;
        font-weight: 700;
    
    }
    .main-contact .left p{
        color:rgb(143, 143, 143);
        font-size: 0.8rem;
        margin:0px !important;
        padding:0;
    }

    .products{
        margin: 20px;
    }
}

@media screen and (max-width:500px) {
    #traking-main{
        width:85%;
        margin:0px auto;
        background-color: rgba(223, 217, 217, 0.644);
    }

    .product-title{
        font-size: 18px;
    }

    .product-title + p{
        font-size: 14px;
    }

    .table-detail{
        font-size: 13px;
    }

    .color p{
        font-size: 13px;
        margin-top: 5px;
    }

    
}
