@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
}

/* Topbar */
.topbar{
    background: #001233;
    padding-top: 10px;
    padding-bottom: 4px;
}

.topbar h3{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.topbar h3 span{
    font-weight: 700;
}

/* Media Queries for Topbar */

/* End of Media Queries */

/* Navbar */
.navbar-nav .nav-item{
    padding-right: 20px;
}

.navbar-nav .nav-item .nav-link{
    color: #001233;
    font-size: 16px;
    font-weight: 600;
}

.user-details{
    margin-top: 10px;
}

.user-details i{
    font-size: 28px;
    margin-top: 5px;
}

.login-pattern p{
    font-size: 12px;
    font-weight: 600;
}

.login-pattern p span{
    font-size: 16px;
    font-weight: 600;
}

/* Media Queries for Navbar */

/* End of Media Queries */

/* Hero Section */
.hero{
    background: url("../img/banner.png") center / cover;
    background-repeat: no-repeat;
    height: 80vh;
}

.leftside-banner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 80vh;
    flex-direction: column;
}

.leftside-banner h3{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 40px;
}

.brand_promotion{
    background: url('../img/text-bg.png') left / cover;
    padding: 20px 40px;
    background-repeat: no-repeat;
}

.brand_promotion h2{
    font-size: 51px;
    font-weight: 700;
    color: #FFFFFF;
}

.brand_promote{
    padding: 10px 40px;
    background-repeat: no-repeat;
}

.brand_promote h2 {
    font-size: 51px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: -14px;
}

.leftside-banner p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 40px;
}

.slider {
    position: relative;
    width: 800px;
    height: 730px;
    overflow: hidden;
}

.slidess {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
}

.slidess.show {
    opacity: 1;
    z-index: 2;
}

/* Media Queries for Hero Section */

/* End of Media Queries */

/* Find a Fit For Everyone */
.main-title{
    font-size: 50px;
    font-weight: 600;
}

.image_fit img{
    width: 100%;
}

.button_div{
    text-align: center;
    margin-top: -60px;
}

.btn-blue{
    background: linear-gradient(90deg, #00143a 0%, #133d8a 100%);
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px #686DE080; /* your custom shadow */
}

.btn-blue:hover{
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px #686DE080; /* stronger shadow on hover */
}

/* Media Queries for Find a Fit For Everyone */

/* End of Media Queries */

/* All Collection */
.mens-collection img{
    width: 100%;
}

.womens-collection img{
    width: 95%;
}


/* Media Queries for All Collection */

/* End of Media Queries */

/* Custom Team Apparel */
.custom_team{
    background: url('../img/custom_team.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 86vh;
}

.custom_text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 83vh;
    flex-direction: column;
}

.custom_text h2{
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
}

.custom_text_p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.custom_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    color: #FFFFFF;
}

