/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*End of normalize.css*/


html{
  overflow-x: auto; 

}

body{
    background-image: url("Images/cool\ liquid\ background\ 1.png");
    background-size:200%;
    background-color: #303030;
    font-family: 'Roboto', sans-serif;

}

.slide{
    width:100vw;
    height:100vh;
    justify-content: space-evenly;
}

.wrapper{
    display: flex;
    flex-direction: row;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width:400vw;

}




.outer-wrapper{
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position:absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
}

::-webkit-scrollbar{
    display:none;
}
.one{
    justify-content: space-between;
    
}
.two{
    justify-content: space-between;
    align-items: center;

    
}
.navbar-light{
    color: blueviolet;

}
.nav-item:hover{
background-color: white;
color: white;
}
.brand{
    margin-top: 0.5vw ;
    margin-left: 2vw ;
    color: blueviolet;
    background:none;
    border: none;
    width: 40%;
}

.label1{
    background-color:#303030;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    height: 52px;
    width:115px;
    padding: 10px;
    position: relative;
    margin-left: -10px;
}

.fa-moon {
    color: #f1c40f;
}

.fa-sun {

    color: #f39c12;
}

.ball{
    position: absolute;
    background-color: #fff;
    top:5px;
    left: 10px;
    height:42px;
    width: 42px ; 
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}
.checkbox{
    opacity: 0;
    position: absolute;
}
.checkbox:checked + .label1 .ball {
    transform: translateX(55px);
}
.row{
    justify-content: center;
    align-items: center;
}

.card{
    display:flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 5%;
    margin-left: 10%;
    border-radius:25px;
    background-color: whitesmoke;
    color: whitesmoke;
    border: 2px solid;
    box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);
    flex-direction: row;
    transition: 0.5s;
    transition-timing-function: ease-in-out;

}

.card:hover{
    background-color: blueviolet;
    transform: translateX(15%);

}

.card1{
    margin-top: 3%;
    display:flex;
    border-radius:25px;
    background-color: whitesmoke;
    color: whitesmoke;
    align-items: flex-end;
    justify-content: end;
    box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: -25%; 
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    padding: 1%;
  
}

.card1:hover{
    background-color: blueviolet;
}

.card2{
  margin-top: 3%;
  border-radius:25px;
  background-color: whitesmoke;
  color: whitesmoke;
  align-items: flex-end;
  justify-content: center;
  box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: -25%; 
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  padding: 1%;
  text-align: center;

}

.card1:hover{
  background-color: blueviolet;
}

.card-img-topR{
    margin:3%;
    border-radius:25px;
    width:161%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

}

.card-img-topR:hover{
    transform: translateX(-50%);
}
.card-bodyR{
    text-align: start;
    padding:3%;
margin-right: -5%;
    background-color: blueviolet;
    border-radius:25px;
    transition: width 10s;
transition-timing-function: ease-in-out;
transform: translateX(-0%);
}

.col-sm-6{
    margin-left: 5rem;
    padding-left: 5%;
    width:29rem;
    justify-content: space-between  ;
    align-items: center;
}

.mb-3{
margin-left: 2%;
}
.card-img-top{
    margin:3%;
    border-radius:25px;
    width:200%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

}

.card-img-top:hover{
    transform: translateX(-50%);
}

.card-img-top1{
    margin-top: 5%;
    border-radius:300px;
    width: 58%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transform: translateX(-0%);
}
.card-img-top1:hover{
    width: 60%;
}

.card-text{
    padding: 2%;
    
}
.card-bodyFirst{
    display:flex;
flex-direction: column;
justify-content: center;
align-items: bottom;
text-align: center;
background-color: blueviolet;
border-radius:25px;
padding: 10%;
padding-bottom: 5%;
margin-top: 2%;
margin-bottom: 3%;


transition: width 10s;
transition-timing-function: ease-in-out;
transform: translateX(-0%);
}

.card-body{
display:flex;
flex-direction: column;
justify-content: center;
align-items: bottom;
text-align: center;
background-color: blueviolet;
border-radius:25px;
margin:2%;

transition: width 10s;
transition-timing-function: ease-in-out;
transform: translateX(-0%);

}


.profilecard{
    justify-content: center;
    align-items: center;
    text-align:center;
    padding-left: 15%;
}

