/* HTML */
html,body {

}
/* End HTML */

/*Pop up message*/

    /* Outer */
    .modal {
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
    }

    /* Modal Content */
    
    .newuserdiv{
        width: 90%;
        margin: 10px 0px 0px 0px;
        padding: 2px;
    }
    
    .newuserdivtext{
        width: 90%;
        margin: 0px 0px 0px 2px;
        padding: 10px 2px 2px 2px;
    }
    
    .modal-content {
        margin: auto;
        width: 60%;
        border-style: none;
        font-size: 3vw;
        border-radius: 5px;
    }
    
    /*Modal Iamge*/
    .modal-image{
        overflow: hidden; 
        width: 50%; 
        margin: 0px auto;
        font-size:20px;
    }

    .modal-image img{
        margin:0px auto 0px 0px;
        width:25%;
    }
    .modal-image p{
        font-size: 25px;
    }

    /*Modal Header*/
    .modal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:2px;
    }
    .modal-header >span{
        margin-left:-6px;
    }

    /*Modal Footer*/
    .modal-footer{
        border-radius: 1px;
        padding: 5px 16px;
    }

    /* The Close Button */
    .close {
        font-size: 25px;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    .modal-body {
        padding: 1em;
        font-size: 18px;
    }
    
    .errormodal {
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
    }
    
    .errormodal-content {
        margin: auto;
        width: 60%;
        border-radius: 5px;
        border: 2px solid #888;
        font-size:13px;
    }
    
    .errormodal-body {
        padding: 1em;
        font-size: 18px;
    }
    
    /*Modal Header*/
    .errormodal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:2px;
    }
    .errormodal-header >span{
        margin-left:-6px;
    }

    /*Modal Footer*/
    .errormodal-footer{
        border-radius: 1px;
        padding: 5px 16px;
    }

/*End pop up message*/

/* Cookies popup */
#popup_cookies {
}

#cookiebutton {
    padding: 0.2em 0.2em;
    bottom: 0.1em;
    right: 5.5em;
    width: 11.5em;
    z-index: 1000;
}

#cookiebox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    bottom: 1em;
    left: 0px;
    right: 0px;
}

#managecookies {
    bottom: 44px;
    float: right;
    right: 97px;
}

#cookiesetting {
    top: 10%;
    right: 0%;
    bottom: 30%;
    left: 0%;
    width: 90%;
    overflow: auto;
    height: 42%;
}

.cookietext div.innerCookiebox{
    width: 90%; 
    margin: 0em auto 0em auto; 
}

.cookietext .textPosition{
    width: 100%
}

.cookietext .buttonPosition {
    width: 100%;
    margin: 0em auto 0em auto;
    float: left; 
}


.cookietext div p {
    max-width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.cookietext .button03 {
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
    border-radius: 15px;
}

.cookietext .button03:hover {
}

#cookiebutton:hover {
}

/* End Cookies popup */

/* Headers */

div.header {
    overflow: hidden;
    text-align: center;
    font-size: 30px !important;
}

div.header-container {
    background: #FF6F64;
    box-shadow: 0px -15px 15px -20px rgba(0,0,0,0.45), 0px 15px 15px -20px rgba(0,0,0,0.45);
    margin-top: 6.5em;
}

/* End Headers */

/* Buttons */

.button01 {
    margin-top: 1em;
}

/* End Buttons */

/* Containers */

div.displayrecord01 {
    width: 100%;
    padding: 0em;
}