.custom_content{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.icon_img img {
    margin-top: -9px;
}


/* Media Queries for Custom Team Apparel */

/* End of Media Queries */

/* Customize Your Own */
.own_thsirt{
    background: url('../img/customize_own.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 71vh;
    border-radius: 30px;
    display: flex;
    align-items: flex-start; /* aligns content at the bottom */
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 30px;
    padding-bottom: 30px;
}

.own_thsirt p{
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    color: #FFFFFF;
    text-shadow: 0 4px 10px #00000040;
}

.own_thsirt_text{
    padding-left: 3%;
}

.new_card{
    background: #EFEFEF;
    padding: 15px;
    border: none;
    border-radius: 10px;
}

.new_card img{
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}

.btn-yellow{
    background: linear-gradient(90deg, #FFB800, #FFD44D);
    color: #0D0D0D;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 10px #686DE080;
    transition: all 0.3s ease;
}

.btn-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 14px #686DE080;
}

.apparel-title{
    font-size: 24px;
    font-weight: 600;
}


/* Media Queries for Customize Your Own */

/* End of Media Queries */

/* BrandFlex Sports Wear Uniforms */
.sports_wear {
  background: url("../img/back.png") repeat-x;
  background-size: auto ; /* ensures full height and repeat horizontally */
  background-position: bottom;
  height: 83vh;
  animation: moveBackground 6s linear infinite;
}

@keyframes moveBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}

.color-white{
    color: #FFFFFF;
}

.btn-white, .btn-white:hover{
    padding: 10px 40px;
    background: #FFFFFF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.sidebar_title_name{
    font-size: 24px;
    font-weight: 500;
    color: #001233;
    cursor: pointer;
    transition: 0.3s;
}

.active_title{
    background: #FFB90233;
    padding: 5px 20px;
    width: 50%;
}

.sidebar_title_name.active_title{
    font-weight: 700;
}

/* Media Queries for BrandFlex Sports Wear Uniforms */

/* End of Media Queries */

/* How BrandFlex Made Printing Easy */
.printing_easy{
    background: url('../img/printing_easy.png');
    background-position: center;
    background-size: contain;
    height: 70vh;
    background-repeat: no-repeat;
}

.steps_content{
    display: flex;
    height: 58vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.step_title{
    font-size: 18px;
    font-weight: 600;
}

.step_content{
    font-size: 14px;
    font-weight: 400;
}
/* Media Queries for How BrandFlex Made Printing Easy */

/* End of Media Queries */

/* Bring your idea to life */
.idea_to_life{
    background: url('../img/idea_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-btn, .new-btn:hover{
    box-shadow: none;
}

/* Media Queries for Bring your idea to life */

/* End of Media Queries */

/* Download the App in Store */
.left_side {
    background: url('../img/bulk.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 89vh;
    display: flex;
    justify-content: start;
    align-items: end;
    border-radius: 10px;
    margin-top: -12%;
}

.left_side_content{
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
}

.left_side_content h3{
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.left_side_content p{
    font-size: 14px;
    font-weight: 400;
    color: #001233;
}

.right_side{
    padding-left: 40px;
}

.right_side_content{
    background: #FFB90233;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
}

.right_side_content h3{
    font-weight: 600;
    font-size: 24px;
}

.right_side_content p{
    font-weight: 400;
    font-size: 16px;
}

.right_side_button{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Media Queries for Download the App in Store */

/* End of Media Queries */

/* Reviews */
.reviews{
    background: url('../img/reviews_bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}


.sports_wear {
  background: url("../img/back.png") repeat-x;
  background-size: auto ; /* ensures full height and repeat horizontally */
  background-position: bottom;
  height: 83vh;
  animation: moveBackground 6s linear infinite;
}

.review_logo{
    width: 90px;
}

.review_card{
    border-radius: 25px;
}

.review_text{
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

p.username{
    font-size: 16px;
    font-weight: 600;
    color: #001233;
}

p.designation{
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    font-style: italic;
    margin-top: -15px;
}

.user-info{
    padding-left: 20px;
    margin-top: 6px;
}

.reviews_slider{
    margin-top: 10%;
}

/* Media Queries for Reviews */

/* End of Media Queries */


/* Footer */
.footer{
    background: url('../img/footer_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.help_center_text{
    font-size: 16px;
    font-weight: 400;
}

.text-show{
    display: none;
}

.bg-white{
    background: #FFFFFF;
    padding: 15px 40px 0px 40px;
    border-radius: 50px;
    margin: 10px;
    width: 25%;
}

.cta_subtitle{
    font-size: 14px;
    font-weight: 400;
}

.cta_subtitle span{
    font-size: 16px;
    font-weight: 600;
}

.cta_logo{
    margin-top: 3px;
    margin-left: 5px;
}

.cta_contact{
    display: flex;
    align-content: center;
    justify-content: center;
}

.quicklinks{
    border-top: 1px solid #D9D9D9;
    padding-top: 3%;
    margin-top: 3%;
}

.footer-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.footer_logo{
    width: 200px;
}

.links_title{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.quicklinks ul li{
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 14px;
    margin-left: -31px;
}

/* Media Queries for Footer */

/* End of Media Queries */


.button_divs{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: -65px;
    cursor: pointer;
}


.button_divs img{
    width: 30%;
}

.fit_text{
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 21px;
}

.user-details a{
    text-decoration: none;
    color: #000000;
}

.fit_flow_img{
    margin-top: -10%;
}


/* ===== About Us Page ===== */

/* Banner */
.about_banner{
    background: url('../img/banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
}

.bread_crumbs{
    display: flex;
    align-content: center;
    justify-content: center;
    height: 40vh;
}

.about_breadcrumb{
    background: url('../img/text-bg.png') center / contain;
    padding: 20px 40px;
    background-repeat: no-repeat;
}

.about_breadcrumb h3{
    font-size: 60px;
    font-weight: 700;
}

.breadcrumb {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Us Section */
.welcome_msg{
    font-size: 16px;
    font-weight: 400;
}

.welcome_text{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}

.welcome_content{
    font-size: 18px;
    font-weight: 400;
    margin-top: 2%;
}

/* Business Promotions */
.business_promotions{
    background: url('../img/business_promotions.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 61.7vh;
}

.promotion_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61.7vh;
    flex-direction: column;
}

.promotion_content h5{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.promotion_content img{
    width: 50%;
}

.promotion_content p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}


/* Numbers */
.number{
    font-size: 40px;
    font-weight: 500;
    color: #001233;
}

.number_title{
    font-size: 16px;
    font-weight: 600;
    color: #001233;
}

.number_content{
    font-size: 14px;
    font-weight: 400;
    color: #001233;
}

.show_products_mobile{
    display: none;
}

/* Who We Are and What We Do */
.who_we_are{
    background: #EFEFEF;
}

.who_we_are h3{
    font-size: 50px;
    font-weight: 600;
    color: #001233;
}

.who_we_are p {
    font-size: 18px;
    font-weight: 400;
    width: 87%;
}

/* Our Promise */
.our_promise{
    background: url('../img/footer_bg.png');
    padding-top: 3%;
    padding-bottom: 10%;
}

.our_promise .col-sm-3{
    width: 24%;
}

.our_promise h3{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.our_promise p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.border-right{
    border-right: 1px solid #D9D9D9;
    margin-right: 20px;
}

#show_services_mobile{
    display: none;
}

/* Why Choose BrandFlex */
.why_choose_card{
    padding: 20px 100px;
    margin-top: -10%;
}

.blue_back{
    background: url('../img/footer_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 20px;
    height: 170px;
}

.blue_back .card-body{
    padding: 15px;
}

.why-choose-title{
    font-size: 24px;
    font-weight: 600;
}

.why-choose-content{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}


/* ===== Contact Us Page ===== */

/* Get in Touch */
.contact-form{
    background: url('../img/footer_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 50px;
    border-radius: 20px;
}

.contact-content{
    font-size: 18px;
    font-weight: 400;
}

.contactForm{
    background: transparent;
    border-color: #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
}

.contactForm::placeholder{
    color: #EFEFEF;
}

.form-control:focus {
    color: #EFEFEF;
    background: transparent;
    border-color: #FFFFFF;
    outline: 0;
    box-shadow: none;
}

/* Support Customer */
.contact-details{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}

.contact_title{
    font-size: 16px;
    font-weight: 600;
}

.contact-content-new{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content-new a{
    color: #000000;
    text-decoration: none;
}

/* Google Map */
.googleMap{
    background: url('../img/map.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 56vh;
}

.cta_subtitle a{
    color: #000000;
    text-decoration: none;
}

.content-links a{
    color: #FFFFFF;
    text-decoration: none;
}