*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}





/* body */
body
{
    font-family: Arial, Helvetica, sans-serif;
    max-width: 100vw;
}

/* logo */
.hey
{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #FFD43B;
}

/* Nav Bar */
.good
{
    width: 100vw;
    height: 13vh;
    list-style: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
   outline: none;
}


/* Anchor links */
a
{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: black;
    padding: 5px;
    margin: auto;
    display: block;
}

/* About us,Tracking,Services,Contact us */
.asin {
    padding: 10px 25px;
    border-radius: 20px;
    outline: none;
    transition: 0.5s all;
}



/* About us,Tracking,Services,Contact us Hover */
.asin:hover{
    background:rgb(255, 208, 0);
    color: black;
    border: 1px  rgb(255, 208, 0);
}


/* Home */
.active{
    content: "";
    background: rgb(255, 208, 0);
    color: black;
    padding: 10px 25px;
    border: 1px rgb(255, 208, 0);
    border-radius: 20px;
    outline: none;

}

/* header content */
header
{
    width: 100vw;
    height: 78vh;
    background-position: bottom;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    display: flex;
    color: white;
    background:url(img/financial.jpeg)rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.tube  {
    width: fit-content;
}

/* Nav Bar button */
.men{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
}





/* Logistic Services */
h1
{
    font-family: 'Times New Roman', Times, serif;
    margin: 15px;
}



.header-content
{
    padding: 10px;
}





/* row */
.row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col {
    margin: 30px;
}




h6 {
    color:rgb(233, 192, 9);
    margin: 5px;
    font-size: 30px;
}

.container {
    justify-content: center;
}

.box {
    padding: 25px;
    height: 500px;
    border-radius: 10px;
    background-color: #efefef;
    display: flex;
    outline: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.frame {
    padding: 7px;
    border-radius: 1px;
    outline: none;
    background-color: #efefef;
}


.name input {
    width: 300px;
    padding: 20px 40px;
    border: none;
    outline: none;
    background-color:white;
    font-size: 13px;
    border-radius: 40px;

} 
.email input {
    width: 300px;
    padding: 20px 40px;
    border: none;
    outline: none;
    background-color:white;
    font-size: 13px;
    margin: 10px;
    border-radius: 40px;

}
.message-box textarea {
    max-width:300px;
    max-height: 150px;
    padding: 20px 40px;
    border: none;
    outline: none;
    background-color:white;
    font-size: 13px;
    margin: 10px;
    border-radius: 40px;
}

.button button {
    width: 300px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 40px;
    background-color:rgb(255, 208, 0);
    cursor: pointer;
    font-size: 13px;
}
.message {
    margin-bottom: 28px;
    justify-content: center;
}
.message .success {
    color: green;
    font-size: 14px;
    position: relative;
    animation: buttons .3s linear;
    display: none;
}
.danger {
    margin-bottom: 18px;
    justify-content: center;
}
.danger {
    color: red;
    font-size: 14px;
    position: relative;
    animation: buttons .3s linear;
    display: none;

}


p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}






/* footer */
.footer{
    background:  #24262b;
    padding: 70px;
    margin-top: 100px;
    width: 100vw;
}
.footer-row{
    display: flex;
    flex-wrap: wrap;
}
.footer-col{
    margin: 30px;
}
.footer-col .lip .cac{
    font-weight: 800;
    font-size: 28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 25px;
    color: rgb(255, 208, 0);
}
.footer-col p{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 30px;
}
.footer-col .cod a{
    border: 1px solid;
    border-radius: 50px;
    color: white;
    padding: 10px;
    margin: 5px;
    transition: 0.5s all;
}
.footer-col .cod a:hover{
    color: #24262b;
    background: white;
}
.footer-col .cod{
    display: inline-flex;
}
.footer-col .gag a{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    margin: 5px;
}
.footer-col .gag a:hover{
    text-decoration: underline;
}
.footer-col .gag i{
    margin-right: 15px;
}


@media only screen and (max-width:850px){
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -30px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -590px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }

   .good a{
      margin: 30px auto;
    }

    header {
      margin-top: -20px;
    }

    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .well {
        margin-top: 0;
    }

    .team{
        margin-top: 0;
    }
    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
    }

 

}




@media only screen and (max-width:430px) {
    .good {
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -990px;
        transition: all 0.2s ease;
    }
    .mobile-menu {
        margin-top: 0px;
    }

    .buv {
        width: 370px;
    }

    .dab, .hack {
        width: 350px;
    }
}

@media only screen and (max-width:390px) {
    .good {
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }
    .mobile-menu {
        margin-top: 0px;
    }

    .buv {
        width: 320px;
    }

    .dab, .hack {
        width: 310px;
    }
}









/* @media (max-width:932px)
{

    .hey{
        position: absolute;
        top: -30px;
        left: 1px;
    }

    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: -200px;
    }


   .good a{
      margin: 25px auto;
    }

    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        font-size: 1rem;
    }
    

    header {
      width: 100vw;
      height: 45vh;
      margin-top: -16px;
      
    }

    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }


    .footer{
        max-width: 100vw;
    }

 

}




@media (max-width:780) {
    .hey{
        position: absolute;
        top: -30px;
        left: 1px;
    }

    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -800px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: -7px;
    }


   .good a{
      margin: 50px auto;
    }

    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        font-size: 1rem;
    }
    

    header {
      width: 100vw;
      height: 85vh;
      
    }

    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }


    .footer{

        max-width: 100vw;
    }
}

@media (max-width:776px)
{
    .hey{
        position: absolute;
        top: -30px;
        left: 1px;
    }

    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -800px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: -7px;
    }


   .good a{
      margin: 50px auto;
    }

    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        font-size: 1rem;
    }
    

    header {
      width: 100vw;
      height: 85vh;
      
    }

    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }


    .footer{

        max-width: 100vw;
    }

 

}

@media (max-width:320px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -500px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        max-width: 100vw;
    }

 
}

@media (max-width:325px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
      height: 45vh;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
        max-width: 100vw;
        padding: 10px;
    }

 
}

@media (max-width:768px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
      height: 45vh;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
        max-width: 100vw;
        padding: 10px;
    }

 

}
@media (max-width:425px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
      height: 45vh;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
        max-width: 100vw;
        padding: 10px;
    }

 

}

@media (max-width:375px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -900px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
      height: 45vh;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
        max-width: 100vw;
        padding: 10px;
    }

 

} */



/*@media (max-width:430px)
{
    .good{
        padding: 0;
    }
    .hey{
        position: absolute;
        top: -20px;
        left: 1px;
    }
    .good {
        flex-direction: column;
        max-width: 100vw;
        height: 93vh;
        justify-content: center;
        align-items: center;
        background: white;
        margin-top: -570px;
        transition: all 0.2s ease;
    }

    .men {
        display: block;
        width: 35px;
        height: 25px;
        border: 1px solid;
        border-radius: 5px;
        background: #efefef;
    }

    .mobile-menu {
        margin-top: 0px;
    }


   .good a{
      margin: 20px auto;
    }

    header {
      margin-top: -20px;
      max-width: 100vw;
    }
    h1
    {
        font-family: 'Times New Roman', Times, serif;
        margin: 5px;
   
    }
    .header-content
    {
        padding: 5px;
        font-size: 1rem;
    }

    
    .row {
        display: block;
        justify-content: center;
        align-items: center;
        
    }

    .row-ga{
        display: block;
        justify-content: center;
        align-items: center;
    }
    .footer{
        margin-top: 100px;
        max-width: 100vw;
    }

 

}*/
