/* fonts */

@font-face {
    font-family: 'SuperClarendon';
    src: url("../../font/SuperClarendon.woff")
}

@font-face {
    font-family: 'Wingdings3';
    src: url("../../font/Wingdings3.woff")
}

@font-face {
    font-family: 'Roboto-Black';
    src: url("../../font/Roboto-Black.woff")
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../../font/Roboto-Bold.woff")
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../../font/Roboto-Light.woff")
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../../font/Roboto-Medium.woff")
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../../font/Roboto-Regular.woff")
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url("../../font/MinionPro-Regular.woff")
}

/* fonts */

/* bootstrap */

body {
    font-family: 'Roboto-Bold';
    color: #7b5c3d;
    overflow-x: hidden;
}

.row {
    margin: 0;
}

.container-fluid {
    padding: 0;
}

.jumbotron {
    margin: 0;
}

a {
    color: #7b5c3d;
}

a:hover {
    color: #f9f4d7;
    text-decoration: none;
}

.btn {
    /* box-shadow: inset 0px -7px 20px grey; */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
    border-radius: 0;
    font-size: 1rem;
    margin: 2% auto;
    word-wrap: break-word;
    white-space: normal;
}

.p-20 {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}

.btn-success1 {
    color: white;
    background-color: #90cdab;
    border-color: #90cdab;
}

.btn-success2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    background-color: #90cdab;
    background-image: none;
}

.btn-success2 .fas {
    float: left;
    line-height: 1.5;
}

.btn-primary1 {
    color: white;
    background-color: #c5a373;
    border-color: #c5a373;
}

.btn-rect {
    padding: 3% 5% 2% 5% !important;
}

.form-control {
    border-radius: 0;
    margin: 1% auto;
}

.img-responsive {
    height: 100%;
    width: 100%;
}

.btn-success1 {
    color: white;
    background-color: #86cca9;
}

.btn-custom {
    color: #FFFFFF;
    background-color: #ba9a70;
}

.btn-big {
    padding: 0.7em;
    font-size: 1rem;
}

/* bootstrap */

.navbar-brand img {
    height: 130px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10%;
}

/* header */

.top-info {
    padding: 1vh;
    background: url("../../images/Header_Vitamat.jpg");
    background-size: cover;
    font-size: 1.2rem;
}

i.fab, i.fas {
    line-height: 2;
}

.soical-icons {
    margin-left: 20px;
}

.soical-icons img {
    margin: auto 10px;
    width: 40px;
}

.soical-icons i.fab {
    background: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 3px;
}

.menu-bar {
    background-color: #f6f3ef !important;
    font-family: 'Roboto-Light';
    font-weight: bold;
    padding: 0;
}

.navbar-nav {
    width: 100%;
}

.menu-bar .nav-item {
    padding: 0 !important;
    width: 100%;
    text-align: center;
}

.menu-bar .nav-link {
    color: #7b5c3d !important;
}

.active .nav-link {
    color: #93cca8 !important;
    font-weight: bold !important;
    font-family: "Roboto-Bold";
}

/* header */

/* dropdown menu */

#mainmenu {
    position: relative;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu.show {
    display: none;
}

.dropdown-menu {
    left: 1.5vw;
    border-top: #90cdaa 5px solid;
    border-bottom: #90cdaa 1px solid;
    border-radius: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 30vw;
    padding: .5rem;
    font-family: "Roboto-Medium";
    font-size: .8rem;
}

.dropdown-item {
    padding: 0;
    width: auto;
    color: #7b5c3d;
    display: inline-block;
}

.dropdown-item:hover, .dropdown-toggle:hover {
    color: #88cca9 !important;
}

.dropdown-item.active {
    background-color: transparent;
    color: #88cca9;
    font-weight: bold;
}

.dropdown-item:after {
    content: "|";
    padding: 0 10px;
    font-weight: normal;
}

.dropdown-item:last-child:after {
    content: none;
}

