body, html {
    height: 100%;   
}

body {
    font-family: 'Kelly Slab', cursive!important;
    font-size: 100%;
    background-color: rgba(10,10,10,0.9);
}

/* Buttons */
.btn-black {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: silver !important;
    border: 0.2rem solid silver !important;
    transition: 0.5s all ease-in-out;
    box-shadow: 0px 5px 1px #0eb4a9;
}

.btn-black:hover {
    background: #161616!important;
    color: #0eb4a9 !important;
    transform: rotate(-10deg);
    box-shadow: none;
    font-size: 1.7rem;
    border-color: #0eb4a9 !important;
}

header {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden !important;
    clip-path: polygon(0 0,100% 0,100% 95%,50% 100%,0 95%);
}

/* Navbar */
.navbar {
    background-color: transparent !important;
    margin-bottom: -1rem;
    width: 100%;
    height: 100%;
}

.navbar-toggler {
    outline: none !important;
    width: 100%;
    height: 100%;
}

.navbar-toggler-icon {
    background: #0eb4a9;
    font-size: 1.5em;
    opacity: 0.8;
    border-radius: 10%;
}

#myNavbar a {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    margin-right: 2.2rem;
    transition: all 1s ease-in-out;
    border-radius: 1.5em;
    border-bottom: 2px dotted white;
}

#myNavbar a:hover {
    color: #0eb4a9;
    font-size: 1.5rem;   
    border-bottom: 2px solid aliceblue;    
    box-shadow: 2px 10px 4px #161616;
}

/* Logo */
.logo img {
    position: absolute;
    top: 28.5%;
    left: 50%;
    width: 18%;
    height: 27%;
    transform: translate(-50%,-50%);
}

/* Banner */
.banner-text {
    position: absolute;
    top: 68%;
    left: 0%;
    color: aliceblue;
    height: 100%;
    width: 100%;
    text-align: center;
}

.banner-text h4 {
    font-size: 60px;
    text-shadow: 1px 5px 5px #161616;
}

#particles-js {
    min-height: 90vh;
    background: url("../Images/backG-1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    animation-name: zoom;
    animation-duration: 13s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    width: 100%;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1) translateX(0);
    }

    100% {
        transform: scale(1);
    }
}

/* Index */

.index h1 {
    color: darkgray;
    text-shadow: 1px 4px 2px #0eb4a9;
}

.index-text {
    font-family: Alaska;
    font-size: 1.1rem;
    color: silver;
}

.index-item span {
    font-size: 4rem;
    color: #0eb4a9;
}

.index-item h4 {
    color: silver;
}

.index-item p {
    font-family: Alaska;
    font-size: 1rem;
    color: #7A7A7A;
}

/* Projects */

.projects {
    background: url("../Images/backG1.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    clip-path: polygon(0 0,100% 0,100% 95%,50% 100%,0 95%);
}

.project-title h1 {
    text-shadow: 1px 2px 2px #161616;
    color: #b94646;
    font-weight: 700;
}

.project-title p {
    color: #b94646;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px #161616;
}

.project-item-name {
    color: darkgray;
}

#project-item-name {
    color: silver;
}

.single-item {
    transition: all 1s ease-in-out;
    box-shadow: 2px 3px 1px #161616;
}

.single-item:hover {
    box-shadow: -5px 10px 15px rgba(0,0,0,0.7);
}

.img-container {
    overflow: hidden;
    cursor: pointer;
}

.project-img {
    transition: all 1.5s ease-in-out;
}

.img-container:hover .project-img {
    transform: scale(1.5);
}

.card-body {
    background: rgba(10,10,10,0.85);
}

/* Prices */
.card {
    border: 2px solid #7A7A7A;
    box-shadow: 1px 3px 4px #0eb4a9;
}

.prices-title h2 {
    font-family: Alaska;
    font-size: 1.65rem;
    color: #0eb4a9;
    word-spacing: 0.17rem;
    text-shadow: 1px 1px 1px silver;
}
.prices-title p {
    font-family: Alaska;
    font-size: 1.4rem;
    color: #7A7A7A;
}

#card-1 { 
    background: #9c9d2b;
}

#card-1 h1 {
    font-size: 4rem;
}

#card-ft {
    font-family: Alaska;
    color: #7A7A7A;
}

#card-ft span {
    color: #0eb4a9;
}

#card-p {
    font-family: Alaska;
}

#card-2 {
    background: rgba(56, 136, 183,0.8);
}

#card-2 h1 {
    font-size: 4rem;
}

#card-3 {
    background: #d78832;  
}

#card-3 h1 {
    font-size: 4rem;
}

/* BAKERY */
/* Header */
#header-2 .navbar {
    background-color: transparent !important;
    width: 100%;
    height: 100%;
}

