.maintenance{

    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:url(images/bg.jpg) center center;
    background-size:cover;
    position:relative;

}


/* Card */

.overlay-card{

    position:relative;
    z-index:5;

    width:100%;

    text-align:center;

    padding:70px 60px;

    border-radius:22px;

    background:rgba(0,118,128,.72);

    backdrop-filter:blur(10px);

    color:#fff;
    
    height: 600px;

}

.logo{

    width:120px;
    margin-bottom:25px;

}

.small-title{

    font-size:22px;
    margin-bottom:18px;

}

.overlay-card h1{

    font-size:45px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:25px;

}

.description{

    font-size:13px;
    max-width:700px;
    margin:auto;

}

/* Subscribe */

.subscribe-box{

    width:100%;
    max-width:620px;

    margin:40px auto;

    background:#fff;

    border-radius:50px;

    padding:6px;

    display:flex;

}

.subscribe-box input{

    flex:1;
    border:none;
    outline:none;

    padding:20px 24px;

    font-size:16px;

    border-radius:50px;

}

.subscribe-box button{

    width:210px;

    border:none;

    background:#006b78;

    color:#fff;

    font-size:18px;

    border-radius:50px;

    cursor:pointer;

    transition:.4s;

}

.subscribe-box button:hover{

    background:#004f59;

}

/* Social */

.social{

    display:flex;

    justify-content:center;

    gap:18px;

}

.social a{

    width:52px;
    height:52px;

    border-radius:50%;

    border:3px solid #ffb300;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;

    text-decoration:none;

    transition:.4s;

}

.social a:hover{

    background:#ffb300;

}

.copyright{

    margin-top:30px;
    opacity:.9;

}

/* Responsive */

@media(max-width:991px){

.overlay-card{

    width:95%;
    padding:50px 30px;

}

.overlay-card h1{

    font-size:58px;

}

}

@media(max-width:768px){

.overlay-card h1{

    font-size:42px;

}

.subscribe-box{

    flex-direction:column;
    background:transparent;
    gap:15px;
    background: #fff;

}

.subscribe-box input{

    width:100%;
    border-radius:40px;

}

.subscribe-box button{

    width:100%;
    padding:18px;

}

.description{

    font-size:14px;

}

}

@media(max-width:480px){

.overlay-card{

    padding:35px 20px;

}

.overlay-card h1{

    font-size:34px;

}

.logo{

    width:90px;

}

.small-title{

    font-size:18px;

}

}






























.steps-section{

width:100%;
padding:90px 20px;
position:relative;
overflow:hidden;

}

.contaneer{

margin:auto;
display:flex;
justify-content:center;
align-items:flex-start;
gap:35px;

}

.card{

width:360px;
height:530px;
border-radius:30px;
padding:40px;
position:relative;
overflow:hidden;
color:#fff;

box-shadow:
0 20px 40px rgba(0,0,0,.08);

transition:.4s;

}

.card:hover{

transform:translateY(-10px);

}

.blue{

background:linear-gradient(to bottom,#5ba5c5,#82b6c5,#dbeff1);

}

.pink{

background:linear-gradient(to bottom,#f78ea7,#f6a4ba,#ffe4ec);

}

.green{

background:linear-gradient(to bottom,#0f6971,#247f87,#dff2f3);

}

.icon{

width:110px;
height:110px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
box-shadow:
0 12px 25px rgba(0,0,0,.18);

position:relative;
margin-bottom:40px;

}

.icon::before{

content:"";
position:absolute;
width:120px;
height:120px;
background:rgba(0,0,0,.15);
border-radius:50%;
z-index:-1;

}

.icon img{

width:45px;

}

.card h2{

font-size:22px;
font-weight:600;
margin-bottom:20px;

}

.card p{

font-size:15px;
line-height:1.7;
opacity:.95;

}

.illustration{

width:210px;
position:absolute;
bottom:20px;
left:35px;

}

.number {
    position: absolute;
    right: 25px;
    bottom: 45px;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 8px 12px rgba(0, 0, 0, .25);
}


.bag{

position:absolute;
left:0;
bottom:0;
width:160px;

}

.tent{

position:absolute;
right:40px;
bottom:20px;
width:220px;

}

/* Responsive */

@media(max-width:1200px){

.container{

gap:30px;

}

.card{

width:330px;

}

}

@media(max-width:991px){

.container{

flex-direction:column;
align-items:center;

}

.card{

width:90%;
max-width:420px;

}

.bag,
.tent{

display:none;

}

}

@media(max-width:600px){

.steps-section{

padding:50px 15px;

}

.card{

height:auto;
padding:30px;

}

.icon{

width:90px;
height:90px;

}

.icon::before{

width:100px;
height:100px;

}

.card h2{

font-size:25px;

}

.card p{

font-size:14px;

}

.illustration{

position:relative;
width:180px;
left:0;
bottom:0;
margin-top:25px;

}

.number{

font-size:56px;
position:absolute;
bottom:15px;
right:20px;

}


.icon{
width:110px;
height:110px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
box-shadow:
0 12px 25px rgba(0,0,0,.18);
position:relative;
margin-bottom:0px;
}

.contaneer {
    margin: auto;
    display: block;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.card {
    width: 100%;
    max-width: 420px;
    margin-bottom: 20px;
}

.copy {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 12px;
    background: #0b6b73;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    display: none;
}

.rows {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border-bottom: 1px solid #ececec;
    gap: 1px !important;
}

.trv-inr-bnr-plane-bx img {
    width: 150px !important;
}

.trv-inr-bnr-plane {
    position: absolute;
    width: 50% !important;
    right: -30px !important;
    top: -230px !important;
    bottom: 0px;
    z-index: 1;
}

.overlay-card {
    width: 100% !important;
    padding: 50px 30px;
}


}




.trv-inr-bnr-plane-bx img{
    width:200px;
}