*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.wrapper{
    flex-wrap: wrap;
}



/* body */
body
{
    font-family: Arial, Helvetica, sans-serif;
}

/* 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;
}

/* Tracking button */
.woman
{
   background: transparent ;
   padding: 10px 25px;
   border: 1px solid white;
   border-radius: 50px;
   outline: none;
   transition: 0.5s;
   color: white;

}

/* Tracking Hover */
.woman:hover {
    background: rgb(255, 208, 0);
    color: white;
    border: 1px solid rgb(255, 208, 0);
}


/* Tracking link */
.big{
    padding: 10px 20px ;
    font-size: 15px;
    color: white;
}

/* Logistic Services */
h1
{
    font-family: 'Times New Roman', Times, serif;
    margin: 15px;
}

/* Safe and Faster */
.change
{
    margin-left: 50px;
    color:rgb(235, 193, 7);
}

.header-content
{
    padding: 10px;
}



/* image edit*/
.buv {
    width: 450px;
    height: 400px;
}

.container {
    width: 100vw;
    padding: 30px;
    background: #cfcfcf;
}


/* row */
.row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px; 
}


/* Text Coloumn */
.well {
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-top: -60px;
    padding: 10px;
}

h6 {
    color:rgb(233, 192, 9);
    margin: 5px;
    font-size: 20px; 
}

li{
    list-style: none;
}


h2{
    font-family: 'Courier New', Courier, monospace ;
    font-size: 30px;
}


p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.dab {
    width: 450px;
}

.wig {
    font-size: 30px;
    font-weight: 800;
    margin-left: 20px;
    
}

.hack {
    padding: 25px;
    border: 1px #1a1a1a;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    background: rgb(255, 208, 0);
    width: 450px;
}

.content {
    padding: 40px;
    width: 100vw;
}

.team {
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-top: -60px;
    padding: 10px;
}


/* Review page */
.review-page{
    padding: 30px;
    width: 100vw;
}
.review-page .text-container{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.review-page .text-container h2{
    color: rgb(0, 0, 30);
}
.review-page .text-container p{
    font-size: 17px;
    font-weight: 400;
}
.text-container h6{
    margin-bottom: 19px;
    font-size: 20px;
    color: rgb(233, 192, 9);
}
.review-page .counter-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
    padding: 10px 9px;
    position: relative;
}
.counter-wrapper .counter{
    text-align: center;
    position: relative;
}
.counter .count{
    font-size: 3rem;
    margin-bottom: 1rem;
    color:rgb(255, 219, 58);
}
.kai{
   font-size: 18px;
   font-weight: 600;
}

/* Service styling */
.container-v{
    width: 100vw;
    background: #cfcfcf;
    justify-content: center;
    align-items: center;
    padding: 40px;
  
}
.text-center{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.place {
    border: 1px;
    padding: 19px;
    text-align: center;
    background: rgb(255, 208, 0);
    color:1px solid black;
}
.place .fi{
    color: black;
    margin-left: 5px;
}
.col-fa{
    margin-left: 45px;
    margin-top: 30px;
    position: relative;
    display: inline;
}
.row-ga {
    display: flex;
}
.dax{
    font-size: 14px;
    font-weight: 700;
    color:  rgb(221, 181, 6);
}
.dax:hover{
    color:  rgb(183, 156, 35);
}

/* 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 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;
    }

 

} */