.featured-overlay-content/* HTML */

html,body {
    margin: auto;
}
/* End HTML */

/* Cookies popup */
#popup_cookies {
}

#cookiebutton {
    padding: 0.2em 0.2em;
    bottom: 0.1em;
    right: 5.5em;
    width: 11.5em;
}

#cookiebox {
    width: 25em;
    font-size: 0.9em;
    bottom: 2em;
    left: 14em;
}

#managecookies {
    top: 6px; 
    left: 10px;
}

#cookiesetting {
    top: 20%;
    right: 25%;
    bottom: 30%;
    left: 25%;
    width: 25%;
    overflow: auto;
    height: 35%;
    margin: 0em auto;
    height: 460px;
    width: 25%;
    padding-left: 1em;
    padding-right: 1em;
}

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

.cookietext .textPosition{
    width: 100%;
}

.cookietext .buttonPosition {
    margin-top: 2.5%;
    float: right; 
}

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

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

.cookietext .button03:hover {
}

#cookiebutton:hover {
}

/* End Cookies popup */

/*Pop up message Correct/Error*/

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

    /* Modal Content */
    .modal-content {
        margin: auto;
        width: 25%;
        border-style: none;
        font-size: 1.2vw;
        border-radius: 5px;
    }
    
    /* Modal Content */
    .modal-smspopup {
        margin: auto;
        width: 35%;
        border-radius: 5px;
        border: 2px solid #888;
        font-size:15px;
    }
    
    .modal-body {padding: 35px 0px;}
    
    /*Modal Header*/
    .modal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:12px;
    }
    
    .modal-header >span{
        margin-left:-6px;
    }

    /*Modal Iamge*/
    .modal-image{
        overflow: hidden; 
        width: 35%; 
        margin: 0px auto;
        font-size:15px;
    }
    
    .modal-image-smspopup{
        overflow: hidden; 
        width: 50%; 
        margin: 0px auto;
        font-size:15px;
    }
    
    .modal-image img{
        margin:0px auto 0px 0px;
        width:25%;
    }
    
    .modal-image p{
        font-size: 15px;
    }

    /*Modal Header*/
    .modal-header{
        width: 90%;
        border-radius: 3px;
        padding: 0px 16px;
        font-size: 12px;
    }

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

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

    }

    /* 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}
    }

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

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

    /* Modal Content */
    .errormodal-content {
        margin: auto;
        width: 15%;
        height: 100px;
        border-radius: 5px;
        border: 2px solid #888;
        font-size: 1.2rem;
    }
    
    .errormodal-body {
        padding: 1em;
    }
    
    /*Modal Header*/
    .errormodal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:12px;
    }
    
    .errormodal-header >span{
        margin-left:-6px;
    }
    
    /*Modal Header*/
    .errormodal-header{
        width: 90%;
        border-radius: 3px;
        padding: 0px 16px;
        font-size: 12px;
    }

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

/* Headers */

.header p:first-child {
    font-size: 40px !important;
}

/* End Headers */

/* Containers */

div.displayrecord01 {
    width: 100%;
}

div.topbar {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
}

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

div.footer {
    width: 100%;
    margin: 0 auto 0 auto;
}

div.footercontent {
    width: 90%;
    margin-top: 5em;
}

div.footers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.footerbox {
    width: 25%;
    font-family: Jost;
    font-size: 18px;
}

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

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

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

.subscription-container button:hover {
    background-color: #e45c55;
}

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

div.topbarcontent {
    width: 95%;
}

div.content {
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    position: relative;
}

div.header-container {
    background: #FF6F64;
    width: 100%;
    box-shadow: 0px -15px 15px -20px rgba(0,0,0,0.45), 0px 15px 15px -20px rgba(0,0,0,0.45);
}

div.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    align-items: center;
}

.featured-brand-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.aboutus-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin: -2em auto 15vw;
    position: relative;
}

.team-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 8vw;
    position: relative;
}


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

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

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

.brand-default {
    width: 100%;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.brand-hover-wrapper:hover .brand-default {
    transform: scale(1.1);
}

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

.brand-hover-wrapper:hover .brand-overlay {
    opacity: 1;
}

.featured-brand-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.billy-brand-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 10em;
    position: relative;
}

.featured-brand-image {
    flex: 1;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.billy-brand-image {
    box-shadow: rgba(0, 0, 0, 0.15) 15.95px 15.95px 20.6px;
    flex: 1;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 5px;
}

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

.featured-brand-default {
    width: 100%;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.featured-brand-hover-wrapper:hover .featured-brand-default {
    transform: scale(1.1);
}

.featured-brand-hover-wrapper:hover .featured-brand-overlay {
    opacity: 1;
}

.services-container {
    margin: 3em auto 15em;
    width: 93%;
}

.service-link {
    text-decoration: none;
    color: black;
    font-size: 36px;
    font-family: Jost;
    border-bottom: 1px solid black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
}

.service-link:hover {
    font-size: 40px;
    color: #FF6F64;
}

.about-container {
    width: 95%;
    margin: 0 auto 0;
    display: flex;
    align-items: flex-start;
}

.social-links {
    display: flex;
    gap: 3em;
    margin-bottom: 15em;
    margin-top: 4em;
}

.social-links2 {
    display: flex;
    gap: 3em;
    margin-left: 2em;
    float: right;
    position: relative;
    bottom: 13em;
    right: 6em;
}

.social-links3 {
    display: flex;
    gap: 2em;
    margin-left: -2em;
    margin-bottom: 15em;
    margin-top: 0em;
}

.brand-container {
    width: 95%;
    margin: 0 auto 15em;
}

.breadcrumb-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
    margin-top: 7.5em;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    gap: 3em;
    position: relative;
    margin-bottom: 2em;
}

.breadcrumb-link {
    text-decoration: none;
    color: black;
    font-size: 26px;
    font-family: Jost;
}

.breadcrumb-icon {
    width: 17%;
    margin-right: 0.3em;
}

.menu {
    width: 521px;
}

p.brand-text-mobile {
    display: none;
}

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

.contactbox-container {
    width: 60%;
    top: 4em;
    left: 6em;
}

.contactus-headerbox {
    padding-bottom: 3em;
    padding-bottom: 3em;
}

#slideshowcontainer {
    padding: 0em 0em 0em 0em !important;
}

