
@media all and (min-width: 320px) and (max-width: 480px){
#header .navbar .logo .text-1 .dark p {
    font-size: 0.8rem !important;
}

#header .navbar .logo .text-1 .light p {
    font-size: 0.5rem !important;
}

#header .navbar .logo {
    margin-left: -11rem !important;
}

#header .navbar .logo img{
    width: 3rem !important;
    height: 2.5rem !important;
}

#header .navbar {
    width: 91% !important;
    justify-content: space-between !important;
    /* clip-path: polygon(0 0, calc(100% + 2px) 0, calc(100% + 2px) 100%, 8px 100%, 0 calc(100% - 8px));  */
    /* webkit-clip-path: polygon(0 0,calc(100% + 2px) 0,calc(100% + 2px) 100%,8px 100%,0 calc(100% - 8px)); */
}

#header .navbar .hambuger-lines .line{
    width: 3rem !important;
    height: 2px !important;
    margin-top: 0.6rem !important;
    background: #000 !important;
} 
 #header .navbar .hambuger-lines{
    
    margin-right: -10rem !important;
    margin-top: 1rem !important;
}

#header .navbar .nav-item .nav-items a{
    display: none !important;
}

#header .navbar .btns {
    display: none !important;
}

#header .navbar .btns a {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    padding: 8px 2rem !important;
    text-decoration: none !important;
    color: #000 !important;
    background: rgb(211, 205, 205) !important;
    border-radius: 5px !important;
}

#header .navbar .btns a:hover {
    background: #ce0900 !important;
    color: #ffffff !important;
}

#header .navbar .btns .left {
    margin-right: 1rem !important;
}
  #header {
    height: 40rem !important;
}  
#header .data img {
    height: 23rem !important;
    margin-top: -5rem !important;
    margin-left: 0rem !important;
}

#header .data .text {
    padding-top: 2rem !important;
    text-align: center !important;
    padding-right: 0rem !important;  
    
    margin-left: 0px !important;
} 

 #header .data h3 {
    font-size: 1.8rem !important;
   
}

#header .data a {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 0.5rem 2rem !important;
    border-radius: 0.7rem !important;
    margin-left: 15px !important;
    
} 

 #header .data {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-content: center !important;
    margin-top: 3rem !important;
} 
 
#header .data .box {
    height: 16.6rem !important;
    width: 15.2rem !important;
    margin-right: 0rem !important;
    margin-top: 7.5rem !important;
    margin-left: 0rem !important;
    align-self: center !important;
} 

 #header .data .box-2 {
    margin-left: 1rem !important;
    height: 16.6rem !important;
    width: 15.2rem !important;
    margin-right: 0rem !important;
}

.nav-mobile-item {
    color: white;
    margin-top: 0px !important;
    list-style-type: none;
    position: absolute;
    top: 61px;
    background: white;
    padding: 10px 20px;
    height: 70vh;
    width: 100% !important;
}
}  

