* {
    font-family: soleil, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* <!--------------------- NAV-BAR CSS  ---------------------> */


.header-container {
    font-family: 'Poppins', sans-serif;
}

.header-top {
    padding-top: 3px;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
}

.header-top>div {
    flex-basis: 33%;
}

/* -------------------- Top-NAV LEFT-part -------------------- */

.header-top>.top-left>.top-left-items {
    display: flex;
    padding: 0px 10px;
}

.header-top>.top-left>.top-left-items>li {
    list-style: none;
    padding: 7px;
    font-size: 11px;
    font-weight: bold;
    color: rgb(170, 170, 170);
    letter-spacing: 1px;
}

.header-top>.top-left>.top-left-items>li:hover {
    color: gray;
    cursor: pointer;
}

/* -------------------- TOP-NAV MIDDLE -------------------- */

.header-top>.top-middle {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #444444;
}

/* -------------------- TOP-NAV RIGHT-part -------------------- */

.top-right,
.top-right>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}

.top-right>.items>img {
    width: 23px;
}

.top-right>.items>a {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 13px;
}

.top-right>.items>a:hover {
    text-decoration: underline;
}

/* -------------------- BOTTOM NAV  -------------------- */

.header-bottom {
    position: relative;
    display: flex;
    height: 90px;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #ebebeb;
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

/* HamBurger  */

.res-bar {
    display: none;
}

/* -------------------- BOTTOM Mid-part -------------------- */

.header-bottom>.bottom-middle>ul {
    display: flex;
}

.header-bottom>.bottom-middle>ul>li {
    list-style: none;
    padding: 0px 13px;
}

.header-bottom>.bottom-middle>ul>li>a {
    color: black;
    font-size: 18px;
    text-decoration: none;
    padding: 30px 20px;
}

.header-bottom>.bottom-middle>ul>li>a:hover {
    border-bottom: 3px solid #00a9e0;
}

/* -------------------- BOTTOM Left-part -------------------- */

.header-bottom>.bottom-left>a>img {
    padding-top: 10px;
    width: 140px;
}


.width170px {
    width: 170px;

}

/* Navbar Ends */



#main {
    width: 100%;
    /* height: 3750px; */
    /* height: auto; */
    /* border: 3px solid teal; */
}

.main-screen {
    /* position: relative; */
    width: 100%;
    margin: auto;
}

.main-screen img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    /* border: 2px solid greenyellow; */

}

.main-screen .btn ul {

    display: flex;
    margin: auto;
    background: rgb(208, 236, 247);
    padding: 1% 0% 1% 0%;

}


.main-screen button {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 14vw;
    height: 3vw;
    border: none;
    color: rgb(108, 108, 108);

    background-color: rgb(255, 255, 255);

}

.main-screen li {

    background-color: #fff;
    list-style: none;
    margin: 1%;
    margin-left: 3%;
    margin: auto;

}

.main-screen button:hover{
    cursor:pointer;
    color: white;
    background-color: #00a9e0;
}



.banner_text {
    /* width: 100%; */
    position: absolute;
    top: 0;
    color: #fff;
    /* border: 1px solid green; */
    margin-top: 15%;
    margin-left: 35%;
    text-align: center;
}

.banner_text h1 {
    font-size: 230%;
    font-weight: bold;

}

.banner_text :nth-child(2) {
    font-size: 250%;
    font-weight: bold;
    font-style: italic;
}

.banner_text :nth-child(3) {
    font-size: 400%;
    font-weight: bold;

}

.banner_text :nth-child(4) {
    font-size: 400%;
    font-weight: bold;

}

.banner_text p {
    font-size: 30px;
    font-weight: bold;

}




#container_1 {
    /* border: 1px solid blue; */

    display: grid;
    width: 90%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 6%;
    text-align: center;
    height: fit-content;
    grid-template-columns: repeat(6, 1fr);
    background-color: rgb(229, 246, 252);
    padding: 20px;
}

#container_1 u {
    color: black;
    font-weight: bold;
    font-size: 15px;
    color: rgb(108, 108, 108);

}


#container_1 img {
    width: 90%;
    /* border: 1px solid red;  */
}

.valentine{
    width: 90%;
    margin: auto;
}

.valentine img {
    width: 100%;
}

.container_2 {
    width: 90%;
    margin: auto;
}

.Chilly {
    width: 100%;
    background: rgb(208, 236, 247);
    text-align: center;
    margin-bottom: 30px;
    /* border: 1px solid black */

}

.Chilly h1 {
    font-size: 50px;
    color: rgb(22, 148, 202)
}

#three_img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* height: 400px; */
    margin: auto;
    align-items: center;
}

#three_img div {
    /* border: 1px solid blue; */
    width: 90%;
    margin: auto;
    height: 320px;
    /* height: 100%;
    overflow: hidden; */
}

#three_img>div>img {
    width: 100%;
    height: 100%;
}

.big1 {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 4%;
    height: fit-content;
    justify-content: center;
    /* border: 2px solid black; */

}

.big1 img {
    width: 100%;
}

/* .border {
    width: 100%;
    height: 0.1px;
    border:2px solid grey;
    background: grey;
} */


.SHOP_h1 {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 250%;
    color: rgb(22, 148, 202);
    /* border: 1px solid teal; */

}

#circle {
    width: 90%;
    margin: auto;
    /* border: 2px solid green; */
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1%;
    justify-content: space-between;

}