#slideshowcontainer li {
    width: 100%;
}

#nextslide {
    top: 27em;
}

#nextslide img {
    width: 4vw !important;
}

#nextslide02 {
    top: 27em;
}

#nextslide02 img {
    width: 4vw !important;
}

#nextslide03 {
    top: 27em;
}

#nextslide03 img {
    width: 4vw !important;
}

#prevslide03 {
    top: 27em;
    right: 114em;
}

#prevslide03 img {
    width: 4vw !important;
}

#prevslide02 {
    top: 27em;
    right: 114em;
}

#prevslide02 img {
    width: 4vw !important;
}

#prevslide {
    top: 27em;
    right: 114em;
}

#prevslide img {
    width: 4vw !important;
}

.left-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.right-column {
  width: 45%;
  margin-left: 6em;
}

.header-container {
    line-height: 0;
}

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

.team-socials {
    position: absolute;
    bottom: 0;
}

/* End Containers */

/* Sections */

/* End Sections */

/* Textareas */

.message-label {
    position: relative;
    bottom: 5px;
}

.message-box {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1200px;
}

/* End Textareas */

/* Labels */

.label01 {
    font-size: 30px;
}

/* End Labels */

/* Buttons and Links */
a {
    
}

a:hover {
    
}
/* End Buttons and Links */

/* Texts */
h1.brand-title {
    font-size: 64px;
    font-family: Jost;
}

h1.brand-title2 {
    font-size: 64px;
    font-family: Jost;
    width: 50%;
    float: right;
}

p.brand-text {
    font-size: 24px;
    font-family: Jost;
}

.about-text {
    font-size: 24px;
    font-family: Jost;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 5em;
    padding-right: 3em;
    box-shadow: rgba(0, 0, 0, 0.15) 15.95px 15.95px 20.6px;
}

p.aboutus-text-mobile {
    display: none;
}

.brand-description {
    font-size: 24px;
    font-family: Jost;
    width: 50%;
    float: right;
}

.featured-brand-text {
    flex: 1;
    max-width: 40%;
    padding-left: 2em;
}

.aboutus-text-container {
    flex: 1;
    max-width: 40%;
    padding-left: 5em;
}

.team-text-container {
    flex: 1;
    max-width: 59%;
    padding-left: 5em;
}

.aboutus-title {
    font-size: 64px;
    font-family: Jost;
}

.team-title {
    font-size: 64px;
    font-family: Jost;
}

.aboutus-text {
    font-size: 24px;
    font-family: Jost;
}

.team-text {
    font-size: 24px;
    font-family: Jost;
}

.overlay-text {
    position: absolute;
    color: white;
    font-size: 1.5em;
    font-family: Jost;
    font-weight: bold;
    bottom: 4px;
    left: 2em;
    text-align: center;
    right: 2em;
}

.featured-overlay-content {
    position: absolute;
    color: white;
    font-size: 2.5em;
    font-family: Jost;
    font-weight: bold;
    bottom: 0.5em;
    left: 2em;
    line-height: 1.7em;
}

p.brand-text-mobile {
    display: none;
}

.paragraph01 {
    margin: 5em auto 10em;
    font-size: 24px;
    text-align: center;
    width: 65%;
}

/* End Texts */

/* Buttons */

.button01 {
    margin-top: 2.4em;
}

/* End Buttons */

/* Menus */

/* End Menus */

/* Fields */

/* End Fields */

/* Images */

.breadcrumb-icon {
    width: 17%;
    margin-right: 0.3em;
}

.about-image {
    width: 100%;
}

.brand-image {
    width: 43%;
    float: left;
    padding-top: 3em;
    padding-bottom: 5em;
    padding-right: 3em;
    box-shadow: rgba(0, 0, 0, 0.15) 15.95px 15.95px 20.6px;
}

.featured-brand-image {
    flex: 1;
    max-width: 50%;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.featured-brand-image img {
    width: 100%;
    height: auto;
    display: block;
}

.aboutus-image img {
    width: 100%;
    height: auto;
    display: block;
}


.aboutus-image {
    flex: 1;
    max-width: 50%;
}

.team-image img {
    width: 100%;
    height: auto;
    display: block;
}


.team-image {
    flex: 1;
    max-width: 30%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.team-image {
    position: relative;
    width: 100%;
}

.team-image img {
    width: 100%;
    display: block;
    transition: opacity 0.5s ease-in-out;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.team-image:hover .hover-image {
    opacity: 1;
}

.team-image:hover .default-image {
    opacity: 0;
}

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

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

.overlay-image {
    width: 44em;
    position: absolute;
    bottom: 0;
    left: 0em;
    height: 34em;
}

.featured-overlay-bar {
    position: absolute;
    bottom: 2em;
    left: 2em;
    width: 1% !important;
}

img.logo-menu-image {
    width: 26%;
}

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

img.footer-image-logo {
    width: 55%;
}

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

img.verticalbar-image {
    position: absolute; 
    bottom: 2em; 
    left: 2em; 
    width: 0.6%;
}

.contactus-img-bck {
    width: 70%; 
    border-radius: 300px;
}

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

/* End Images */