@media screen and (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-item {
        display: block;
    }
    .dropdown-item:after {
        content: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    .dropdown-menu {
        width: 100%;
        font-size: 1rem;
    }
    .dropdown-item {
        padding: 0.5rem;
        text-align: center;
    }
}

/* dropdown menu */

.win-font {
    font-family: "Wingdings3";
    color: #93cca8;
}

.header-info {
    padding: 2%;
    background: #93cca8;
    font-family: "SuperClarendon";
    font-weight: bold;
    font-size: 16pt;
}

.header-info img {
    display: block;
    width: 25vw;
    margin: 1% auto;
    max-width: 250px;
}

.joinus-schema {
    background: #fcf9e7;
    padding: 6rem 2rem;
    position: relative;
    z-index: 2;
}

.joinus-schema::before {
    content: "";
    background: url(../../images/topline.png) no-repeat;
    position: absolute;
    top: -5%;
    height: 50%;
    width: 13%;
    right: -1%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.joinus-schema::after {
    content: "";
    background: url(../../images/bottomline.png) no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -5%;
    height: 50%;
    width: 18%;
    left: -7%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.footer {
    background: #9a9a98;
}

.search-bar {
    padding: 1%;
}

.search-bar .form-control, .search-bar .btn {
    height: 45px;
    margin: 0;
}

.footer-block {
    background-image: url("../../images/Header_Vitamat.jpg");
    background-size: 180%;
    background-position: 50% 0%;
    padding: 1%;
}

.footer-block p {
    text-align: center;
}

.footer-block i.fab {
    font-size: 1.3em;
}

.footer-block hr {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
}

/* responsive design css */

@media screen and (min-width: 2500px) {
    body {
        font-size: 1.7rem !important;
    }
    .container {
        max-width: 2300px;
    }
}

@media screen and (min-width: 2000px) {
    body {
        font-size: 1.4rem !important;
    }
    .container {
        max-width: 1850px;
    }
}

@media screen and (min-width: 1800px) {
    body {
        font-size: 1.2rem;
    }
    .btn {
        font-size: 1.2rem;
    }
    .info-cont5 img {
        width: 20% !important;
    }
    .search-bar .form-control, .search-bar .btn {
        height: 50px;
    }
    .container {
        max-width: 1650px;
    }
    .navbar-nav{
        margin-left: 40%;
    }
}

@media screen and (min-width: 1600px) {
    body {
        font-size: 1rem;
    }
    .navbar-brand img {
        margin-left: 20%;
    }
    .navbar-nav {
        margin-left: 20%;
    }
    .soical-icons i.fab {
        width: 5vh;
        height: 5vh;
    }
    .container-fluid p.lead {
        font-size: 1em;
    }
    .container-fluid h5 {
        font-size: 1.2em;
    }
    .container {
        max-width: 1500px;
    }
    h4 {
        font-size: 1.2em;
    }
    .header-info {
        padding: 1%;
    }
    .joinus-schema::before {
        right: -3%;
    }
    .joinus-schema::after {
        bottom: -4%;
        height: 40%;
        width: 18%;
        left: -8%;
    }
}

@media screen and (max-width: 1024px) {
    /* header */
    .top-info {
        text-align: center;
    }
    .col-sm {
        margin: 2% auto;
    }
    /* header */
    .header-info img {
        width: 40vw;
    }
    .soical-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    body {
        font-size: .8rem;
    }
}

@media screen and (max-width: 992px) {
    .menu-bar .navbar-toggler {
        margin-right: 2rem;
    }
}

@media screen and (max-width: 800px) {
    .btn {
        font-size: 1.2em;
    }
    /* header */
    .col-sm {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .nav-item {
        margin: 2% auto;
    }
    /* header */
    .joinus-schema::after {
        bottom: -4%;
        height: 40%;
        width: 30%;
        left: -15%;
    }
    .header-info img {
        width: 50vw;
    }
}

@media screen and (max-width: 600px) {
    .joinus-schema::after {
        bottom: -2%;
        height: 19%;
        width: 60%;
        left: -38%;
    }
}

@media screen and (max-width: 480px) {
    /* bootstrap */
    .btn {
        font-size: .9rem;
    }
    /* bootstrap */
    /* header */
    .menu-bar img {
        height: 150px;
    }
    .nav-item {
        margin: 2% auto;
    }
    /* header */
    .joinus-schema::before {
        width: 20%;
    }
    .joinus-schema::after {
        bottom: -2%;
        height: 19%;
        width: 60%;
        left: -38%;
    }
}

@media screen and (max-width: 330px) {
    .menu-bar img {
        height: 130px;
    }
    .dropdown-menu {
        font-size: .8rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
}

.info-right-die {
    background-color: #013A6B;
    background-image: -webkit-linear-gradient(-45deg, #90cdaa 37%, #F4F1EF 35%);
    background-size: 130%;
    position: relative;
    z-index: -1;
}

.info-right-die:after {
    content: '';
    background: url('../../images/Header_Vitamat.jpg');
    background-size: cover;
    height: 3%;
    width: 100%;
    position: relative;
    bottom: -57.5%;
    left: 40%;
    z-index: 2;
}

.info-right-die .logo-img {
    margin: 6% 0 5% 0;
}

.info-right-die .logo-img img {
    width: 120%;
    height: 100%;
    margin-left: -20%;
}

.info-right-tag {
    position: absolute;
    top: 34%;
    left: 22%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    padding: 4% 18%;
    background-color: #f1dc1f;
    color: #252107;
    font-size: 2rem;
    font-family: serif;
    font-weight: 700;
}

.welcome-msg {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -5px 5px grey;
    box-shadow: 0px -5px 5px grey;
    border-radius: 0px;
    margin-bottom: 0px;
}

.welcome-msg h2 {
    margin-bottom: 1em;
}

.welcome-msg p {
    margin-top: 2em;
}

.info-brands {
    padding: 1%;
    background: url("../../images/Header_Vitamat.jpg");
    background-size: cover;
    font-size: 1.3rem;
    position: relative;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    height: 50px;
    width: 50px;
    line-height: 2;
    border-radius: 50%;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10;
}

.back-to-top:hover {
    background-color: white;
    border-color: white;
    color: #93cca8;
}