@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --text-gray: #808080;
    --text-white: #fff;
    --text-light: #f7f7f7;
    --text-dark: #1A3250;
    --text-dark2: #1A3540;
    --text-red: #ff5d7d;
    --box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 10%);
    --bg-blue: rgb(249, 243, 255);
    --bg-red: rgb(254, 247, 252);
    --bg-yellow: rgb(255, 255, 246);
    --bg-purple: rgb(246, 255, 255);

    --bg-dark-btn: #103b70;
    --bg-light-btn: #d9f6f8;
    --bg-yellow-btn: #fff799;
    --bg-yellow2-btn: #FFE15D;

    --bg-cover: url('./assets/banner-bg.png');

    --bg-img-1: url('./assets/photo-1.jpg');
    --bg-img-2: url('./assets/photo-3.jpg');
    --bg-img-3: url('./assets/photo-4.jpg');

    --font-mulish: "Mulish", 'sans-serif';

    --slider-width: 80vw;
    --slider-height: 250px;
    --slider-elements-displayed: 6;
    --slider-element-width: calc(var(--slider-width) / var(--slider-elements-displayed));
    --slider-animation-duration: calc(var(--slider-elements) * 2s);
}

*>*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.text-dark{
    color: var(--text-dark);
}

.font-mulish{
    font-family: var(--font-mulish);
}

.text-center{
    text-align: center;
}

.text-gray{
    color: var(--text-gray);
}

.text-white{
    color: var(--text-white);
}

.text-light{
    color: var(--text-light);
}

.text-dark{
    color: var(--text-dark);
}

.text-dark2{
    color: var(--text-dark2);
}

.text-red{
    color: var(--text-red);
}

.bg-dark-btn{
    background-color: var(--bg-dark-btn)!important;
}

.bg-light-btn{
    background-color: var(--bg-light-btn)!important;
}

.bg-yellow-btn{
    background-color: var(--bg-yellow-btn)!important;
}

.bg-yellow2-btn{
    background-color: var(--bg-yellow2-btn)!important;
}

.text-sm{
    font-size: 16px;
    line-height: 24px;
}

.text-md{
    font-size: 24px;
}

.text-lg{
    font-size: 35px;
    line-height: 48px;
}

.text-xl{
    font-size: 48px;
}

.text-xxl{
    font-size: 80px;
}

.font-bold{
    font-weight: bold;
}

.flex{
    display: flex;
}

.flex-row{
    flex-direction: row;
}

.flex-col{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-initial{
    flex: 0 1 auto;
}

.flex-grow{
    flex-grow: 1;
}

.justify-content{
    justify-content: center;
}

.text-uppercase{
    text-transform: uppercase;
}

.container{
    width: 100%;
}

.container-fluid{
    width: 98%;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.py-2{
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-5{
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-10{
    padding-top: 72px;
    padding-bottom: 72px;
}

.px-5{
    padding-left: 24px;
    padding-right: 24px;
}

.px-10{
    padding-left: 56px;
    padding-right: 56px;
}

.link{
    color: var(--text-dark2);
    font-weight: bold;
}

.link:hover{
    color: var(--text-red);
}

.btn{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.btn-primary{
    padding: 12px 32px;
    border-radius: 50px;
    font-family: var(--font-mulish);
    font-weight: bold;
}

.box-shadow{
    box-shadow: var(--box-shadow);
}

.bg-cover{
    object-fit: fill;
}

.d-inline{
    display: inline-block;
}

.d-block{
    display: block;
}

.grid{
    display: grid;
}

.cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.w-100{
    width: 100%;
}

.w-50{
    width: 50%;
}

.w-20{
    width: 20%;
}

#nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 48px;
    background: var(--text-light);
    flex-direction: column;
}

#nav .collapse{
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.9s ease;
}

#nav .collapse ul{
    flex-direction: column;
    text-align: center;
    padding: 0 40px;
}

#nav .collapse ul > li{
    padding: 0 24px;
    line-height: 48px;
    font-size: 17px;
}

#nav .toggle-btn > button{
    color: var(--text-dark);
    font-size: 24px;
    position: absolute;
    padding: 26px;
    right: 0;
    top: 0;
}

#nav .flex-initial ul button{
    display: none;
}

.active{
    max-height: 50vh!important;
}

#site-main .banner-area{
    width: 100%;
    position: relative;
    background: var(--bg-cover) no-repeat;
    background-position-x: right;
    z-index: -99;
}

#site-main .banner-area .banner-title{
    padding-bottom: 250px;
    padding-top: 150px;
}

