*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Barlow Condensed'
}


.banner{
    color: #fff;
    
}
.banner-1{
    background-image: url(https://cdn.bigboytoyz.com/new-version/assets/images/legacy-bannerimg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 480px;
    color: #fff;
    background-size: cover;
    background-position: center;
    
}
.banner-1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    z-index: 0;
    background-color: black;
    opacity: 0.6;
    
}
.a-bbt{
    position: relative;
    z-index: 30;
    top: 350px;
    color: #fff;
    width: 85%;
    margin: auto;
    height: 100%;

}
.a-main-bbt{
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 23px;
    letter-spacing: 1px;
    
}
.a-main-bbt span{
    font-size: 50px;
    font-weight: 600;
}
/*navbar*/

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 85%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 130px;
    cursor: pointer;
    border-radius: 0px;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.navbar ul li a{
    text-decoration: none;
    color: white;
    font-family: "Barlow Condensed",arial;
    font-size: 16px;
}
.navbar ul li::after{
    content:'';
    height: 3px;
    width: 0;
    background:red;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}
.navbar ul li:hover::after{
    width: 100%;
}
/*navbar end*/
/*nav*/

.nav{
    width: 100%; 
    padding: 10px;
    align-items: center;
    text-align: center;     
}
.nav ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.nav ul li a{
    text-decoration: none;
    color: white;
    font-family: "Barlow Condensed",arial;
    font-size: 16px;
    
}
.nav ul li::after{
    content:'';
    height: 3px;
    width: 0;
    background: red;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}
.nav ul li:hover::after{
    width: 100%;
}
/*nav end*/
.main-body1{
    background-color: #f2f2f2; 
    padding: 100px 0;
}
.main-body{
    width: 85%;
    margin:auto;
    
}
.sec-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    
}
.dark{
    font-weight: 500;
    font-size: 30px;
    color: 00000
}
.light{
    font-size: 16.7px;
    color: #585858;
    letter-spacing: 0.5px;
    line-height: 30px;
}

