* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

@import 'animate.css';

.navigation {
    height: 60px;
    /* background-color: black; */

}

.logo {
    height: 80px;
    width: 200px;
}

.links {
    height: 80px;
    width: 750px;
}

.links>a:hover {
    transform: scale(1.2);
    text-decoration: underline;
}

.icon-bar {
    font-size: 25px;
}

.i-text {
    display: none;
}

@media (max-width: 790px) {
    .i-text {
        display: block;
    }

    .links>a {
        display: none;
    }

    .button-text {
        display: none;
    }

    .div-test {
        height: 250px;
        width: 170px;
    }
}

@media (max-width: 553px) {
    .div-test {
        height: 250px;
        width: 170px;
    }
}



.icon-bar {
    position: absolute;
    right: 15px;
    top: 20px;
}

.parent-section {
    background-image: url(https://portotheme.com/html/porto_ecommerce/landing/img/header_bg.jpg);
    height: 500px;
    width: 100%;
}

.child-section1 {
    height: 300px;
    width: 450px;

}

.child-section2 {
    height: 400px;
    width: 550px;

}

.bold {
    font-weight: 600 !important;
}

.h1 {
    color: white !important;
}

.text-color-white {
    color: white !important;
}

.margin {
    margin-right: 10px;
}

.div1 {
    width: 300px;
    height: 100px;
    background-color: blue;
}

.slide-right {
    animation: 3s slide-right;
    position: absolute;
    top: 50%;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

.fade-in {
    animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.div-test {
    height: 150px;
    width: 500px;
}

.div-star {
    position: relative;
    top: -8px;
}

.fa-star {
    font-size: 25px;
    color: gold;
}

.div-hash {
    position: relative;
    top: 5px;
    bottom: 20px;
}

/* complite */
.color {
    height: 300px;
    flex-direction: column;
    row-gap: 5%;
    position: relative;
    top: 100PX;

}

.h1InContainer {
    width: 550px;
}

.subtitle {
    width: 100%;
    height: 50px;
}

.main {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgb(96, 231, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: verdana;
    float: left;
    margin: 30px;
    text-shadow: 1px 1px black;
    box-shadow: 0px 0px 72px -9px rgba(26, 53, 255, 0.75);
}

.test-img {
    height: 600px;
    position: relative;
    top: 100px;
    /* background-image: url(https://portotheme.com/html/porto_ecommerce/landing/img/intro1.jpg); */
    width: 400px;
}

.image-1 {
    z-index: 3;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.imageBackground {
    background-image: url(https://portotheme.com/html/porto_ecommerce/landing/img/intro1.jpg);
    height: 400px;
    width: 1000px;
}

.image-bg {
    position: relative;
}

.image-3 {
    /* position: absolute; */
    margin-right: -250px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.theNewGen {
    height: 300px;
    position: relative;
    top: 100px;
}
.inner-box {
    height: 200px;
    width: 300px;
}
.TheMostCus
{
    height: 250px;
}
.new-section
{
    height: 600px;
}
.new-boxes-insed
{
    height: 400px;
    width: 300px;
}
