* {
    padding: 0px;
    margin: 0px;
}

.Page1 {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: #2073c2;
}

.nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar-brand {
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 100px;
    padding-top: 15px;
}

.collapse ul li a {
    color: white !important;
}

.navbar-brand img {
    width: 200px;
}



.Stores {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.Page2 {
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url(../fv-images/img1.png);
    padding-bottom: 290px;
}

.text {
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 100px;
    font-size: 36px;
}

.text1 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 24px;
}

.Page3 {
    width: 100%;
    float: left;
}

.part{
    margin-top: 80px;
}
.newpart{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.lastpart {
    margin-top: 80px;
    margin-bottom: 70px;
    /* display: flex;
    flex-wrap: wrap; */
}

.part1 {
    padding-top: 100px;
}

.newpart2 {
    padding-top: 100px;
    padding-left: 50px;
}

.butt button {
    margin-top: 20px;
    padding: 15px;
    width: 230px;
    background-color: #407BFF;
    border: 2px solid white;
    font-size: large;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.Page6 {
    width: 100%;
    float: left;
    background-size: 100% 100%;
    background-color: #2073c2;
    height: 150px;
    clear: both;
    position: relative;
}

.lines {
    height: 100px;
    background-color: white;
    width: 100%;
    border-top: 3px solid white;
    margin-top: 80px;
}

.Inc {
    color: white;
}
@media (max-width: 1024px){
    .Page1{
        height: 100px;
    }
    .butt button {
        width: 230px;
       }
}
@media (max-width: 768px) {
    .Page1 {
        height: auto;
       
      }
    .text {
        font-size: 28px;
        margin-top: 60px;
    }

    .text1 {
        font-size: 20px;
    }
    .Page2 {
        /* padding: 100px 20px; */
        background-size: cover;
        background-position: center;
        padding-bottom: 120px;
      }
    .part2{
        padding-top: 70px;
    }

    .newpart{
        flex-direction: column;
        margin-top: 0px;
    }
    .newpart1{
        order: 2;
        padding-top: 100px;
    }
    .newpart2{
        order: 1;
        padding-left: 15px;
    }


    .part h1, .lastpart h1 {
        font-size: 24px;
    }
    .part, .lastpart{
        margin-top: 0px;
    }
    .part1{
        padding-top: 36px;
    }
    .newpart{
        margin-bottom: 40px;
    }
    .new-part1{
        padding-bottom: 20px;
    }

    .butt button {
        width: 230px;
        padding: 15px;
        font-size: medium;
    }

    .Page6 {
        height: auto;
        padding: 20px 0;
    }
    .lines{
        margin-top: 40px;
    }
}
@media (max-width: 425px){
.butt button {
    width: 230px;
    padding: 15px;
    font-size: medium;
}
}
@media (max-width: 320px){
    .butt button {
        width: 230px;
        padding: 15px;
        font-size: medium;
    }
    }

