/* ~-#-#-#-#-#-~ [MAIN] ~-#-#-#-#-#-~ */

html {
    background-color: white;
}

body {
    margin: 0;
}

.responsive {
    height: 100vh;
    width: 60vw;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

li {
    padding: 3px;
}


/* ~-~#~-~%~-~#~-~ [JS] ~-~#~-~%~-~#~-~ */ /*----------------------------------------------------------------*/

/* _____ [Nav BTN] _____ */

.dropbtn {
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: black;
    background-color: rgb(250, 250, 250);
    letter-spacing: .1vw;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
}

.nav-bottom a span:hover {
    background-color: rgb(255, 136, 0);
    transition: .5s;
    padding-top: 5px;
}

.nav-bottom ul {
    margin-top: 20px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: orange;
    transition: .75s;
    width: 120px;
    padding-top: 15px;
}

.dropdown-content {
    display: none;
    position: relative;
    min-width: 160px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
}

.show {
    display: block;
}

/* _____ [Nav Search] _____ */



/* _____ [Nav Cart] _____ */



/* _____ [Nav Login/Signup] _____ */

.popup-login{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 400%;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    text-align: center;
}

.popup-login-content {
    width: 30%;
    height: 6.5%;
    background-color: rgb(224, 224, 220);
    padding: 2%;
    top: 30%;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
}

input {
    margin: 20px auto;
    display: block; 
    width: 50%;
    height: 15%;
    background-color: whitesmoke;
}

.button {
    background: blanchedalmond;
    padding: 5px 10px;
    font-weight: bolder;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: black;
    letter-spacing: .1vw;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 6px 6px rgba(0, 0, 0, 0.6);
}

.button:hover {
    background-color: black;
    color: orange;
    transition: .4s;    
}

.button#spacing {
    margin-left: 2.5%;
}

.close-login {
    position: absolute;
    top: 4%;
    right: 2.5%;
    width: 2.5%;
    cursor: pointer;
}

.close-login:hover {
    transform: rotate(90deg);
    transition: 1s;
}



.popup-createaccount{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 400%;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    text-align: center;
}




.popup-createaccount-content {
    width: 30%;
    height: 6.5%;
    background-color: rgb(224, 224, 220);
    padding: 2%;
    top: 30%;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
}


.close-createaccount {
    position: absolute;
    top: 4%;
    right: 2.5%;
    width: 2.5%;
    cursor: pointer;
}

.close-createaccount:hover {
    transform: rotate(90deg);
    transition: 1s;
}


/* ~-~-~-~-~-~-~-~ [Index] ~-~-~-~-~-~-~-~ */ /*----------------------------------------------------------------*/


/* _____ [Section 1] _____ */

.section1 {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
}

.nav-top {
    display: flex;
    padding: 10px;
}

.company-logo {
    width: 300px;
}


.user-icon {
    width: 30px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: 30px;
}
.user-icon:hover {
    cursor: pointer;
}

.bag-icon {
    width: 35px;
    padding-top: 10px;
    margin-right: 10px;
}
.bag-icon:hover {
    cursor: pointer;
}

.text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: black;
    background-color: rgb(250, 250, 250);
    letter-spacing: .1vw;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

/* _____ [Section 2] _____ */

.section2 {
    height: 100vh;
    width: 100vw;
}

.wrapper2 {
    display: flex;
}

.awareness-img {
    height: 100vh;
    width: 60vw;
}

.awareness-txt-box {
    background-image: url(../svg/text-theme2orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt-box {
    text-align: left;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 15%;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.4vw;
    word-spacing: 5px;
    letter-spacing: 2.5;
    line-height: 35px;
    
}

/* _____ [Section 3] _____ */


.section3 {
    height: 100vh;
    width: 100vw;
}

.wrapper3 {
    display: flex;
}

.design-img {
    height: 100vh;
    width: 60vw;
}

.design-txt-box {
    background-image: url(../svg/text-theme2orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.txt-box {
    text-align: left;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 15%;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.4vw;
    word-spacing: 5px;
    letter-spacing: 2.5;
    line-height: 35px;
    
}


/* _____ [Section 4] _____ */

.section4 {
    height: 100vh;
    width: 100vw;
}



.family-photo {
    width: 100vw;
    height: 79vh;
    text-align: center;
    background-color: black;
}

.fam-responsive {
    width: 90vw;
    height: 100%;
}

.footer {
    background-color: orange;
    width: 100vw;
    height: auto;
    display: flex;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: black;
    letter-spacing: .1vw;
    text-transform: uppercase;
    padding-right: 2vw;
}

.txt {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 10px;
    color: black;
    letter-spacing: .1vw;
    text-transform: uppercase;
    padding-right: 2vw;
}

.extra {
    margin-left: 5%;
}

li input {
    margin: 20px auto;
    display: block; 
    width: 50%;
    height: 30px;
}


/* ~-~-~-~-~-~ [Checkout] ~-~-~-~-~-~ */ /*----------------------------------------------------------------*/


/* ~-~-~-~-~-~ [Projects] ~-~-~-~-~-~ */


/* ~-~-~-~-~-~ [Legal] ~-~-~-~-~-~ */


/* ~-~-~-~-~-~ [FAQs] ~-~-~-~-~-~ */


/* ~-~-~-~-~-~ [Contact Us] ~-~-~-~-~-~ */


/* ~-~-~-~-~-~ [Payment Options] ~-~-~-~-~-~ */


/* ~-~-~-~-~-~ [Shipping Services] ~-~-~-~-~-~ */







