.wrapper {
    background: url(../images/bg.jpg?v=21) no-repeat top center;
    background-size: cover;
    min-height: 100vh;
}


.intro-text {
    padding-left: 50px;
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    width: 100%;
    display: none;
}
.mob{
    display: none;
}
.btn-box.mob{
    display: none;
}
.contain{
    height: calc(100vh - 97px);
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.text-img{
    max-width:100%;
}
.text-box{
    margin-top: 12%;
    text-align: right;
    padding-right: 10px;
}
.text-box img{
    max-width: 100%;
}
.btn-box.desk{
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}
.btn-box a img{
    max-width: 100%;
    margin: 0 5px;
}
/*-------- steps -----------*/
.steps-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 10px;
   background: url(../images/bg-foot.png) no-repeat center;
   background-size: cover;
}

.steps-box {
    width: 1355px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 97px;
}

.steps-box div {
    display: flex;
}

.num {
    margin-right: 10px;
}

.letter {
    max-width: 100%;
}

.first-step {
    display: block;
    color: white;
    font-size: 16px;
}

.first-step img {
    margin-bottom: 10px;
}

.first-step p {
    margin-left: 15px;
    margin-top: -10px;
}

/*--------end steps -----------*/
@media (max-width:1360px) {

    hr {
        display: block;
        border-top: solid 1px #05a5ab;
    }
    .btn-box{
        padding-right: 0;
    }
    .steps-container {
        position: relative;
        border-top: 2px solid #d9e400;
        background: rgb(1,50,115);
        background: linear-gradient(0deg, rgba(1,50,115,1) 0%, rgba(6,37,128,1) 17%, rgba(4,86,160,1) 52%, rgba(6,37,128,1) 87%, rgba(1,50,115,1) 100%);
    }
    .steps-box {
        width: 100%;
        flex-direction: column;
        padding: 10px 0;
    }

    .steps-box div {
        width: 400px;
    }

    
}
@media (max-width:768px) {
    .mob {
        display: block;
        max-width: 100%;
    }
   .desk{
       display: none;
   }
   .btn-box.desk {
    display: none;
}
.btn-box.mob{
    display: block;
    max-width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(1,50,115);
    background: linear-gradient(0deg, rgba(1,50,115,1) 0%, rgba(6,37,128,1) 17%, rgba(4,86,160,1) 52%, rgba(6,37,128,1) 87%, rgba(1,50,115,1) 100%);
}
.btn-box a img{
    max-width: 90%;
}
    .wrapper {
        background: #052819;
        height: unset;
    }
    .num {
        width: 75px;
        height: 75px;
    }
    .letter {
        width: 200px;
    }
    .steps-box div {
        width: 310px;
    }
}

@media (max-width: 600px) {
    .btn-box.mob {
        height: 80px;
    }
}
