@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
body,html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font-family: poppins,sans-serif;
}
header{
    min-height: 10vh;
    min-width: 100%;
    margin-bottom: 10px;
    display: flex;
    background-color: #2883DC;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
}
header .logo{
    justify-self: center;
    width: 110px;
}
img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.burger{
    height: 35px;
    width: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: 16px;
    z-index: 3;
}
.burger div{
    height: 2px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    transition: .5s;
}
.burger.toggle .line1 {
    transform: rotate(-45deg) translate(-10px, 5px);
}

.burger.toggle .line2 {
    opacity: 0;
}

.burger.toggle .line3 {
    transform: rotate(45deg) translate(-8px, -3px);
}
nav{
    min-height: 100vh;
    min-width: 100%;
    background-color: #2883DC;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    z-index: 2;
}
nav.active {
    right: 0;
}
.navlist{
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    margin-top: 10vh;
}
.navlist .searchbox{
    width: 90%;
    align-self: center;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
}
.searchbox input{
    width: 85%;
    height: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-family: poppins,sans-serif;
    background: none;
    border:none;
    color: #000;
    font-weight: 300;
}
.searchbox input::placeholder{
    color: #F5F2E7;
    font-weight: 300;
}
.searchbox button{
    width: 13%;
    height: 100%;
    background: none;
    border: none;
}
.searchbox .fa-solid{
    color: #A0C700;
    font-size: 18px;
}
.navlist ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 6vh;
}
.navlist ul li{
    margin-bottom: 12px;
}
.navlist ul li a{
    font-weight: 600;
    font-size: 21px;
    color: #A0C700;
    text-decoration: none;
}
.welcome{
    margin-top: 20px;
    margin-left: 20px;
}
.welcome h1{
    font-size: 28px;
    color: #4A4A4A;
    font-weight: 600;
}
.featured{
    min-width: 100%;
    min-height: 35vh;
    padding: 20px 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
   
}
.featured .offers{
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    display: flex;
}
.featured h3{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #2883DC;
}

