

body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    background-color: #fdfafa;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}


header {
    background: #159843;
    color: #fffefe;
    padding-top: 5px;
    min-height: 70px;
    border-bottom: #fffffe 3px solid;
}
header a {
    color: #fd3939;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
header ul {
    padding: 10px;
    list-style: none;
}
header li {
    display: inline;
    padding: 0 10px 0 20px;
    font-family: Arial, Helvetica;
}
header #branding {
    float: left;
}
header #branding h1 {
    margin: 0;
}
header nav {
    float: right;
    margin-top: 10px;
}

.container2 {
    text-align: center;
    margin: 25px;
    
}

.container2 h1{
    font-size: 50px;
    color:#090663;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.header-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-code img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.header-code h2 {
    margin-bottom: 20px;
    font-family: Arial, Helvetica;
    color:#090663;

}

.pointers {
    display: flex;    
    /* padding: 10px;     */
    border-radius: 10px;    
    width: 30vw;
    margin-right: 50vw;
    height: auto;
    /* background-color: #fd3939; */
    gap:2vw;
    .left{
        padding: 0;
        margin: 0;
        text-align: right;
        width: 50%;
        /* background-color: green; */
    }
    .right{
        width: 50%;
        /* background-color: orange; */
    }

}


.pointer-item {
    display: flex;
    /* align-items: center; */
    margin: 10px 0;
}

.pointer-item img {
    scale: 1.3;
}

.pointer-item p {
    /* margin: 0; */
    color:#090663;
    font-size: 18px;
}



video {
    margin-top: 20px;
    width: 100%;
    max-width: 400px; 
    height: auto;
    padding-right: 20px;
}


.box {
    padding: 20px;
    background: #f8f8f8;
    border: #004085 1px solid;
    margin-bottom: 20px;
    width: 30%;
    float: right;
    margin-right: 150px;
    border-radius: 10px;    

    
    
}
.form-container {
    background: #f8f8f8;
    color: #090663;
    padding: 10px;
}
.form-container h2 {
    margin-top: 0;
    color:#090663;
}
.form-container input, .form-container select{
    width: 70%;
    padding: 5px;
    margin: 5px 0 20px 0;
    border-radius: 3px;
}

.form-container button{
    background: #34b634;
    width: 180px;
    padding: 5px;
    margin: 5px 0 20px 0;
    border-radius: 3px;
    height: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #fff;
    
}

.features {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    padding: 20px;
    margin: 0 auto;
}
.feature {  
    text-align: center;
    display: flex;
    padding-left: 0px;
}
.features img{
    display: inline-flexbox;
    padding-right: 10px;
    
}





.features{
    background: #f8f8f8;
    padding: 20px;    
    text-align: center;
    margin-bottom: 20px;
    list-style-type: none;
    padding: 10px;
    margin: 10px 0;

}

.feature1 {
    
    flex-direction: column;
    align-items: center;
    margin: 5px;
    height: 90px;
    padding-left: 5px;
    
    
}

.feature1 img {
    max-width: 100px;
    height: auto;
}

.feature1 p {
    margin-top: 10px;
    font-size: 1em;
    color:#004085;
}






body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fdfdfd;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 20px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.card img {
    max-width: 100%;
    border-radius: 10px;
}
.card h3 {
    margin: 15px 0;
    color:#090663;
}
.card p {
    text-align: left;
    color:#090663;
}
.card button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.features1, .why-choose {
    
    /* background: #a30000; */
    /* padding: 10px; */
    width:60vw;
    margin-left: 20vw;
    /* margin: auto; */
    display: flex;   
}

/* .features1 img{
    margin-right: 10px;

} */
.features1 h2, .why-choose h2 {
    text-align: left;
    
    color:#090663;
}
.features1 ul, .why-choose ul {
    list-style-type: none;
    /* padding: 0;
     */
}
.features1 li, .why-choose li {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
.features1 li:last-child, .why-choose li:last-child {
    border-bottom: none;
}
.brands {
    text-align: center;
    justify-items: center;
    margin: 10px 0;
}
.brands img {
    max-width: 100px;
    margin: 0 10px;
    
    
}
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}
.testimonials {
    text-align: center;
    padding: 20px;
}
.testimonials h2 {
    color: green;
}
.testimonial-images img {
    width: 200px;
    margin: 10px;
    color:#090663;
}
.testimonial-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.card {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: left;
    
    
}

.card img{
    display: flexbox;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    
}
.card h3 {
    color: #090663;
}
.card p {
    color: #555;
}
.footer {
    background-color: #004085;
    color: white;
    padding: 10px;
    text-align: center;
}

.slider {
    position: inline center;
    width: 150px; 
    height: 100px; 
    overflow: hidden;
    text-align: center;
    justify-content: center;
    display: flex;
}

.slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: left 1s ease-in-out;

}

.slide.active {
    left: 0;
}

.slide.prev {
    left: -100%;
}



.jjj {
    text-align: center; 
}

.image-text-image {
    display: flex;
    align-items: flex-start;
    justify-content: center; 
}

.image-text-image img:first-child {
    max-width: 100px; 
    height: auto; 
    margin-bottom: 15px;
    align-self: flex-start;
    padding-top: 10px; 
}

.image-text-image h2 {
    margin: 0 20px;
    padding: 10px;
    text-align: center;
    color:#090663; 
}

.image-text-image img:last-child {
    max-width: 100px; 
    height: auto;
    margin-top: 10px; 
    align-self: flex-end; 
}
.image-text-image h1{
    margin: 0 30 px;
    padding: 10px;
    text-align: center;
    color:#090663;
}

.youtube{
    display: flex;
    border-radius: 10px;
    padding: 15px;
    height: auto;
    gap: 15px;
}

.collage{
    border-radius: 10px;
    

}

.jj{
    display: flex;
    text-align: center;
    align-items: center;
    height:auto;
    margin: auto;
    float: right;
    padding-right: 180px;
    
}

.stores {
    display: flex;
    height: auto;
    margin-left: 25vw;
    gap: 5vw;
    /* padding: -20px; 
    column-gap: 0px;
    align-items: center;
    justify-items: center; */
}

.stores img {
    width: 300px; 
    height: 100px; 
    
}