#circle img {
    width: 100%;
    height: 200px;

}

#paper {
    width: 90%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 7%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#paper div{
    text-align: center;
}

#paper_img img {
    width: 95%;
}

#paper_img p {
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    color: white;
    background-color: rgb(32, 113, 214);
    width: 95%;
    padding: 3%;
    margin: auto;
}


#last {
    margin: auto;
    margin-top: 3%;
    margin-bottom: 5%;
    width: 90%;
    height: fit-content;
    /* border: 2px solid cyan; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
}

.last_six {
    width: 100%;
    height: 60%;
    justify-content: center;
    /* border: 1px solid green; */
    text-align: center;

}

.last_six a {
    text-decoration: none;
    color: rgb(109, 109, 109);
    font-size: small;
    font-weight: bold;
}

.last_six img {
    width: 100%;
    height: fit-content;
    /* border: 1px solid black; */
}

#footer {
    width: 100%;
    padding:3% 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: rgb(243, 243, 243);
    /* border: 2px solid cyan; */
}

#footer p:hover{
    text-decoration: underline;
    cursor: pointer;
}

#SUPPORT h1 {
    font-size: 100%;
    padding: 5px;
}

#SUPPORT p {
    font-size: 95%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    color: grey;
    padding: 5px;


}



#ABOUT h1 {
    font-size: 100%;
    padding: 5px;
}

#ABOUT p {
    font-size: 95%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    color: grey;
    padding: 5px;

}

#bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 50%;
    height: 50%;

}

#bottom img {
    width: 100%;
    padding: 5px;
}

#bottom img:hover {
    width: 110%;
    cursor: pointer;
}

#end {
    width: 100%;
    background-color: rgb(243, 243, 243);
    padding:1% 5%;
}

#end p {
    font-size: 80%;
    color: grey;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 5px;
}



.menu-bar {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

.menu-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bar li {
    margin-bottom: 10px;
}

.menu-bar a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.res-bar {
    position: relative;
    z-index: 2;
}

#ham-burger {
    cursor: pointer;
}




@media (min-width:600px) and (max-width:950px) {
    .banner_text h1 {
        font-size: 200%;
    }

    .banner_text :nth-child(2) {
        font-size: 170%;
        font-weight: bold;
        font-style: italic;
    }

    .banner_text :nth-child(3) {
        font-size: 220%;
        font-weight: bold;

    }

    .banner_text :nth-child(4) {
        font-size: 220%;
        font-weight: bold;

    }

    .banner_text p {
        font-size: 30px;
        font-weight: bold;
    }

    /* .header-top {
        display: none;
    } */

    .top-left {
        display: none;
    }


    .btn button {
        font-size: 10px;
    }

    .main-screen .btn ul li button {
        font-size: 10px;
    }

    .Chilly h1 {
        font-size: 30px;
    }

    #three_img {
        height: 300px;
    }

    #circle img {
        height: 130px;

    }

    #paper_img img {
        height: 150px;
    }

    .big2 img {

        height: 300px;
    }

    .banner_text4 p {
        font-size: 200%;
    }

    .SHOP_h1 {
        font-size: 150%;
    }

    .header-bottom>.bottom-left>a>img {
        padding-top: 10px;
        width: 100px;
    }

    #footer {
        display: none;
    }

    #end {
        margin-top: 50px;
    }

    /* .header-bottom {
        width:80%
    } */
    #container_1 u {
        font-size: 10px;
    }

    .bottom-middle {
        display: none;
    }

    .res-bar {
        display: block;
        margin-left: 30px
    }

    .header-bottom {
        justify-content: space-between;
    }

    .bottom-right {
        margin-right: 40px;
    }
}


@media (max-width:600px) {
    .banner_text h1 {
        font-size: 100%;
    }

    .banner_text :nth-child(2) {
        font-size: 100%;
        font-weight: bold;
        font-style: italic;
    }

    .banner_text :nth-child(3) {
        font-size: 120%;
        font-weight: bold;

    }

    .banner_text :nth-child(4) {
        font-size: 120%;
        font-weight: bold;

    }

    .banner_text p {
        font-size: 15px;
        font-weight: bold;
    }

    /* .header-top {
        display: none;
    } */

    .top-left {
        display: none;
    }

    .header-top>.top-middle {
        display: none;
    }

    .header-top {
        justify-content: center;
    }

    .btn button {
        font-size: 7px;
    }

    .main-screen .btn ul li button {
        font-size: 7px;
    }

    .Chilly h1 {
        font-size: 18px;
    }

    #three_img {
        height: 200px;
    }

    #circle img {
        height: 70px;

    }

    #paper_img img {
        height: 80px;
    }

    .big2 img {

        height: 200px;
    }

    .banner_text4 p {
        font-size: 100%;
    }

    .SHOP_h1 {
        font-size: 150%;
    }

    .header-bottom>.bottom-left>a>img {
        padding-top: 10px;
        width: 70px;
    }

    #footer {
        display: none;
    }

    #end {
        margin-top: 50px;
    }

    /* .header-bottom {
        width:80%
    } */
    #container_1 u {
        font-size: 6px;
    }

    .bottom-middle {
        display: none;
    }

    .res-bar {
        display: block;
        margin-left: 30px
    }

    .header-bottom {
        justify-content: space-between;
    }

    .bottom-right {
        margin-right: 40px;
    }

}