* {
    box-sizing: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: 'Poppins', sans-serif;
}



nav {
    position: fixed;
    justify-content: center;
    padding: 0px 80px;
    background-color: #333333;
    height: 45px;
    width: 100%;
    font-size: 13px;
    align-items: center;
    z-index: 1;
}

.logo {
    font-size: 18px;
    padding-bottom: 5px;
    margin-right: 1%;
}

.bag {
    margin-left: 1%;
    font-size: 17px;
    padding-bottom: 3px;
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

nav ul li a {
    align-items: center;
    padding-right: 30px;
    justify-content: space-between;
    margin-top: 12px;
    text-align: center;
    display: flex;
    /* margin: 10px 42px 10px 0px; */
    text-decoration: none;
    color: rgba(255, 255, 255, 0.842);
}

nav :hover {
    color: white;
    /* font-size: 13px; */
}

.nav-ul-2 {
    display: none;
    justify-content: space-around;
    width: 100%;
}

.nav2 {
    font-size: 15px;
    background-color: rgba(153, 187, 203, 0.137);
    text-align: center;
    height: 47px;
    padding: 45px;
    color: gray;

}

.nav2 p a {
    text-decoration: none;
}

.nav2 p {
    margin-top: 1%;
}

.firstsection {
    background-color: #FBFBFD;
    justify-content: center;
    text-align: center;
}

.firstsection h1 {
    padding-top: 2%;
    text-align: center;
    font-size: 3.2rem;
    color: rgba(0, 0, 0, 0.916);
    font-weight: 500;
    font-family: sans-serif;
}

.firstsection h2 {
    font-size: 1.4rem;
    color: #252525a2;
    background-color: #FBFBFD;
    text-align: center;
}

.firstsection a {
    margin: 15px 20px;
    text-decoration: none;
    font-size: 1.2rem;
}

.secondsection {
    margin-top: 1%;
    background-color: #35283C;
    justify-content: center;
    text-align: center;
}

.secondsection img {
    display: flex;
    width: 100%;
    padding: 5px;
}

.secondsection h1 {
    padding-top: 3%;
    text-align: center;
    font-size: 3.6rem;
    color: white;
    font-weight: 500;
    font-family: sans-serif;
}

.secondsection h2 {
    font-size: 1.4rem;
    color: #FEC2EB;
    ;
    text-align: center;

}

.secondsection a {
    margin: 15px 10px;
    text-decoration: none;
    font-size: 1.2rem;
}

.thirdesection {
    margin-top: 10px;
    background-color: #F5F5F7;
    ;
    justify-content: center;
    text-align: center;

}

.thirdesection h2 {
    padding-top: 6px;
    font-size: 1.4rem;
    color: #252525bb;
    text-align: center;


}

.thirdesection a {
    margin: 15px 10px;
    margin: 15px 20px;
    text-decoration: none;
    font-size: 1.2rem;
}

.watch4 {
    margin-top: 8%;
}



.my-footer ul li {
    margin-top: 3%;
    list-style: none;
    padding-left: 40px;
    padding-right: 20px;
    width: 100%;
}

.seventhsection {
    font-size: smaller;
    background-color: #F5F5F7;
    padding: 60px 50px 0px;
    /* height:vh; */
    padding-bottom: 1%;
    color: #6E7283;
}

.seventhsection hr {
    margin: 29px;
    border: 0;
    background-color: black;
    height: 1.2px;
    font-weight: 900;
}

.footer h5 {
    font-size: 13px;
    font-weight: 800;
}

.top-h {
    color: #6e7283dd;

}

footer {
    font-size: 13px;
    padding: 10px 150px 40px 90px;
    background-color: #F5F5F7;
    /* height:vh; */
    color: #6E7283;
    width: 100%;
    font-weight: 450;
}

.main-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer ul li a {
    text-decoration: none;
    color: #6E7283;
}

.footer ul {
    list-style: none;
}

.copy-right {
    margin-top: 40px;
}

@media screen and (max-width: 1100px) {

    nav {
        padding: 0px 0px;
    }

    .nav-ul-1 {
        display: none;
    }

    .nav-ul-2 {
        display: flex;
        /* justify-content: center; */
        text-align: center;
    }

    .nav2 p {
        font-size: 12px;
        margin-top: 20px;
    }

    .nav2 {
        height: auto;
        padding: 45px 10px 10px;
    }

    .firstsection h1 {
        font-size: 2.6rem;
    }

    .firstsection h2 {
        font-size: 15px;
    }

    .firstsection a {
        font-size: 12px;
    }

    .secondsection h1 {
        font-size: 2.4rem;
    }

    .watch4 {
        width: 100px;
        height: 45px;
    }

    .secondsection h2 {
        font-size: 15px;
    }

    .secondsection a {
        font-size: 12px;
    }

    .thirdesection h2 {
        font-size: 14px;
    }

    .thirdesection a {
        font-size: 12px;
    }

    .seventhsection {
        /* height: 140vh; */
        display: flex;
        /* margin-top:3%; */
        width: 100%;
        padding: 0px 0px;
        height: 1.2%;
    }

    .seventhsection ul li {
        display: flex;
        padding-top: 6%;
        margin-right: 0%;
        margin-left: 0%;
        padding-left: 0px;
    }

    .my-footer ul li {
        font-size: 12px;
    }

    footer {
        justify-content: flex-start;
        height: auto;
        width: 100%;
        padding: 0px 0px 20px 0px;
        flex-direction: column-reverse;
    }

    .main-footer ul li a {
        flex-wrap: wrap-reverse;
        margin-top: 100%;
        padding: 20px 0px;
        /* text-align: center; */
        justify-content: space-around;
    }



}