* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
    font-style: normal;    
}


/* start header*/
.header-img  {
    background-image: url(image/img/header-bg.jpg);
    height: 170px;
    background-size: cover;
}
.grid-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
}
.logo-header {
    padding: 40px 40px;
    display: flex;
    align-items: center;
}
#logo-1 {
    width: 300px;
}
#icon-1 {
    padding-left: 550px;
}
.text-header {
    color: white;
    font-size: 23px;
    padding-top: 18px;
    font-weight: 700;
}
/* end header*/

/* start nav*/

/*#nav-header{
    padding-left: 50px;
}
.text-end {
    padding-right: 100px;
}*/

.container-1 {
    max-width: 1140px;
    margin: 0 auto;
}
nav {
    background-color: #333;
}
.menu {
    display: flex;
    list-style: none;
}

.menu li {
    margin-left: 20px;
    padding-top: 15px;
}
.menu li a {
    color: #fff;
    text-decoration: none;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    position: relative;

}
.nav-wrapper .button  {
   margin-top: 10px;
   margin-left: 10px;

}
.nav-wrapper .button .login {
    padding: 5px 5px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;

}
.nav-wrapper .button .login a {
    color: #fff;
    text-decoration: none;
}
.nav-wrapper .button .login a:hover {
    color: goldenrod;
}
.nav-wrapper .button .register {
    padding: 5px 5px;
    background-color: rgb(96, 84, 13);
    color: #fff;
    border-radius: 5px;
}
.nav-wrapper .button .register a {
    color: #fff;
    text-decoration: none;
}
.nav-wrapper .button .register a:hover {
    color: goldenrod;
}
/***** ham menu *****/
.ham-menu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 1rem;

  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* Rotate first bar */
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  /* Fade out the second bar */
  .change .bar2 {opacity: 0;}
  
  /* Rotate last bar */
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .menu-active {
    display: block !important;
}
  
/* start middle*/
.middle-bg {
    background-image: url(https://kick1688.com/wp-content/uploads/2022/11/kick1688-bg-scaled.webp);
    background-size: cover;
}
.box-text {
    padding-top: 50px;
    margin-left: 400px;
}
.box-text h1 {
    color: orange;
}
.text-middle {
    color: #fff;
    font-size: 30px;
}
.pic-middle{
    margin-left: 800px;
}
.grid-slot {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}
#text-slot {
    color: #fff;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    margin: auto;
    row-gap: 10px;
    justify-items: center;
    width: 1200px;
    
}
.content-text {
    color: #fff;
    background-color: green;
    text-align: center;
}
/* end middle*/

/* start footer*/
.contact-1 {
 padding-top: 50px;
}
.text-footer {
    color: gold;
    font-size: 30px;
}
.text-id {
    color: #fff;
    font-size: 20px;
}
.text-copy {
    color: #fff;
    padding-top: 20px;
}
.bank {
    width: 100%;
    max-width: 800px;
}
.agency {
    width: 100%;
    max-width: 800px;
}
/* end footer*/


@media only screen  and (max-width: 794px) {
    .header-img {
        width: 100%;
    }
    .menu {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .menu li {
        padding: 0.5rem 0.5rem;
    }
    .menu li a {
        margin: 2rem 0 ;
        padding: 1rem 0.5rem;
    }
    .menu li a:hover {
        color: goldenrod;
    }
    .menu li:hover {
        background-color: #2a2a2a;
    }
    .nav-wrapper {
        padding: 0.7rem 1rem;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
   
    .nav-wrapper .button {
        margin: auto;
    }
    .logo-header {
        width: 100%;
    }
    #logo-1{
        width: 100%;
        max-width: 500px;
        margin: auto;
        padding-bottom: 200px;
        text-align: center;
    }
    #icon-1 {
        display: none;
    }
    .text-header {
        display: none;
    }
    .text-end {
        padding-left: 150px;
        width: 100%;
    }
    /******/
    .middle-bg {
        width: 100%;
    }
    .box-text{
        width: 100%;
        margin: auto;
        padding: 10px;
    }
    .text-middle {
        font-size: 20px;
    }
    .pic-middle {
        display: none;
    }
    .grid-slot img {
        width: 100%;
        max-width: 400px;
    }
    .grid {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .content img {
        width: 100%;
    }

    /*****/
    .bank {
        width: 100%;
        max-width: 800px;
    }
    .agency {
        width: 100%;
        max-width: 800px;
    }
 
}
@media only screen and (min-width: 795px) and (max-width: 992px) {
    .header-img {
        width: 100%;
    }
    .logo-header {
        width: 100%;
        display: flex;
    }
    #logo-1{
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding-bottom: 200px;
    }
    #icon-1 {
    display: none;
    }
    .text-header {
        display: none;
    }
    /**** ham menu***/
    .ham-menu {
        display: none;
    }

    /******/
    .middle-bg {
        width: 100%;
    }
    .grid-slot img{
        width: 100%;
    }
    .box-text{
        width: 100%;
        margin: auto;
        padding: 10px;
    }
    .text-middle {
        font-size: 20px;
    }
    .pic-middle img {
    display: none;
    }
    .grid {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        text-align: center;
    }
    .content{
        width: 100%;
    }
    .menu {
        margin-right: 100px;
    }
    .bank {
        width: 100%;
        max-width: 800px;
    }
    .agency {
        width: 100%;
        max-width: 800px;
    }
}
@media only screen and (min-width: 993px) and (max-width:1220px) {
    .header-img {
        width: 100%;
    }
    .logo-header {
        width: 100%;
        display: flex;
    }
    .ham-menu {
        display: none;
    }
    #logo-1{
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding-bottom: 200px;
    }
    #icon-1 {
    display: none;
    }
    .text-header {
        display: none;
    }
    /******/
    .middle-bg {
        width: 100%;
    }
    .grid-slot img{
        width: 100%;
    }
    .box-text{
        width: 100%;
        margin: auto;
        padding: 10px;
    }
    .text-middle {
        font-size: 20px;
    }
    .pic-middle img {
        width: 100%;
        max-width: 300px;
    }
    .grid {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        text-align: center;
    }
    .content{
        width: 100%;
    }
    .menu {
        margin-right: 100px;
    }
    .bank {
        width: 100%;
        max-width: 800px;
    }
    .agency {
        width: 100%;
        max-width: 800px;
    }
}
@media only screen and  (min-width:1220px) {
    .ham-menu {
        display: none;
    }
}
