* {
    font-family: 'Playfair Display', serif;
}

/* Start of header */
.navbar-scroll {
    transition: background-color 0.5s;
}

.navbar {
    background-color: #fff;
}

.nav-color {
    background-color: #fff !important;
    -webkit-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    -moz-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    opacity: 1;
    -webkit-animation: fadeInDown 1s alternate ease;
    -moz-animation: fadeInDown 1s alternate ease;
    animation: fadeInDown 1s alternate ease;
    box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .1);
}

.nav-color a.nav-link {
    color: #2c408d !important;
    letter-spacing: 2px;
    font-size: 16px;
    -webkit-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    -moz-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    opacity: 1;
    -webkit-animation: fadeInDown 1s alternate ease;
    -moz-animation: fadeInDown 1s alternate ease;
    animation: fadeInDown 1s alternate ease;
    font-weight: bold;
}



.navbar-dark .navbar-nav .nav-link {
    color: #2326b1;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #2326b1 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #1c1fdb;
    /* -webkit-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    -moz-transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    transition: all .8s cubic-bezier(0.68, 0, .29, 1);
    opacity: 1;
    -webkit-animation: fadeInDown 1s alternate ease;
    -moz-animation: fadeInDown 1s alternate ease;
    animation: fadeInDown 1s alternate ease; */
}


.navbar-nav a.nav-link {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #2326b1;
    border: 1px solid #2326b1;
    border-radius: .25rem;
}








/* end of header */


.nodisplay {
    display: none;
}

.wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    ;
}

.col-sm-4,
.col-sm-3,
.col-sm-6,
.col-sm-8,
.col-sm-12 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-right-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

#right {
    background-color: transparent;
    border: none;
}

#left {
    background-color: transparent;
    border: none;
}


.website img,
.packaging img {
    transition: all 1s ease-in-out;

}

.website img:hover,
.packaging img:hover {
    transform: scale(1.1);
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.cool-link {
    color: #6666664d;
    display: inline-block;
    margin: 0;
    /* right: 0;
    transform: rotate(-90deg);
    bottom: 0;
    position: fixed;
    top: 0; */
}


.cool-link ::after {
    content: '';
    display: block !important;
    width: 0;
    height: 3px;
    background: #2623b1 !important;
    transition: width .3s !important;
    /* margin-top: 5px; */
}

.cool-link:hover {
    color: #2623b1 !important;
}

.cool-link:hover::after {
    width: 100%;
}

.about-content {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    text-align: justify;
    background-color: #2623b1;

}

.about-content1 {
    border: 1px solid #2623b1;
    color: #2623b1;
    padding: 15px;
    text-align: justify;
}

/* .desktop {
    list-style-type: none;
    position: fixed;
    writing-mode: vertical-rl;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}

.desktop li a {
    display: inline-block;

} */



@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 20px;
    }

    .desktop {
        display: none;
    }

}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .about-content {
        width: 400px;
        top: 50%;
        left: 50%;
        transform: translateY(50%);
    }

    .about-content1 {
        width: 400px;
        top: 50%;
        left: 50%;
        transform: translate(50%, 50%);
    }

    .mob {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
        /* line-height: 4rem; */
    }
}

/* start of footer */


.footer-site li {
    display: inline-block;
    color: #c1c1c1;
    font-size: 11px;
    padding: 5px;
    text-transform: uppercase;
}

.footer-site li a {
    color: #c1c1c1;
    text-decoration: none;
}


/* end of footer */

@media only screen and (max-width: 1400px) {
    .desktop a {
        font-size: 14px;
    }
}

.desktop a {
    font-size: 13px;
}



/* start of sidebar */


.sidebar {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;

}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin-top: 10px;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    transition: padding-right 1s ease-in-out;
    margin-left: -15px;
    margin-bottom: 20px;
}

.openbtn:hover {
    /* background-color: #444; */
    padding-right: 45px;
}

#main {
    transition: margin-left .5s;
    /* padding: 16px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {

    .sidebar-menu {
        transform: translate(15%, 25%);
    }
}


/* end of sidebar */


.zoom-in {
    transition: all 1s ease-in-out;
}

.zoom-in:hover {
    transform: scale(1.2);
}


@media screen and (min-width: 768px) {

    .bg-height {
        height: 90vh;
    }

    .mt {
        margin-top: 10rem !important;
    }

    .pr {
        padding-right: 0px;
    }

    .blog-title {
        font-size: 30px;
        font-weight: 700;
    }

    .inside-blog-content {
        padding: 5rem;
    }

    .h-70 {
        height: 70vh !important;
    }
}

.recent-post-content {
    border-bottom: 1px solid grey;
    margin-left: 15px;
    margin-bottom: 20px;
}