div.topbarcontent {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

div.hamburger-menu {
    width: 40px;
    margin-top: 1.2em;
}

div.footercontent {
    width: 90%;
}

div.footerbox {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: Jost;
}

div.footerbox3 {

}

.subscription-container {
    margin: 20px 0 6em 0;
}

.subscription-container input {
    padding: 15px 50px;
    border: none;
    border-radius: 34px;
    outline: none;
    font-size: 24px;
    width: 236px;
}

.subscription-container button {
    padding: 15px 30px;
    background-color: #FF6F64;
    color: white;
    border: none;
    border-radius: 34px;
    font-size: 26px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1.5em;
}

.subscription-container input::placeholder {
    color: #c0c0c0;
}

div.content {
    width: 100%;
    margin: 0;
}

div.featured-brand-container {
    width: 100%;
    margin: 6.5em auto;
    position: relative;    
}

div.featured-brand-image {
    width: 100%;
}

div.featured-brand-text {
    padding-left: 1em;
    font-family: Jost;
    font-size: 18px;
}

div.brands-grid-container {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    grid-template-columns: repeat(2, auto);
    width: 90%;
    margin: 0em auto 5em auto;
}

div.billy-brand-container {
    width: 100%;
    margin: 6.5em auto;
    position: relative;    
}

div.billy-brand-image {
    width: 100%;
}

a.brand-hover-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.brand-overlay {
    position: absolute;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

img.overlay-bar {
    position: absolute;
    bottom: 0.7em;
    left: 1em;
    width: 1.5%;
}

div.services-container {
    margin: 1em auto 2em;
    width: 90%;
}

div.about-container {
    width: 90%;
    margin: 0 auto;
}

div.breadcrumb-container {
    margin-top: 4.5em;
    display: none;
}

.aboutus-container {
    width: 100%;
    margin: 6.7em auto 4em;
    position: relative;
}

div.aboutus-text-container {
    flex: 1;
    max-width: 41%;
    padding-left: 1em;
    font-family: Jost;
    margin-bottom: -2em;
}

div.team-text-container {
    width: 90%;
    margin: 0 auto;
    font-family: Jost;
    font-size: 18px;
    margin-bottom: 2em;
}

.contactbox-container {
    width: 88%;
    margin: 2em auto 5em;
}

.contactus-info-container {
    display: none;
}

div.socialmedia-grid-container {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    grid-template-columns: repeat(2, auto);
    width: 90%;
    margin: 5em auto 5em auto;
}

/* End Containers */

/* Sections */

/* End Sections */

/* Buttons and Links */

a {
    
}

a:hover {
    
}

a.service-link {
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-family: Jost;
    border-bottom: 1px solid black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    display: block;
}

.social-links {
    margin-bottom: 4em;
    display: flex;
    justify-content: space-between;
    width: 90%;    
}

/* End Buttons and Links */

/* Menu */

.menu {
    width: 100%;
}

/* End Menu */

/* Images */

img.logo-menu-image {
    width: 170px;    
}

img.brand-default {
    width: 100%;
}

.overlay-image {
    width: 15em;
    position: absolute;
    bottom: 0;
    left: 0;
}

img.about-image {
    display: none;
}

img.brand-image {
    width: 100%;
    box-shadow: 0px -15px 15px -20px rgba(0,0,0,0.45), 0px 15px 15px -20px rgba(0,0,0,0.45);
    margin-top: 0.5em;
}

img.footer-image-logo {
    width: 100%;
    margin: 4em auto;
}

img.aboutus-image2 {
    width: 100%;
}

div.aboutus-image {
    flex: 1;
}

img.default-image {
    width: 100%;
}

img.hover-image {
    width: 100%;
    display: none;
}

.default-image {
    transition: opacity 0.3s ease-in-out;
}

.fade-out {
    opacity: 0;
}

img.featured-brand-default {
   width: 100%; 
}

div.featured-brand-overlay {
    display: none;
}

img.overlay-bar-image {
    position: absolute;
    bottom: 0.7em;
    left: 1em;
    width: 1.5%;
}

img.verticalbar-image {
    position: absolute;
    bottom: 0.9em;
    left: 1em;
    width: 0.7%;
}

.desktop-intro-img {
    display: none;
}

/* End Images */

/* Labels */

.label01 {
    font-size: 30px;
}

/* End Labels */

/* Inputs */

.input01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;      
    font-size: 18px;
    margin-bottom: 3em;
    border-radius: 0;
    width: 98%;
}

/* End Inputs */

/* Textareas */

.message-box {
    max-width: 289px;
}

.message-textarea {
    font-size: 18px !important;
}

/* End Textareas */

/* Texts */

p.last-updated-text {
    display: none;
}

p.brand-text {
    width: 93%;
}

p.brand-text span:first-child {
    font-size: 40px !important;
}

h1.brand-title {
    font-size: 33px;
}

h1.brand-title2 {
    font-family: Jost;
    font-size: 38px;
    margin: 1em auto;
    width: 90%;
}

p.brand-text-mobile {
    font-family: Jost;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 15px;
    display: none;
}

p.overlay-text {
    position: absolute;
    color: white;
    font-size: 0.6em;
    font-family: Jost;
    font-weight: bold;
    bottom: 1px;
    left: 2.5em;
    text-align: center;
    right: 2.5em;
}

div.about-text {
    font-family: Jost;
    font-size: 18px;
    margin-top: 0.5em;
    box-shadow: 0px -15px 15px -20px rgba(0,0,0,0.45), 0px 15px 15px -20px rgba(0,0,0,0.45);
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 3em;
}

div.brand-description {
    width: 90%;
    margin: 0 auto;
    font-family: Jost;
    font-size: 18px;
    margin-bottom: 5em;
}

h1.aboutus-title {
    font-size: 33px;
}

p.aboutus-text {
    display: none;
}

p.aboutus-text-mobile {
    font-family: Jost;
    width: 90%;
    margin: 1em auto;
    font-size: 18px;
    margin-bottom: 3em;
}

.contactus-title-text {
    display: none;
}

.contactus-img-bck {
    display: none;
}

.contactus-headerbox {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-align: center;
    align-content: center;
    font-size: 44px;
    font-family: Jost;
    color: white;
}

.paragraph01 {
    margin: 2em auto 3em;
    font-size: 18px;
    width: 90%;
}

/* End Texts */

/* Fields */

/* End Fields */