.offer{
    width: 160px;
    min-width: 160px;
    height: 340px;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    overflow: hidden;
    margin-inline-end: 16px;
}
.offer .cover-img{
    min-height: 52%;
    max-height: 52%;
    width: 100%;
    height: 110px;
    background-color: #D9D9D9;
}
.offer p{
    font-size: 10px;
    margin-top: 2px;
    font-weight: 500;
    min-height: 30%;
    color: #A0C700;
}
.offer a{
    height: 100%;
}
.offer .name{
    margin-top: 10px;
    font-weight: 700;
    color: #002A5E;
}
footer{
    height: 20vh;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: #2883DC;
}
.flogo{
    width: 100px;
    height: 34px;
}
.socials{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    width: 55%;
}
.socials li a{
    color: #000;
    font-size: 20px;
}
.login{
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    padding: 4px 16px;
}
.login p{
    color: #A0C700;
    font-size: 45px;
    cursor: pointer;
}
.login h2{
    font-size: 26px;
    color: #002A5E;
    font-weight: 500;
    margin-bottom: 14px;
}
.login-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form div{
    display: flex;
    flex-direction: column;
    height: 86px;
    width: 100%;
    margin-top: 8px;
}
.login-form input,select{
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #002A5E;
    border-radius: 10px;
    width: 100%;
    font-family: poppins;
}
.login-form label{
    color: #BDBDBB;
    margin-bottom: 4px;
}
.login-form input[type=submit]{
    width: 100%;
    border-radius: 50px;
    height: 50px;
    background: #2883DC;
    color: #A0C700;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    cursor: pointer;
}
input{
    outline: none;
    font-family: 'Poppins';
}
.login h2 span{
    color: #2883DC;
    position: relative;
}
.login h2 span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2883DC;
    bottom: -7px;
    left: 1px;
    border-radius: 10px;
    transform: rotate(-7deg);
}
.plan{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #4A4A4A;
    display: flex;flex-direction: column;
    text-align: center;
    justify-content: space-evenly;  
    margin-top: 4vh;  
    height: 200px;
    padding: 0 10px;
}
.login .plan p{
    font-size: 14px;
    color: #4A4A4A;
}
.plan a{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    cursor: pointer;
}
.plan .price{
    color: #A0C700;
    font-weight: 500;
    font-size: 38px;
}
.plan .price span{
    font-size: 20px;
}
.small{
    color: #4A4A4A!important;
    font-size: 16px!important;
}
.login .code{
    color: #A0C700;
    font-size: 28px;
    margin-top: 30px;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid #002A5E;
    border-radius: 50px;
}
.login button{
    border-radius: 50px;
    height: 50px;
    background: #2883DC;
    color: #A0C700;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30vh;
    cursor: pointer;
    font-family: poppins;
}
.card-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6vh;
    padding: 10px 20px;
    min-height: 60vh;
}
.card{
    position: relative;
    background-color: #2883DC;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 350px;
    flex-direction: column;
    border-radius: 4px;
}
.card .clogo{
    width: 80px;
    height: 48px;
    position: absolute;
    left: 10px;
    top: 0;
}
.card .ccode{
    color: #A0C700;
    font-size: 28px;
    font-weight: 500;
}
.card .cname {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #D9D9D9;
}
.card .cexp{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #D9D9D9;
}
.transactions{
    width: 100%;
    min-height: 30vh;
    margin-top: 30px;
}
.transactions table{
    border: 1px solid;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.transactions table tr{
    height: 48px;
}
.transactions table td:nth-child(2){
    text-align: center;
    color: #B78620;
}
.activate-error{
        width: 100%;
        transform: translateY(-10px);
        background-color: rgb(233 133 133);
        padding: 18px 6px;
        color: #c70303;
        font-size: 12px;
        text-align: center;
}

.contact-container {
    padding: 20px;
    max-width: 400px;
    width: 100%;
    margin: 20px 0;
    min-height: 65vh;
}

.contact-container h1 {
    margin-bottom: 20px;
    color: #002A5E;
    font-weight: 500;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: medium;
    color: #BDBDBB;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #002A5E;
    border-radius: 4px;
}

.contact-form button {
    margin-top: 6vh;
    background-color: #2883DC;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    color: #A0C700;
}

.burger{
    cursor: pointer;
}
#owner{
    min-height: 67vh;
    min-width: 100%;
    display: flex;
    flex-direction: column;
}
.search{
    margin-top: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.search .searchbox{
    width: 90%;
    align-self: center;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
}
.myprofile h1{
    font-size: 22px;
    margin-block: 10px;
    color: #2883DC;
}
.myprofile p{
    font-size: 14px;
    color: #A0C700;
}

.addform{
    padding: 0 18px;
}

.mknav{
    display: none;
}

.indexh{
    display: flex;
    flex-direction: column;
    margin-block: 10px;
    padding: 10px 20px;
    margin-top: 40px;
}
.indexh h1{
    font-size: 35px;
    font-weight: 500;
    color:#002A5E;
}
.indexh h3{
    width: 100%;
    margin-block: 10px 20px;
    font-weight: 400;  
    font-size: 14px;
}
.searchbox{
    border: 2px solid #002A5E;
    border-radius: 40px;
    outline: none;
}
.subheader {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    color: #002A5E!important;
}
.coffer{
    position: relative;
}
.coffer .name{
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000082;
}
.main{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}
.content{
    margin-top: 30px;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vh;
}
.contentImg{
    width: 100%;
    max-width: 1250px;
    min-width: 350px;
    max-height: 600px;
    overflow: hidden;
    
}
.details{
    display: flex;
    margin-block: 6vh 0vh;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px 22px;
    border-bottom: 1px solid #00000082;
}
.details h3{
    font-size: 17px;
    color: #fff;
    background: #A0C700;
    width: 165px;
    text-align: center;
    border-radius: 30px;
    padding: 6px 0px;
    font-weight: 400;
}
.details p{
    margin-top: 18px;
    width: 100%;
}
.actions{
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;
}
.actions a:first-child{
    padding: 10px 20px;
    background: #002A5E;
    color: #fff;
    border: 1px solid #002A5E;
    border-radius: 4px;
}
.actions a:nth-child(2){
    padding: 10px 20px;
    color: #002A5E;
    margin-inline-start: 16px;
    border-radius: 4px;
    border: 1px solid #002A5E;
   
}
.cover-img img{
    border-radius: 6px;
}
.offers .ored{
    width: 165px;
    height: 170px;
    margin-inline-end: 12px;
    min-width: 165px;
}
.more{
    padding: 10px 20px;
    background: #2883DC;
    color: #fff;
    border: 1px solid #2883DC;
    border-radius: 4px;
    width: 40%;
    align-self: center;
}
