* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1.25px;
    font-family: 'Comfortaa', sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    align-items: center;
    background-color: black;
}

.navbar-top {
    display: flex;
    align-items: center;
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btnLogin {
    display: flex;
    background-color: #6ec1e4;
    align-content: center;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.5s;
}

.section {
    height: 600px;
    width: 100%;
    background-position: center;
    color: #0f0f0fc7;
    text-align: center;
    padding: 70px;
    padding-left: 5%;
    padding-right: 10%;
}

.bg {
    background-image: url('Images/computer1-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.store-icon {
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
}

h1 {
    font-size: 2.5em;
    /* Adjust the font size as needed */
}

.section-2 {
    box-sizing: border-box;
    color: #f0e9e9c7;
    /* Set text color to contrast with the background */
    text-align: center;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
    padding-left: 50px;
}

.column-2 {
    width: 34%;
}


/*   <!-----------------------------------------------------------------CHECKEASY™?--> */
.small-container {
    max-width: 100%;
    margin: auto;
}

.small-container-1 {
    max-width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.row-3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-form {
    text-align: left;
    padding-left: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*   <!----------------------------------------------------------------Countere card--> */

.Counter {
    font-size: 36px;
    color: #6ec1e4;
    margin: 10px;
}

.counterCard {
    font-size: 70px;
    color: #6ec1e4;
    line-height: 1;
    font-family: sans-serif;
}

/*   <!----------------------------------------------------------------Laptop mobile card--> */
.row-laptop {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-laptop {
    flex-basis: 50%;
    max-width: 50%;
}

    .col-laptop img {
        max-width: 100%;
        pad: 50px 0;
    }

.col-laptop2 {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 10px;
    align-items: left;
}

    .col-laptop2 h1 {
        font-size: 40px;
        line-height: 60px;
        margin: 25px 50px;
        text-align: left;
    }

    .col-laptop2 p {
        text-align: left;
        margin: 25px 50px;
        font-size: 30;
        font-weight: normal;
    }


/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

nav {
    flex: 1;
    text-align: right;
    padding-right: 25px;
    padding-left: 25px;
}

    nav ul {
        display: inline-block;
        list-style-type: none;
    }

        nav ul li {
            display: inline-block;
            margin-right: 20px;
        }

a {
    text-decoration: none;
    color: #555;
}

p {
    margin-top: 10px;
    color: #555;
    text-align: center;
}

.container {
    max-width: 100%px;
    margin: auto;
    background-color: #d1cece;
}

.row {
    display: flex;
    align-items: left;
    padding-top: 50px;
    padding-left: 20%;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-around;
    background-image: linear-gradient(180deg, #6ec1e4 0%, #f2295b 100%);
}

.row-store-images {
    display: flex;
    padding-top: 50px;
    justify-content: center;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
    align-items: right;
}

    .col-2 img {
        max-width: 100%;
        pad: 50px 0;
    }

    .col-2 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 25px 0;
    }

.btn {
    display: inline-block;
    background-color: #6ec1e4;
    color: white;
    padding: 15px 30px;
    margin: 30px 0;
    border-radius: 5px;
    transition: 0.5s;
}

.btnDemo {
    display: inline-block;
    background-color: #6ec1e4;
    color: white;
    padding: 15px 30px;
    margin: 30px 0;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-1 {
    background-color: white;
    color: black;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.btnMobile {
    background-color: white;
    color: black;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-2 {
    display: inline-block;
    background-color: #6ec1e4;
    color: white;
    padding: 15px 30px;
    margin: 30px 0;
    border-radius: 5px;
    transition: 0.5s;
}


.btn:hover {
    background-color: #555;
}

.header {
    background: radial-gradient(#fff, #ffd6d6);
}

    .header .row {
        margin-top: 70px;
    }

/* Contact us form------------------------------------------------------Style inputs */
input[type=text],
select,
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    margin-top: 6px;
    margin-bottom: 35px;
    resize: vertical;
}

input[type=submit] {
    background-color: rgb(226, 224, 224);
    color: black;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    padding: 8px;
    margin: 20px 0;
}

    input[type=submit]:hover {
        background-color: #555;
    }

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

    .column,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .contact-form {
        text-align: left;
        padding-left: 12%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .column-2 {
        width: 90%;
    }

    .column {
        margin-top: 10px;
    }
}



/*------------------------------ Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*---------------------------------------------- Blue Div */
.col-4 {
    flex-basis: 25%;
    min-width: 200px;
    margin-bottom: 40px;
    transition: tranform 0.5s;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

    .col-4 img {
        width: 70px;
        height: 70px;
    }

.col-5 {
    min-width: 200px;
    margin-bottom: 30px;
    transition: tranform 0.5s;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.title {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: black;
}

.h4 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
}

.col-4 p {
    font-size: 16px;
}

.row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #38B6FF;
    padding: 4%;
    padding-right: 15%;
    padding-left: 15%;
}

.p2 {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
}

.h4 {
    color: #fff;
    font-size: 22;
    font-weight: bold;
    font-family: sans-serif;
}

/*-----------------------------Contact footer----------*/
.row-5 {
    max-width: 100%;
    margin: auto;
    background-color: #2d2d2d;
    padding-left: 10px;
    padding-right: 10px;
}

/*------------------------------------footer----------*/

.footer {
    width: 100%;
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}



/* Responsive layout for screens less than 600px wide */
@media screen and (max-width: 1080px) {
    body {
        padding: 0;
    }

    .section {
        padding: 50px;
        text-align: center;
    }

    h1 {
        font-size: 2em;
    }

    .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .col-laptop,
    .col-laptop2 {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        .col-laptop2 h1,
        .col-laptop2 p {
            margin: 25px 0;
            text-align: center;
        }

    .navbar {
        flex-direction: column;
        text-align: center;
    }

    nav {
        text-align: center;
        padding: 0;
    }

        nav ul li {
            display: block;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .row {
        padding-left: 5%;
        padding-right: 5%;
    }

    .col-2,
    .col-2 img {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .row-2,
    .row-3,
    .row-laptop,
    .row-5 {
        padding-left: 10%;
        padding-right: 10%;
    }

        .row-5 .col-4 {
            flex-basis: 50%;
            max-width: 50%;
        }

    .footer {
        padding: 30px 0 10px;
    }

    .col-4 img {
        width: 50px;
        height: 50px;
    }
}

.column-1 {
    padding: 1px;
    border: #000;
}
