html {
    scroll-behavior: smooth;
}

@font-face{
    src: url("../newfonts/DIN-Light.ttf");
    font-family: "din-light";
}

@font-face{
    src: url("../newfonts/DIN-Bold.otf");
    font-family: "din-bold";
}

@font-face{
    src: url("../newfonts/DIN-Black.ttf");
    font-family: "din-black";
}

*{
    font-family: "din-light";
    color: #676767;
}

.x-correction{
    max-width: 100vw!important; 
    overflow-x: hidden!important;
}

.din-bold,
strong{
    font-family: "din-bold";
}

.f1-2{
    font-size: 1.2em;
}

.h1-5em{
    height: 1.5em;
}

.font-grey{
    color: #676767;
}

.text-white{
    color: white;
}

.text-orange{
    color: #d17222;
}

.text-black{
    color: black;
}

.font-size-3{
    font-size: 3em;
}

.bc-black{
    background-color: black!important;
}

.bc-grey{
    background-color: #3d3d3d!important;
}

.icon{
    max-height: 1.5em!important;
    width: auto!important;
}

#navbar {
    position: fixed; /* Make it stick/fixed */
    top: -70px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.5s; /* Transition effect when sliding down (and up) */
  }

.halfButtons {
    width: 70%;
    background-color: #9992A6;
    padding: 0.3em;
}
.halfButtons a{
    color: white!important;
}

.halfHome {
    width: 30%;
    background-color: #2C1559;
    padding: 0.3em;
}

.tbeeWall {
    height: 100%;
    background: url(../newimages/tbeewall.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .halfButtons,
    .halfHome {
        width: 100%;
    }
}

.introBackground {
    background-attachment: fixed!important;
    background-position: left;
    background-size: cover;
}

.madBackgorund{
    background: url(../newimages/madBackground.jpg);
}
.tbeeBackgorund{
    background: url(../newimages/tbeeBackground.jpg);
}

.subSection{
    background: url(../newimages/MadSubBackd.png);
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.halfViolet {
    background-color: #2C1559;
    width: 30%;
}

.halfPicture {
    width: 70%;
    background: url(../newimages/madWeImg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.h9vh{
    max-height: 9vh;
}

.arrow {
    max-width: 9vh;
}

.iconSide{
    width: 20%;
    margin-left: 10%;
}

.textSide{
    width: 60%;
    margin-right: 10%;
}

.line{
    background: url(../newimages/madLine.png);
    background-position: center;
    background-size: cover;
}

.brandsTitle{
    padding: 8em;
}

.brand{
    height: 33vh!important;
    background: rgb(242,242,242);
    background: radial-gradient(circle, rgba(242,242,242,1) 28%, rgba(203,205,205,1) 100%);
}

.brand img {
    max-width: 90%!important;
}

.subTitle{
    padding-right: 15em;
}

.h30 {
    height: 30vh !important;
}

@media (max-width: 768px) {
    .h30 {
    height: 10vh !important;
}
    .subTitle{
        padding-right: 0;
    }

    .brand{
       height: 25vh;
    }

    .brandsTitle{
        padding: 2em;
    }

    .halfPicture,
    .min35VHMobile{
        min-height: 35vh!important;
    }
}

@media (min-width: 768px) {
    .w-md-60{
        max-width: 60%!important;
    }
}


.acom-lg{
    position: absolute;
    top: 0;
    right: 5%;
    max-width: 20%;
}

.gal-effect{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gal-effect img{
    transform: scale(1.1);
    transition: all 1s linear;
}

.gal-effect:hover img{
    transform: scale(1.3);
}

.limit-h30-img img{
    max-height: 30vh;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.price-gradient{
    background: rgb(186,186,186);
    background: linear-gradient(90deg, #e1e1e2 30%, rgba(246,246,246,1) 100%);
}

.price{
    font-size: 0.8em;
}

.text-price{
    font-size: 0.8rem;
}
