*{
    margin: 0;
}
html{
    scroll-behavior: smooth;
}

body{
    font-family: Inter,sans-serif;
    font-size: 14px;
    background: #f5f5f5;
}

.head{
    background-color: #3059C5;
    color: white;
    border: 1px solid #3059C5;
    padding: 10px;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-bar{
    background-color: white;
    position: fixed;
    padding: 100vh 20px;
    width: 200px;
    right: -300px;
    color: black;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: right;
    -webkit-box-shadow: -44px 18px 42px 7px rgba(0,0,0,0.3); 
    box-shadow: -44px 18px 42px 7px rgba(0,0,0,0.3);
    transition: all 0.5s;

}

.comeBack{
    right: 0;
    transition: all 0.5s;
}
.cross{
    margin-top: 50%;
    width: 50px;
    height: 50px;
}

.side-bar-text{
    font-size: 20px;
    font-weight: bold;
    color: #3059C5;
    
}

.hamburger{
    display: block;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(204deg) brightness(99%) contrast(103%);
}

.hide{
    display: none;
}

.title{
    font-size: 19.09px;
    margin-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}
.hero{
    max-width: 600px;
    margin: 20% 10%;
    padding: 35px 0px;
}
.hero-title{
    font-size: 33px;
    font-weight: 700;
}

.hero-text{
    margin-top: 10%;
}

.hero-buttons{
    margin-top: 10%;
    
}

.btn{
    display: inline-block;
    background-color: #3059C5;
    border: 3px solid black;
    color: black;
    padding: 10px 20px;
    width: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}



.section-one{
    background-color: #fff ;
    border: 1px solid #fff;
}

.sub-heading{
    font-size: 19.09px;
    margin: 10% 0px;
    font-weight: bold;

}

.container{
    margin: 0px 10%;
}



.col h2{
    color: #3059C5;
    font-weight: 500;
    font-size: 30px;
}

.col-text{
    font-size: 20px;
    max-width: 250px;
}

.col+.col{
    margin-top: 10%;
}

.mobile-pay{
    width: 300px;
    height: 300px;
    max-width: 100%;
}
img{
    max-width: 100%;
}

.profits{
    font-weight: bold;
    color: green;
}

.boss{
    font-weight: bold;
    color: red;
}

.section-two{
    background-color: black ;
    border: 1px solid black;
}

.undertext{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 10% 0px 20% 0px;
}

.subtext2{
    margin: 10% 0px 10% 0px;
    text-align: center;
    color: #3059C5;
    font-size: 30px;
}

.price{
    background-color: #686868;
    text-align: center;
    color: white;
    max-width: 250px;
    margin: auto;
    padding: 20px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 10px;
    box-shadow:
  3.9px 3.7px 3.6px rgba(0, 0, 0, 0.056),
  10.8px 10.1px 10px rgba(0, 0, 0, 0.08),
  25.9px 24.4px 24.1px rgba(0, 0, 0, 0.104),
  86px 81px 80px rgba(0, 0, 0, 0.16);
}

.features{
    text-align: left;
}

.star{
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}

.price h3{
    font-size: 20px;
    font-weight: bold;
}
.price h1{
    font-size: 30px;
}

.features li +  li{
    margin-top: 10px;
}
.cross{
    text-decoration: line-through;
}

#blue{
    background-color: #3059C5;
}

#red{
    background-color: #FF0000;
}

.features li {
    font-size: 18px;
}

.footer{
    color: white;
    background-color: #686868;
    border: 1px solid #686868;
    margin-top: 30px;
}

.footer-title{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin: 20px 0px;
}
.text+.text{
    margin-top: 20px;
}

.text p{
    margin-bottom: 5px;
}

.input{
    border: 3px solid black;
    border-radius: 5px;
    padding: 10px 100px 10px 5px;
    text-align: left;
}

.footer-btn{
    text-align: center;
    background-color: black;
    color: white;
    font-weight: 900;
    max-width: 300px;
    margin: 20px auto;
    padding: 10px 40px;
    border-radius: 10px;
}
.final-div{
    text-align: center;
}
.end{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    padding: 50px 0px;
}

.carousel-item{
    color: white;
    text-align: center;

}

.carousel{
    display: flex;
    align-items: center;
}

.carousel-item-visible{
    display: block;
}

.carousel-item img{
    max-width: 170px;
    max-height: 170px;
}

.white{
    filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(3%) hue-rotate(201deg) brightness(107%) contrast(100%);

}

.circles{
    display: flex;
    justify-content: space-around;
    margin: 10% 0px
}

.caption{
    color: grey;
    margin: 10px 0px;
    
}

.x{
    text-decoration: line-through;
}
.hero-img{
    display: none;
}

@media (min-width: 800px) {
    .hero{
        margin: 7% 5%;
    }
    .hero-title{
        font-size: 52px;
    }
    .hero-text{
        font-size: 24px;
        margin: 5% 0;
    }
    .hamburger{
        display: none;

    }

    .side-bar{
        position: static;
        margin: 0;
        padding: 0;
        background-color: #3059C5;
        color: white;
        display: flex;
        flex-direction: row;
        gap: 30%;
        margin-right: 10%;
        box-shadow: none;
    }
    .side-bar-text{
        color: white;
    }
    .side-bar-text:hover{
        cursor: pointer;
        color: red;
    }
    .cross{
        display: none;
    }
    .title{
        margin-left: 5%;
        cursor: pointer;
    }
    .hero-buttons{
        width: 90%;
        display: flex;
        justify-content: space-between;
    }
    .btn{
        font-size: 20px;
        width: 200px;
    }
    .btn:hover{
        color: white;
    }
  
    .sub-heading{
        text-align: center;
        font-size: 32px;
        margin-top: 5%;
    }
    .col{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sub-col{
        max-width: 470px;
    }
    .sub-col h2{
        font-size: 48px;
    }
    .col-text{
        margin-top: 5%;
        max-width: 350px;
        font-size: 24px;
    }
    .col img{
        width: 500px;

    }
    .reverse{
        flex-direction: row-reverse;
        margin-bottom: 10%;
    }
    .left{
        display: none;
    }
    .right{
        display: none;
    }
    .circles{
        display: none;
    }
    .hide{
        display: block;
    }
    .carousel{
        margin-top: 0px;
    }
    .carousel-item{
        margin: 5% 0px;
    }
    .carousel-list{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10%;
        margin-bottom: 10%;
    }
    .carousel-item img{
        max-width: 500px;
        max-height: 500px;
        width: 300px;
    }
    .carousel-list h1{
        font-size: 32px;
    }
    .describe{
        font-size: 20px;
    }
    .undertext{
        margin: 5% 0px;
        font-size: 48px;
    }
    
    .row2{
        display: flex;    
        margin-bottom: 10%;
    }
    .star{
        max-width: 50px;
    }
    
    .subtext2{
        font-size: 48px;
        margin: 5% 0px;
    }
    .text{
        text-align: center;
        font-size: 24px;
    }
    .input{
        padding: 10px 300px 10px 10px;
    }
    .footer-btn{
        cursor: pointer;
    }
    .hero-img{
        display: block;
        max-width: 450px;
        margin-right: auto;
        align-self: start;
    }
  
    .hero{
        display: flex;
        gap: 10%;
        max-width: 1200px;
        align-items: flex-start;
    }
   



}

@media (min-width: 1200px){
    .carousel-list{
        flex-direction: row;
    }
    .price{
        padding: 30px 20px 40px 30px;
        border-radius: 20px;
    }
    .price h1{
        font-size: 48px;
    }
    .price h3{
        font-size: 28px;
    }
    
}