#header-2 {
    background: linear-gradient(rgba(165, 3, 3, 0.8),rgba(56, 136, 183,0.8));
    color: rgba(165, 3, 3, 0.93);
    color: #3888b7;
}

.logo-2 img {
    position: absolute;
    top: 10%;
    left: 7.5%;
    width: 12%;
    height: 20%;
    transform: translate(-50%,-50%);
    opacity: 0.9;
}

#templates h2 {
    color: silver;
}

#templates h4 {
    color: silver;
}

#features h3 {
    color: silver;
}

#features h5 {
    color: darkgray;
}
/* Contact */
.contact {
    background-color: #161616;
    margin-bottom: -2rem !important;
}

.contact h1 {
    color: silver;
    text-shadow: 1px 2px 2px #fff;
}

.contact p {
    font-family: 'Footlight MT';
    font-size: 1.3rem;
    color: darkgray;
}

/* Social */
.card-social h2 {
    text-shadow: 1px 3px 3px silver;
}

.soical-icons a {
    color: #242424;
    font-size: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 55%;
    -webkit-box-shadow: 0px 0px 1px 0px #fff;
    -moz-box-shadow: 0px 0px 1px 0px #fff;
    box-shadow: 0px 0px 2px 0px #161616;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0.3em;
    line-height: 2.3em;
    margin: 0.5em;
}

.soical-icons a:hover {
    color: #00b3ca;
    box-shadow: 0px 0px 13px 2px #00b3ca;
}

/* Copyrights */

.copyrights h6 {
    color: rgba(13, 199, 188, 0.8) !important;
    font-size: 1.2rem;
    margin: 0.3rem;
}

/* Scroll */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url("../Images/move-up.png") no-repeat 0px 0px;
}

#toTopHover {
    opacity: 1;
}

#toTop.show {
    display: block;
}

/* Media Screen */
@media(max-width:1366px) {
    .navbar {
        margin-top: 1rem;
    }
    .banner-text h4 {
        font-size: 65px;
    }
    .banner-text {
        top: 75%;
    }
    .logo img {
        top: 37.5%;
        width: 25%;
    }
}

