*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 @font-face {
        font-family: 'Berlin Sans FB';
        font-style: normal;
        font-weight: normal;
        src: local('Berlin Sans FB'), url('BRLNSR.woff') format('woff');
    }

@font-face {
        font-family: 'Berlin Sans FB Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Berlin Sans FB Bold'), url('BRLNSB.woff') format('woff');
    }

body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #252525;
}

.main-bg {
    background-image: url(mainbg.webp);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto;
    width: 1240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:30px;
    
}

@media (max-width: 768px) {
.main-bg {
    background-image: url(mainbg.webp);
    background-repeat:repeat-y;
    background-position: center center;
    background-size: auto;
}
}

.logo img{
    width: 280px;
    margin-top: 70px;
    margin-bottom: 50px;
}
.product-container{
    display: flex;
    flex-direction:row;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}

.product {
    text-align: center;
    padding: 20px 20px;
    width: 500px;
    max-width: 100%;
}

.product a img {
    width: 400px;
    
}
.product h2{
    font-size: 24px;
    font-weight: 500;
    text-transform:uppercase;
    margin: 5px;
}

.social-button{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
    background-color:#f17000d8 ;
    padding: 16px 30px;
    border-radius: 50px;

}

.social-button .sc-icon{
    margin:20px;
}

.heading-text{
   margin-top: 50px;
   margin-bottom:40px;
}

.heading-text h1 {
    font-size: 64px;
    font-weight: 800;
    font-family: 'Berlin Sans FB Bold', sans-serif;
    color: #fff;
    letter-spacing: -2px;
    line-height: 76px;
    text-align: center;
}

.heading-text h1 span{
    color: #f17200;
}

.fa {
    padding: 20px;
    font-size:24px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 5px 5px;
  }
  .fa-rumble img {
    width: 56px;
    margin-bottom: -18px;
    margin-left: -22px;
}
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }

.ft-mobile{
    visibility: hidden;
}

footer{
    position: absolute;
    bottom: 0;
    left: 44%;
}

footer p{
    text-align: center;
}

.footer-btn {
    margin-top: 30px;
}

.footer-btn a {
    color: #dd6900;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    background: #1FB1C7;
    padding: 14px 50px;
    border-radius: 26px;
}

@media only screen and (max-width: 600px){
.logo img{
    width: 200px;
    margin-top: 40px;
    margin-bottom: 30px;
}
}


@media only screen and (max-width: 600px){
    footer{
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .ft-mobile{
        visibility:visible;
        text-align: center;
        margin: 20px;
    }
}

/* Responsive adjustments for tablet and mobile */
@media (max-width: 768px) {
    .product {
        width: 100%;
        padding: 10px;
    }

    .product a img {
        max-width: 500px !important; /* Image scales to full width */
        height: auto;
    }

    #product1{
        margin-bottom: 50px;
    }

    #product3{
        margin-bottom: 50px;
    }

    #product5{
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .product {
        padding: 10px 30px;
    }

    .product a img {
        max-width:300px !important;
        height: auto;
    }
}


@media only screen and (max-width: 600px){
.social-button{
    padding: 16px 20px;
    margin-top: 30px;
    margin-bottom:20px;

}
}

@media only screen and (max-width: 600px){
    .social-button .sc-icon img{
        width:45px;
        margin: 3px;
    }
}

@media only screen and (max-width: 668px){
    .social-button .sc-icon img{
        width:45px;
        margin: 3px;
    }
}

@media only screen and (max-width: 896px){
    .social-button .sc-icon img{
        width:45px;
        margin: 3px;
    }
}


@media only screen and (max-width: 600px){
    .social-button .sc-icon{
        margin: 0px;
    }
}

@media only screen and (max-width: 600px){
    .heading-text h1 {
        font-size: 24px;
        line-height: 34px;
        font-weight:600;
    }
} 

@media only screen and (max-width: 668px){
    .heading-text h1 {
        font-size: 24px;
        line-height: 34px;
    }
} 

@media only screen and (max-width: 668px){
    .social-button {
        padding: 16px 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
} 

/* Base styles for the gallery */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.gallery a {
    flex: 1 1 calc(25% - 10px); /* 4 images per row on desktop */
    max-width: calc(25% - 10px);
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* Tablet & Phone (Landscape) - 2 images per row */
@media (max-width: 1024px) {
    .gallery a {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* Phone (Portrait) - 2 images per row */
@media (max-width: 767px) {
    .gallery a {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}



