*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*                                  COLOUR CODES 
                         #cc655c #e7e3e4 #b1bdb9 #f2f2f2 #5a6c73                      */
/*-----------------------------------Head Section-----------------------------------*/
.Head
{
    height: 100vh;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:100%;
    font-weight: 400;
    background-image: url(/Images/Edit_Imgs/Home_bg1.png);
    background-size: cover;
}
.Nav_bar
{
    height: 75px;
    display: flex;
    align-items:end;
    padding-top: 15px;
    align-items:center;
}   
.Nav_bar h1
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.Nav_bar01
{
    width: 80%;
    height: 50%;
}
.Nav_bar02
{
    width: 20%;
    height: 50%;
    display:inline-flex;
    justify-content: center;
}
.navlist1
{
    list-style:none;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
}
.iconlist1
{
    list-style:none;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    margin-left: 50%;
}
.item
{
    text-align: center;
    width: 100px;
    font-size:15px;
}
.item a
{
    text-decoration: none;
    color: black;
    transition: transform .5s;
}
.item a:hover
{
    text-decoration: none;
    color: #f98770;
    font-weight: bolder;
}
.active
{
    border-bottom: 3px solid black;
}
.Nav_bar03
{
    height: 80%;
    display:inline-flex;
    width: 50%;
}
.iconlist1
{
   display: flex;
   flex-direction: column;
   margin-top: 80px;
}
.iconlist1 a
{
    text-decoration: none;
    margin-top: 35px;
}
.iconlist1 img
{
    transition: transform .2s;
}
#bg
{
    display: flex;
}
.title_01
{
    width: 40%;
}
.title_02
{
    width: 20%;   
}
.title_03
{
    width: 20%;  
}