@media(max-width:1024px) {
    .navbar {
        background-color: transparent !important;
        margin-bottom: -1rem;
        margin-top: 1.2rem;
        padding-right: 2rem !important;
    }
    .banner-text {
        position: absolute;
        top: 75%;
        left: 0%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .banner-text h4 {
        font-size: 50px;
        text-shadow: 1px 5px 5px #161616;
    }
    .logo img {
        position: absolute;
        top: 39%;
        left: 50%;
        width: 27%;
        height: 20%;
        transform: translate(-50%,-50%);
    }
    .logo-2 img {
        top: 7%; 
        left: 10%;
        width: 13%;
        height: 13%;
    }
}


@media(max-width:823px) {
    .navbar-toggler {
        outline: none !important;
        width: 10% !important;
        height: 5rem !important;
    }
    .banner-text h4 {
        font-size: 45px;
        text-shadow: 1px 5px 5px #161616;
    }

    .banner-text {
        position: absolute;
        top: 55%;
        left: -1%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .logo img {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 20%;
        height: 25%;
        transform: translate(-50%,-50%);
    }
    .logo-2 img {
        top: 17%;
        left: 82%;
        width: 20%;
        height: 30%;
    }
}

@media(max-width:812px) {
    .banner-text {
        top: 50%;
        left: 0%;
        color: aliceblue;
        height: 100%;
        width: 100%;
    }

    .logo img {
        position: absolute;
        top: 18%;
        left: 50%;
        width: 20%;
        height: 22%;
    }
}

@media(max-width:768px) {
    .navbar-toggler {
        outline: none !important;
        width: 10% !important;
        height: 5rem !important;   
    }
    .banner-text {
        position: absolute;
        top: 75%;
        left: 0%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .logo img {
        position: absolute;
        top: 38%;
        left: 50%;
        width: 30%;
        height: 22%;
        transform: translate(-50%,-50%);
    }
    .logo-2 img {
        top: 9.7%;
        left: 85%;
        top: 10%;
        width: 20%;
        height: 15%;
    }

}

@media(max-width:736px) {
     #myNavbar a {
        margin-top: 0%;
    }
    .banner-text {
        position: absolute;
        top: 57%;
        left: 0%;
        color: aliceblue;
        height: 96%;
        width: 96%;
        text-align: center;
    }

    .logo img {
        top: 24%;
        left: 50%;
        width: 22%;
        height: 25%;
    }
}

@media(max-width:731px) {
    .banner-text h4 {
        font-size: 40px;
        text-shadow: 1px 5px 5px #161616;
    }
    .banner-text {
        position: absolute;
        top: 58%;
        left: -1%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .logo img {
        position: absolute;
        top: 23%;
        left: 50%;
        width: 25%;
        height: 27%;
        transform: translate(-50%,-50%);
    }
}

@media(max-width:667px) {
    .banner-text {
        top: 55%;
    }
    .logo img {
        top: 22%;  
    }
    .logo-2 img {
        top: 20%;
    }
}
@media(max-width:640px) {
    .navbar-toggler {
        outline: none !important;
        width: 10% !important;
        height: 1rem !important;
    }

    .banner-text {
        position: absolute;
        top: 65%;
        left: -1%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .banner-text h4 {
        font-size: 38px !important;
        text-shadow: 1px 5px 5px #161616;
    }

    .logo img {
        position: absolute;
        top: 26%;
        left: 50%;
        width: 25%;
        height: 30%;
        transform: translate(-50%,-50%);
    }
    .logo-2 img {
        top: 9.7%;
        left: 85%;
        top: 15%;
    }
}

@media(max-width:568px) {
    .navbar-toggler {
        outline: none !important;
        width: 2%;
        height: 0% !important;
    }
    .logo img {
        top: 24%;
        height: 35%;
    }
    .logo-2 img {
        top: 17%;
        left: 82%;
        width: 22%;
        height: 30%;
    }
}

@media(max-width:480px) {
  
}

@media(max-width:414px) {
    #myNavbar a {
        margin-top: 7%;
    }
    .navbar-toggler {
        outline: none !important;
        width: 10%;
        height: 5% !important;
    }
    .logo img {
        position: absolute;
        top: 39%;
        left: 52%;
        width: 45%;
        height: 22%;
        transform: translate(-50%,-50%);
        overflow: hidden !important;
    }
    .banner-text {
        position: absolute;
        top: 75%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .logo-2 img {
        top: 8.5%;
        width: 22%;
        height: 12%;
    }
}

@media(max-width:411px) {
    .logo img {
        position: absolute;
        top: 40%;
        left: 52%;
        width: 43%;
        height: 20%;
        transform: translate(-50%,-50%);
        overflow: hidden !important;
    }
    .logo-2 img {
        top: 8%;
        left: 85%;
        width: 22%;
        height: 10%;
    }

}

@media(max-width:375px) {
    #myNavbar a {
        margin-top: 0%;
    }
    .logo img {
        position: absolute;
        top: 37%;
        left: 52%;
        width: 42%;
        height: 17%;
        transform: translate(-50%,-50%);
        overflow: hidden !important;
    }
    .navbar-toggler {
        outline: none !important;
        width: 10%;
        height: 5% !important;
    }
    .banner-text h4 {
        font-size: 35px !important;
        text-shadow: 1px 5px 5px #161616;
    }
    #particles-js {
        min-height: 100vh;
        background: url("../Images/backG-1.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        animation-name: zoom;
        animation-duration: 13s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        width: 100%;
    }
    .banner-text {
        position: absolute;
        top: 68%;
        color: aliceblue;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    #myNavbar a {
        font-size: 1.2rem;
        font-weight: 500;
        color: rgba(255,255,255,0.6);
        margin-right: 2.2rem;
        transition: all 1s ease-in-out;
        border-radius: 1.5em;
        border-bottom: 2px dotted white;
    }
    #header-2 .navbar {
        background-color: transparent !important;
        padding: -2em;
        width: 100%;
        height: 100%;
    }
    .index h1 {
        text-shadow: 1px 4px 2px #0eb4a9;
        color: darkgray;
        font-size: 2rem;
    }
    .projects {
        background: url("../Images/backG1.jpg") no-repeat center;
        background-attachment: fixed;
        background-size: cover;
        clip-path: polygon(0 0,100% 0,100% 97%,50% 100%,0 97%);
    }
    .project-title h1 {
        text-shadow: 1px 5px 4px #161616;
        font-size: 2rem;
    }
    .templates {
        margin-bottom: 4rem;
    }
    /* BAKERY */
    .logo-2 img {
        position: absolute;
        top: 9.5%;
        left: 85%;
        width: 30%;
        height: 14%;
        transform: translate(-50%,-50%);
    }
    .bakery-text h2 {
        font-size: 1.6rem;
    }
    .bakery-img-1 img {
        height: 30vh;
    }
}

@media(max-width:360px) {
    #myNavbar a {
        margin-top: 0%;
    }
    .logo img {
        position: absolute;
        top: 35%;
        left: 52%;
        width: 44%;
        height: 20%;
        transform: translate(-50%,-50%);
        overflow: hidden !important;
    }
    .logo-2 img {
        position: absolute;
        top: 9.7%;
        left: 85%;
        width: 30%;
        height: 14%;
        transform: translate(-50%,-50%);
    }
}

