@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:wght@400;600&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
    
    
}
html{
    scroll-behavior: smooth;
}

.logo h1{

    color: #24529C;

}
.logo h1 span{

    color: orangered;
}
nav {
    

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    
    padding: 10px 20px;
    position: fixed;
    background-color: white;
    

}

nav ul {
    display: flex;
    list-style: none;

}

nav ul a {
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    border-radius: 15px;
    color: #343F52;
    transition: all 1s ease;
}

nav ul a:hover {

    background-color: #0060AA;
    height: 100%;
    color: #fff;
}

.home{
    
    background: #F3F3FA;
    width: 100%;
    /* height: calc(100vh - 80px); */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 10px; */
   
    
}
.message{
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
}

.message h1{

    text-align: center;
    color: #354053;
    font-size: 50px;
}
.message h1 span{
    color: #605DBA;
    font-weight: bold;
}
.message p{
    font-family: 'Lobster', cursive;
    font-size: 20px;
    text-align: center;
}
.atmimage img{
    padding-top: 40px;
    height: 400px;
}

.plans-box div{
transition: all .5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.plans-box div:hover{
    transform: scale(1.2);

}
.plans-box{
    display: flex;
    justify-content:center;
    align-items: center;
    height: 100vh;
    padding: 20px;
    /* background-color: red; */
    margin: auto;
    background-color: #CAD3C8;
    font-weight: bold;
}

.planA{
    background-color: aliceblue;
    min-width: 250px;
    height:400px;
    margin-right: 25px;
    border-radius: 15px;
}
.planB{
    background-color: aliceblue;
    min-width: 250px;
    height:400px;
    margin-right: 25px;
    border-radius: 15px;
}
.planC{
    background-color: aliceblue;
    min-width: 250px;
    height:400px;
    border-radius: 15px;
}

.planA h1{

    background-color:#FF066E;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #F3F3FA;
}
.planB h1{

    background-color: #FC5513;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #F3F3FA;
}
.planC h1{

    background-color: #01BB40;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #F3F3FA;
}

.plans-box p{
    /* background-color:#605DBA; */
    color: #354053;
    /* height: 80px; */
    padding: 10px;
    line-height: 40px;
    text-align: center;
}

.footer{
    background-color: #2C3A47;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content:space-around;
    align-items: top;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.mobile h1, .mail h1 , .copy{

    color: #FFFFFF;
    padding: 10px 0px;
    text-align: left;

}

.mobile p , .mail p{

    color: #AACACA;
    padding: 20px 0px 0px  0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.copy{
   position: absolute;
   top:43vh;
   height: 40px;
   width:30%;
   text-align: center;
}

.pricing{
    height: 100vh;
    width: 100%;
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.atm-img img{
    height: 70vh;
    transition: all 0.5s ease;
}
.atm-img img:hover{
transform: scale(1.3);

}

.price h1{

    font-weight: bold;
    font-size: 50px;
}
.price p{
    text-align: center;
}

.mobile{
    transition: all .5s linear;
}
.mobile:hover{

    transform: scale(1.3);
}
nav button{
    display: none;
}

@media(max-width:992px){

    .home{
        flex-direction: column;
        align-items: center;
    }
    .message h1{

        text-align: center;
        color: #354053;
        font-size: 40px;
        padding-top: 40px;
    }
    .message p{

        text-align: center;
        font-size: 25px;
    }
}
@media(max-width:920px){

    
    .plans-box{
       
        color: #354053;
        height: 100%;
        padding: 10px;
        line-height: 40px;
        text-align: center;
        flex-direction: column;
        padding-top: 100px;
      
    }
    .planA,.planB,.planC{
        width: 250px;
        margin-top: 20px;
        
    }

    .planA p, .planB p, .planC p{
        font-size: 12px;
    }
    .planC{
        margin-left: -20px;
    }
    .message h1{

        text-align: center;
        color: #354053;
        font-size: 30px;
        padding-top: 100px;
    }
    .message p{

        text-align: center;
        font-size: 14px;
    }
    .pricing{
        height: 100vh;
        width: 100%;
        padding-top: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        
    }
    .pricing h1{
        font-size: 25px;
    }

    nav ul {
        display: none;
        
    
    }
   
    .right-bar::before,
    .right-bar .bar,
    .right-bar::after{
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        background-color: #343F52;
        margin: 6px 0px;
        border-radius: 2px;
        transition: all .5s ease;
    }
    nav button{
        display: block;
        
    }
    .footer{
        flex-direction: column;
        align-items: center;
        line-height: 3px;
    }
    .mobile h1{

      font-size: 20px;
      text-align: center;
    }
    .mail h1{
        font-size: 20px;
        text-align: center;
        margin-top: -80px;
    }
     .copy{
      
        top:40vh;
        height: 40px;
        width:100%;
        text-align: center;
     }


}



.right-bar{
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    margin-right: 10px;
  


}
.mobile-nav.active{
    
    margin-top:70px;
    display: flex;
    position: fixed;
    width: 95%;
   
    /* background-color: #01BB40; */
    justify-content: center;
    align-items: center;
    
  

}
.mobile-nav li a{
    text-decoration: none;
    display: block;
    color:#605DBA;
    
}
.mobile-nav ul{
    display: flex;
    width: 100%;
    padding-left: 10px;
    
    
}
.mobile-nav ul li{
    list-style: none;
    padding: 5px 0px;
    background-color: #fff;
    width: 100%;
    border:1px solid grey;
    text-align: center;
    margin-right: 10px;
    border-radius: 10px;
    transition: all .5s ease;
   
}
.mobile-nav li:hover{

    background-color: #0060AA;
      
}
.mobile-nav li a:hover{

    color: white;
}