#site-main .about-area > .grid{
    column-gap: 10em;
}

#site-main .about-area .grid-images{
    display: grid;
    grid-template-columns: repeat(16, minmax(10px, 1fr));
    grid-template-rows: repeat(8, minmax(100px, 1fr));
}

#site-main .about-area .grid-images .item-one{
   background: var(--text-gray);
   grid-column-start: 1;
   grid-column-end: 8;
   grid-row-start: 2;
   grid-row-end: 5;
   background: var(--bg-img-1) no-repeat;
   background-size: cover;
   border-radius: 8px;
   filter: blur(0.7px);
}

#site-main .about-area .grid-images .item-two{
    background: var(--text-gray);
    grid-column-start: 9;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 4;
    background: var(--bg-img-3) no-repeat;
    background-size: cover;
    border-radius: 8px;
    filter: blur(0.7px);
 }

 #site-main .about-area .grid-images .item-three{
    grid-area: 3/4/8/14;
    background: var(--bg-img-2) no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: inherit;
 }

#site-main .assortment-area .images-flex .flex-item{
    width: 250px;
    margin-bottom: 50px;

}

#site-main .assortment-area .images-flex .flex-item img{
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

#site-main .contact-area{
    padding: 55px 0;
}

#site-main .contact-area .contact-area-data{
    display: flex;
    flex-direction: column;
}

#site-main .brands-area{
    padding: 100px 0;
}

#site-main .brands-slider{
    justify-content: center;
    display: flex;
}

#site-main .brands-title{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.slider {
    width: var(--slider-width);
    height: var(--slider-height);
    color: #eee;
    overflow: hidden;
    position: relative;
    box-shadow: var(--box-shadow);
}

.slider:before, .slider:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.slider:before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.slider:after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.slider-images {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--slider-animation-duration) linear infinite;
    align-items: center;
}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements))); }
}

.slider-images img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    max-height: 150px;
    margin: 0 20px;
}
  
#footer{
    border-top: 2px solid var(--text-light);
    margin-top: 100px;
}

#footer .grid{
    column-gap: 50px;
    padding: 60px;
    border-bottom: 2px solid var(--text-light);
}


/*------------ Media Query -------------*/

@media screen and (max-width: 600px) and (min-width: 320px) {
    iframe{
        max-width: 100%;
    }

    .text-lg {
        font-size: 24px!important;
        line-height: 34px;
        text-align: center;
    }
    
    .about-area,
    .assortment-area,
    .contact-area,
    .brands-area{
        padding: 10px!important;
    }


    .images-flex{
        width: 100%;
        margin: auto;
    }

    .images-flex .flex-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%!important;
        margin-bottom: 10px;
    }

    .images-flex .flex-item img{
        max-width: 200px;
    }

    .images-flex .flex-item h3{
        font-size: 16px;
    }

    .brands-area {
        padding: 40px 0;
    }

    #site-main .banner-area {
        background: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

    #site-main .banner-area .banner-title{
        padding-bottom: 0;
        padding-top: 50px;
    }

    #site-main .about-area .grid-images .item-three{
        grid-area: 2/5/4/13;
    }

    #site-main .about-area .grid-images .item-one{
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 3;
     }
     
     #site-main .about-area .grid-images .item-two{
         grid-column-start: 10;
         grid-column-end: 17;
         grid-row-start: 2;
         grid-row-end: 4;
    }

    #site-main .about-area .grid-images {
        grid-template-rows: repeat(3, minmax(100px, 1fr));
    }
    
    .brands-title .btn{
        width: 100%;
        max-width: 160px;
    }

    .branding{
        font-size: 20px!important;
        line-height: 30px;
        text-align: left;
        padding-left: 10px;
    }

    .title-description{
        text-align: center;
    }

    .title-btn{
        text-align: center;
    }

    .text-md {
        font-size: 20px;
    }
    
    .text-sm{
        font-size: 14px;
    }
}

@media (min-width: 640px) {
    .container{
        max-width: 640px;
    }
}

@media (min-width: 786px) {
    .container{
        max-width: 786px;
    }

    .md-text-left{
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .container{
        max-width: 1024px;
    }

    #nav .toggle-btn > button{
        display: none;
    }

    #nav{
        flex-direction: row!important;
    }

    .collapse{
        max-height: initial!important;
    }

    .collapse ul{
        flex-direction: row!important;
    }

    .active{
        max-height: 100%!important;
    }

    .lg-cols-2{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .lg-cols-3{
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

@media (min-width: 1280px) {
    .container{
        max-width: 1280px;
    }

    #nav{
        background: transparent;
    }
}