.title_04
{
    width: 20%;
}
.left_03 p
{
    display: flex;
    height: fit-content;
    transform: rotate(90deg);
    font-weight:500;
    font-size:11px;
}
.left_03 img
{
    margin-bottom: 5px;
    margin-left: 25px;
}
.left_02
{
    margin-left: 15px;
}
.title_01 h1
{
    margin-top: -20px;/*
    font-size: 205px;*/
    font-size: 14vw;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    transition: 0.5s;
}
.title_01 p
{
    font-size: 13px;
}
.title_01 h1:hover
{
    margin-top: -20px;
    opacity: 0.7;
    color: #f98770;
    /*color: #f98770;*/
}
.seach:hover
{
    transform: scale(1.5);
}
.cart:hover
{
    transform: scale(1.5);
}
.user:hover
{
    transform: scale(1.5);
}
.Sign 
{
    display: flex;
    flex-direction:column;
    height: 100%;
    margin-top: 10px;
}
.Sign a input
{
   height: 40px;
   width:100%;
   margin-top: 10px;
   font-size: medium;
   font-weight: 400;
}
.btnSignup
{
    background-color: #000000;
    color: #e7e3e4;
    border:3px black solid;
    opacity: 0.9;
    transition: 0.2s;
}
.btnSignup:hover
{
    background-color: rgba(21, 21, 21, 0.842);
    color: #ffffff;
    border:3px rgba(0, 0, 0, 0.754) solid;
}
.btnLogin
{
    background-color: #e7e3e4;
    color: #000000;
    opacity: 0.8;
    margin-left: 0px;
    border:3px black solid;
    
    transition: 0.2s;
}
.btnLogin:hover
{
    background-color: #0000002b;
    color: black;
    opacity: 0.9;
}
.btnSignup:active
{
    transform: scale(.95);
}
.btnLogin:active
{
    transform: scale(.95);
}
.title_01
{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.bgbox
{
    width: 60px;
    height: 30px;
    background-color: #f98770;
    opacity: 0.1;
    transition: transform .9s;
}
.bgbox:hover
{
    background-color: #f98770;
    opacity: 0.8;
    transform: scale(1.2);
}
/*-----------------------------------Container_01-----------------------------------*/
.Container_01
{
    height: 90vh;
    width: 100%;
}
#Shopemore
{
    font-size: 35px;
    margin-left: 9%;
    padding-top: 5%;
    font-weight: 200;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#midcards
{
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
}
.cards
{
    padding-top: 5%;
    width: 18%;
    height: 80%;
    font-size: 10px;
    text-align: center;
}
.cardtop
{
    width: 100%;
    height: 90%;
    background-color: #e7e3e4;
}
.cardbottom
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    height: 10%;
    font-size: 250%;
}
.cardbottom p
{
    font-size: 18px;
    font-weight: 400;
}
.cardtop img
{
    transition: 0.7s;
}
.cardtop img:hover
{
    transform: scale(1.5);
}
.Container_01 #P03
{
    text-align: center;
    font-size: 150px;
    background-size: contain;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.Container_01 .Middle_03 p
{
    font-size: 80px;
    font-weight:lighter;
    transform: rotate(90deg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#P011
{
    height: 13%;
}
/*-----------------------------------Container_02-----------------------------------*/
.Container_02 
{
    height: 90vh;
    width: 100%;
}
.Container_02 .Middle_01 p
{
    padding-top: 10%;
    font-size: 400px;
    font-weight:00;
    transform: rotate(90deg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Container_02 .Middle_02 
{
    /*background-color: #e7e3e4;*/
    display: flex;
    justify-content: space-evenly;
}
.Container_02 .Middle_02 .mainimg
{
    width: 50%;
    height: 100%;  
    background-image: url(Images/Images/Sub_main.jpg);
    background-size: cover;
    font-size: 100px;
    text-align:center;
    color: #00000000;
}
.Container_02 .Middle_02 .mainimg:hover
{
   opacity: 0.9;
}
.Container_02 .Middle_02 .mainimg:hover h4 
{
   color: #f98770;
   font-size: 300px;
   padding-top: 75px;
}
.Container_02 .Middle_02 .subimg
{
    width: 42%;
    height: 100%;
}
.Container_02 .Middle_02 .subimg table 
{
    width: 100%;
    height: 100%;
}
.row_1
{
    background-image: url(Images/Images/Sub_\ \(2\).jpg);
    background-size: cover;
}
.row_2
{
    background-image: url(Images/Images/Sub_\ \(2\).jpeg);
    background-size: cover;
}
.row_3
{
    width: 5%;
}
.Container_02 .Middle_02 td
{
    text-align: center;
    font-size: 70px;
    font-weight:lighter;
    transform: rotate(0deg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*-------------------------------------Subscribe-------------------------------------*/
.Subscribe
{
    height: 70vh;
    width: 100%;
}
#slogo
{
    /*background-image: url(/SASSY/Brand/1x/1x/Artboard\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slogo img
{
    display: flex;
    width: 200px;
}
#sub01
{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    font-weight:400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#sub02
{
    width: 100%;
    height: 40%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.stext
{
    width: 50%;
    height: 30%;
    border:hidden;
    border-bottom: 1px solid;
    font-size: 20px;
    text-align: center;
}
.sbutton
{
    margin-top: 10px;
    width: 50%;
    height: 30%;
    background-color: black;
    text-align: center;
    font-size: 20px;
    color: #e7e3e4;
}
.sbutton:hover
{
    opacity: 0.9;
    cursor: pointer;
}
.sbutton:active
{
    transform: scale(.95);
}
/*--------------------------------------Footer--------------------------------------*/
.Footer
{
    height: 40vh;
    width: 100%;
    display:flex;
    background-color: #e7e3e4;
}
.Middle_04 table
{
    width: 100%;
    height: 100%;
}
.ft
{
    width: 100%;
    height: 85%;
}
.ft td
{
    width: 10%;
    height: 85%;
}
.ft ul
{
    list-style:none;
}
.ft ul li
{
    text-decoration: none;
    font-size: 13px;
    font-weight:400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 10px;
}
.ft ul li a
{
    text-decoration: none;
    color: #000000;
    transition: transform .10s;
    border-left: #e7e3e4 3px solid;
    padding-left: 5px;
}
.ft ul li a:hover
{
    text-decoration: none;
    color: #000000;
    border-left: #000000 3px solid;
}
.ftext
{
    margin-top: 30px;
    width: 100%;
    height: 30px;
    border:hidden;
    border-bottom: 1px solid;
    font-size: 12px;
    text-align: center;
    background-color: #e7e3e4;
}
.fbutton
{
    margin-top: 1px;
    width: 100%;
    height: 30px;
    background-color: black;
    text-align: center;
    font-size: 12px;
    color: #e7e3e4;
}
.fbutton:hover
{
    opacity: 0.9;
    cursor: pointer;
}
.fbutton:active
{
    transform: scale(.95);
}
/*--------------------------------Copywirte--------------------------------*/
.Copywirte
{
    height: 5vh;
    width: 100%;
    display:flex;
    background-color: #e7e3e4;
}
.Copywirte .Middle_02
{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #e7e3e4;
    font-size: medium;    font-size: 12px;
    font-weight:400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*----------------------------------ALL----------------------------------*/
.Middle_01
{
    width: 10%;
    /*background-color: rgba(208, 222, 206, 0.246);*/
}
.Middle_02
{
    /*background-color: rgba(129, 158, 124, 0.314);*/
    width: 90%;
    height: 100%;
}
.Middle_03
{
    width: 10%;
    /*background-color: rgba(113, 130, 110, 0.259);*/
}
.Middle_04
{
    width: 90%;
    display: flex;
}
#P01
{
    height: 10%;
    width: 100%;
    /*background-color: rgb(255, 0, 115);*/
}
#P02
{
    height: 80%;
    width: 100%;
    /*background-color: rgb(118, 0, 53);*/
    display: flex;
}
#P03
{
    height: 10%;
    width: 100%;
    /*background-color: rgb(86, 2, 51);*/
}
.left
{
    width: 100%;
    height: 35%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-content: space-between;
}
.left_02
{
    width: 80%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-content: space-between;
    margin-bottom: 27px;
}
.left_03
{
    width: 120%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-content: space-between;
    padding-top: 50px;
    padding-right: 30px;
}
.left_social
{
    width: 25px;
    height: 45px;
    display: block;
    transition: transform .2s;
}
.left_social:hover
{
    opacity: 0.8;
    transform: scale(1.5);
}
