@import url('https://fonts.googleapis.com/css2?family=Signika&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crete+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.whole-html {
    animation: new 1s linear;
    display: none;
}
body {
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
}
@keyframes new {
    0%{
      transform: rotate(12deg);   
    }
    100% {
        transform: rotate(0deg);
    }
}







/* <!-- /////// LOGO SPACE ////////// --> */
h3 {
    color: rgb(216, 216, 99);
}

h3::before {
    content: 'STAY ';
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
}

h3::after {
    content: ' mZee';
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
}

.navbar {
    background-color: #1c2837;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    padding: 10px 10px;
}

.search-bar {
    display: flex;
    flex-direction: row;
}

.search-bar i {
    font-size: 22px;
    color: #fff;
}

.search-bar input {
    font-weight: bolder;
    color: #1c2837;
    margin: 0px 3px;
    height: 24px;
    outline: none;
    padding-left: 2px;
}
.intro p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* <!-- /////////////////////////////// LINKS AREA ///////////////////// --> */

.links {
    font-family: 'Crete Round', serif;
    background-color: #2e4e75ab;
    text-align: center;
    display: flex;
    justify-content: center;
}

.sublinks {

    letter-spacing: 0px;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.sublinks a {
    color: #fff;
    text-decoration: none;
}

.sublinks li {
    margin: 2px 6px;
}

.sublinks a:hover {
    transition: 0.7s;
    color: grey;
}

/* <!-- /////////////////////////////////////// Media Area //////////////////////////// --> */

.pictures {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 80vh;
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
    transform: translateY(50% -50%);
    border: 2px solid black;
    left: 5%;
    margin-top: 20px;
    animation: slides 20s linear infinite;
    box-shadow: 4px 4px 20px 1px white;
}


@keyframes slides {
    0% {
        background-image: url('https://images.unsplash.com/photo-1580086319619-3ed498161c77?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80');
    }

    25% {
        background-image: url('https://images.unsplash.com/photo-1561214078-f3247647fc5e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
    }

    75% {
        background-image: url('https://images.unsplash.com/photo-1593079831268-3381b0db4a77?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=869&q=80');
    }

    100% {
        background-image: url('https://images.unsplash.com/photo-1558611848-73f7eb4001a1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80');
    }
}

h4 {
    background-color: #10171adc;
    width: 93%;
    left: 5%;
    top: 40%;
    transform: translateY(-50% 50%);
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    color: white;
    position: relative;
    font-size: 2rem;
}

h4::after {
    content: ' EVERY SINGLE DAY';
    color: yellow;
}

/* //////////////////////////////////// BISCEP SECTION //////////////////////////// */

.bisep {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 3px;
    transform: translateY(-50% 50%);
    left: 5%;
    width: 90%;
    height: 100%;
}

.bisep .pic {
    border-radius: 10px;
    border: 2px solid black;
    background-size: cover;
    background-position: fixed;
    width: 70%;
    /* height: 50vh; */
    background-image: url('https://images.unsplash.com/photo-1526506118085-60ce8714f8c5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
}

.bisep .des {
    width: 70%;
    margin-left: 170px;
    display: flex;
    flex-direction: column;
    color: #fff;

}

.bisep .des h2 {
    text-transform: capitalize;
    text-decoration: underline;
}

.bisep .des .intro {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 13px;
    line-height: 30px;
}

/* /////////////////////////TRYSPECS //////////////////////////// */
.tryseps {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 3px;
    transform: translateY(-50% 50%);
    left: 5%;
    width: 90%;
    height: 100%;
}

.tryseps .des h2 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.tryseps .des {
    margin-right: 50px;
    width: 50%;
    color: #fff;
}

.tryseps .des .pra {
    line-height: 30px;
}

.tryseps .pic {
    border: 2px solid black;
    border-radius: 10px;
    justify-content: flex-end;
    width: 50%;
    height: 70vh;
    background-image: url('https://images.unsplash.com/photo-1550345332-09e3ac987658?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
    background-position: center;
    background-size: cover;
}

/* /////////////////////////////// LAST TIPS //////////////////////////////// */
h1 {
    color: #fff; 
}
.head {
    margin-top: 30px;
    text-align: center;
}
.container {
    text-align: center;
    margin-top: 2px;
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 3px;
    transform: translateY(-50% 50%);
    left: 12%;
    width: 800px;
}
.tip1, .tip2, .tip3 { 
    margin-top: 20px;
    margin-left: 10px;
    border: 3px solid rgb(0, 0, 0);
    padding: 10px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.tip1, .tip2, .tip3, img {
    border: 2px white solid;
}
 .tip1, .tip2, .tip3, p{
    margin-top: 10px;
   font-family: 'Courier New', Courier, monospace;
} 
.tip1, .tip2, .tip3, h2 {
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* ////////////////////////////// VIDEO /////////////////////////////////////// */
.list {
    margin-top: 30px;
    display: flex;
    justify-content: space-around
}
.experts {
    line-height: 35px;
    color: #fff;
    width: 40%;
}
.experts p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
iframe {
    width: 140%;
    height: 50vh;
}
/* ////////////////////FIXED BOTTOM /////////////////////// */
.bottom {
    border: 2px solid white;
    height: 8vh;
   color: #fff;
    font-size: 20px;
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: #0F2027;
    display: flex;
    justify-content: space-between;
}
.login {
    padding: 10px 10px;
    justify-content: flex-end;
}
.icon {
    padding-top: 10px;
}
.bottom a {
    padding-top: 10px;
    margin: 10px 10px;
    text-decoration: none;
    color: #fff;
}
.bottom a:hover {
    color: grey;
}
.media i {
    margin: 3px 23px;
    font-size: 30px;
   color: #fff;
}
.copyrights {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #1c2837;
    height: 30vh;
}
.credits {
    color: #fff;
    margin-top: 13px;
}
.credits a {
    margin-right: 3px;
    text-decoration: none;
    color: pink;

}
.username {
    padding: 10px 10px;
    position: fixed;
    font-size: 20px;
    top: 30%;
    color: #fff;
    background-color: #1c2837;
}

.login2 {
    border-radius: 10px;
    padding: 30px 30px;
    border: 1px black solid;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login2 input {
    font-weight: bolder;
    outline: none;
    height: 100%;
    width: 50%;
    padding: 6px 10px;
    margin: 10px 10px;
}
.login2 button {
    width: 50%;
    padding: 10px 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid black;
    color:  #fff;
    background-color: salmon;
}
button:hover {
    background-color: rgb(177, 96, 87);
}
.error {
    display: none;
    border: 1px red solid;
    text-align: center;
    background-color: rgba(206, 65, 65, 0.308);
    color: red;
    font-weight: bolder;
}
h6 {
    font-size: 30px;
}
a {
    text-decoration: none;
}











@media (max-width: 768px) {

    /* <!-- /////// LOGO SPACE ////////// --> */
    h3 {
        font-size: 12px;
        color: rgb(216, 216, 99);
    }

    .logo {
        text-align: center;
        width: 130px;
    }

    .navbar {
        background-color: #1c2837;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 34px;
        padding: 6px 2px;
    }

    h3::before {
        content: 'STAY ';
        color: #fff;
        font-size: 12px;
        font-weight: bolder;
    }

    h3::after {
        content: ' mZee';
        color: #fff;
        font-size: 12px;
        font-weight: bolder;
    }

    .search-bar input {
        width: 50%;
        font-weight: bolder;
        color: #1c2837;
        margin: 0px 3px;
        height: 20px;
        outline: none;
        padding-left: 2px;
    }

    .search-bar {
        display: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .search-bar i {
        font-size: 20px;
        color: #fff;
    }

    /* <!-- /////////////////////////////// LINKS AREA ///////////////////// --> */

    .links {
        background-color: #2e4e75ab;
        text-align: center;
        display: flex;
    }

    .sublinks {
        letter-spacing: -1px;
        display: flex;
        flex-direction: row;
        list-style: none;
    }

    .sublinks a {
        font-family:  Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10px;
        color: #fff;
        text-decoration: none;
    }

    .sublinks li {
        margin: 2px 6px;
    }

    .sublinks a:hover {
        transition: 0.7s;
        color: grey;
    }

    /* <!-- /////////////////////////////////////// Media Area //////////////////////////// --> */
    .pictures {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 90%;
        height: 40vh;
        position: relative;
        background-image: url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
        transform: translateY(50% -50%);
        border: 2px solid black;
        left: 5%;
        margin-top: 10px;
        animation: slides 20s linear infinite;
        box-shadow: 4px 4px 20px 1px white;
    }

    h4 {
        background-color: #10171adc;
        width: 80%;
        left: 10%;
        top: 40%;
        transform: translateY(-50% 50%);
        font-family: 'Archivo Black', sans-serif;
        text-transform: uppercase;
        color: white;
        position: relative;
        font-size: 15px;
    }

    h4::after {
        content: ' EVERY SINGLE DAY';
        color: yellow;
    }

    /* //////////////////////////////////// BISCEP SECTION //////////////////////////// */

    .bisep {
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 3px;
        transform: translateY(-50% 50%);
        left: 8%;
        width: 90%;
        height: 100%;
    }

    .bisep .pic {
        margin-left: 30px;
        border-radius: 10px;
        border: 2px solid black;
        background-size: cover;
        background-position: fixed;
        width: 70%;
        height: 50vh;
        background-image: url('https://images.unsplash.com/photo-1526506118085-60ce8714f8c5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
    }

    .bisep .des {
        margin-top: 12px;
        width: 90%;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        color: #fff;

    }

    .bisep .des .intro {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-top: 3px;
        line-height: 25px;
    }

    /* /////////////////////////TRYSPECS //////////////////////////// */
    .tryseps {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        position: relative;
        transform: translateY(-50% 50%);
        left: 8%;
        width: 90%;
        height: 100%;

    }

    .tryseps .des h2 {
        text-decoration: underline;
        margin-bottom: 10px;
    }

    .tryseps .des {
        margin-right: 50px;
        width: 93%;
        color: #fff;
    }

    .tryseps .des .pra {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 25px;
    }

    .tryseps .pic {
        margin-top: 20px;
        margin-left: 30px;
        border-radius: 10px;
        border: 2px solid black;
        background-size: cover;
        background-position: fixed;
        width: 70%;
        height: 50vh;
    }
    /* /////////////////////////////// LAST TIPS //////////////////////////////// */
.container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 3px;
    transform: translateY(-50% 50%);
    left: 2%;
    width: 100%;
}
.tip1, .tip2, .tip3 { 
    margin: 10px;
    border: none;
    padding: 3px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 90%;
}
/* ////////////////////////////// VIDEO /////////////////////////////////////// */
.list {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.experts {
    margin: 10px 10px;
    line-height: 25px;
    color: #fff;
    width: 90%;
}
.experts p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
iframe {
    width: 95%;
    height: 50vh;
}
/* ////////////// FIXED BOTTOM ///////////////////////// */
.bottom {
    
    border: 2px solid white;
    height: 7vh;
   color: #fff;
    font-size: 10px;
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: #0F2027;
    display: flex;
    justify-content: space-between;
}
.login {
    padding: 2px 20px;
    justify-content: flex-end;
}
.icon {
    font-size: 8px;
    padding-top: 5px;
}
.bottom a {
    text-transform: uppercase;
    padding-top: 10px;
    margin: 2px 4px;
    text-decoration: none;
    color: #fff;
}
.username {
    padding: 2px 2px;
    position: fixed;
    font-size: 10px;
    top: 30%;
    color: #fff;
    background-color: #1c2837;
}
h6 {
    font-size: 13px;
}
.error {
    font-weight: 100;
    font-size: 10px;
}

.login2 {
width: 90%;
}
.login2 input {
    font-weight: bolder;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 1px 0px;
    margin: 10px 10px;
}
}