.profilecardO{
    padding: 3%;
background-color: blueviolet;
border-radius:25px;
border: 5px solid;
border-color: white;
color: white;

}
.profilepic{
    width: 80%;
    border-radius: 100%;
}
.profileinner{
    padding: 30%;
    padding-top: 10%;
    padding-bottom: 30%;
    margin-left: -60%;
    margin-top: -5%;
    width: 170%;
    height: 95%;
    background-color: white;
    border-radius: 25px;
    color: black;

}
.above{
    z-index: 1;
}

.btn1 {
  justify-content: center;
  align-items: right;
  color:   white;
  text-decoration: none;
  background-color: blueviolet;
  border-radius:100px;
  border: none;
  padding: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  
  
  }

.btn1:hover{
  background-color:  rgba(255, 255, 255, 0.40);
  border-color: blueviolet;
  border: 2px solid;
 
  color: blueviolet;
  }

.btn {
justify-content: center;
align-items: right;
color:  blueviolet;
background-color: white;
border-radius:100px;
border: none;


}

.btn:hover{ 
    background-color:  rgba(255, 255, 255, 0.40);
    border-color: white;
    transition: 0.3s;
    transition-timing-function: ease-in-out;

}

.d-flex {
    margin-left: 2%
}

.nav-link {

    color: white;
}
.tab-content{
  justify-content: center;
  padding-left: 25%;
  margin-top: -5%;
}
.v-pills-tab{
    background-color: blueviolet;
}
.nav-link{
    background-color:  rgba(255, 255, 255, 0.45);
    color: white  ;
    border: 1px ;
}

.nav-link:hover{
    background-color:  rgba(255, 255, 255, 0.45);
    color: rgb(29, 26, 26);
}

.nav-link1{
    color: white  ;
    text-align: center;
    padding: 10%;
    margin-left: 2%;
    text-decoration: none;
} 

.nav-link1:hover{
    background-color:  rgba(255, 255, 255, 0.45);
    color:white;
    border-radius: 100px;
}


.text-muted{
    color: white;
}

/* Sign up page*/
.signuplink{
    margin-right: 45px;
    color: white;
    text-decoration: none;
}
.signuplink:hover{
    color: #4E0E78;
}
.signup{
    position: absolute;
    margin-left: 33%;
    margin-bottom: 10%;
    align-items: center;
    width: 30%;
    padding:3%;
    color: white;
    background-color: blueviolet;
    border-color:white ;
    border-radius: 25px;
    border: 10px solid ;

    box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);

    transition: 0.5s;
    transition-timing-function: ease-in-out;

    
}
.signup:hover{
width: 40%;

}

.form-control{
    background-color:  rgba(255, 255, 255, 0.45);
    color: white;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
    box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border:none;
}

.form-control:hover, .form-control:active,
.form-control:focus {
    background-color:  #4E0E78;
    color: white;
}


.dark-mode {
    background-image: none ;
    background-color: #303030;
    transition: linear 0.1s;
    filter: invert(1) hue-rotate(180deg);

  }


.invert {
filter: invert(1) hue-rotate(180deg);
transition: 0.3s linear;

}
.backgroundCredit{
    display: none;
}

@media only screen and (max-width: 670px) {

body{
    background-image: none;
    background-color:blueviolet;

}
.brand{
    color: #fff;
}
.wrapper{
    display: flex;
    flex-direction: column;
    transform-origin: top left;
  
    background-repeat: no-repeat;
    background-size: contain;
    width:100vw;
    
    padding: -30%;
}

.outer-wrapper{
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    overflow-y: visible;
    overflow-x: visible;
    position:absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth; 
}

.two{
    margin-top: 25%;
}

.three{
    margin-top: 20%;
}

.four{
    margin-top: -5%;
}

.col-sm-6{
    margin-left: -10%;
    justify-content: center;
    
}

.tab-content{
  justify-content: center;
  padding-left: 0%;
  margin-top: -5%;

}
.card{
    justify-content: center;

    margin-right: 5%;
  
}
.card:hover{
  background-color: blueviolet;
  transform: translateX(0%);

}
.card-img-top{
    width: 95%;
}

.card-img-topR{
    width: 25%;
}

.card1{
  justify-content: center;
  margin-right: 5%;
  width: 100%;

 
}

.card2{
  margin-left: 15%; 
}
.card-bodyR{
  font-size: 4vw;
  justify-content: center;
  width: auto;
  height: px;


}

#ingredients{
    display: none;
}

.signup{
    margin-left: 5%;
    width: 60%;
    padding-bottom: 40%;
}
.signup:hover{
    width: 90%;
}

.col-md-3{
  width: 90%;
  margin-left: 35% ;
  justify-content: center;

}
.card-bodyR{
 width: max-content;
 margin-bottom: 5%;
}
}