

@font-face {
    font-family: "Oxygen";
    src: url(../webfonts/Oxygen-Regular.ttf);
    src: url(../webfonts/Oxygen-Regular.woff2);
}

@font-face {
    font-family: "ProductSans";
    src: url(../webfonts/Product\ Sans\ Regular.ttf);
}

body{
    overflow-x: hidden !important;
}




/*------------- Banner Section-------------- */

.shoe_img
{
    height:640px;
}

.sh-img1
{
    width:60%;
    z-index: 9999;
}

.wb-index
{
    z-index: 999999;
}

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

.sh-pos
{
    /* position:absolute; */
    top:70px;
    left:0;
}

.sh-para-gap
{
    margin-top: 1rem;
}

.wb-gap
{
    padding-left:0;
}

.wb-gap2
{
    padding-left:10px;
}

.wb-head1
{
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    margin-left: 15.4%;
    padding-left: 0.5rem;
    text-align: left;
    border-left:3px solid black;
    line-height:1.5;
}

.sh-spec{
    margin-left: 3rem;
    padding-left: 3rem;
    font-weight: bold;
}

.wb-head2
{
    font-family: "Oxygen";
    font-size:50px;
    margin-left: 3rem;
    padding-left: 3rem;
    letter-spacing: 3px;
    text-align: left;
}

.btn-pos
{
    padding-right:70px;
    height:100px;
    /* z-index:99; */
    top:45%;
}

.btn-pos2
{
    padding-left:70px;
    height:100px;
    /* z-index:99; */
    top:45%;
}

.wb-cap
{
    left:4rem;
    top: 12rem;
    width:40rem;
    /* z-index: 9999; */
}

.wb-para
{
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    text-align:left;
    line-height:1.8;
    font-size: 16px;
}

.wb-para24
{
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    text-align:left;
    line-height:1.8;
    font-size: 16px;
}

.wb-btn-bg
{
    background: #3488cd;
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: bold;
    border-radius:12px;
    margin-top: 1.5rem;
    transition:all 0.5s ease;
}

.wb-btn-bg:hover
{
    background: rgb(10, 37, 65);
}

.wb-text
{
    text-align: left;
    margin-left: 3rem;
    padding-left: 3rem;
}

/* .wb-spec
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px;
    margin-top: -10px;
    font-size: 16px;
    color:black;
}

.wb-spec2
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 10px;
    margin-top: -10px;
    font-size: 15px;
    color:black;
}

.wb-spec3
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px 10.5px;
    margin-top: -10px;
    font-size: 16px;
    color:black;
} */

/*------------- Shop Our Top Categories -------------- */

.wb-head3
{
    font-family: "Oxygen";
    letter-spacing: 2px;
    font-size: 35px;
    color:black;
    margin-top: 3rem;
}

.sh-hm-fcon
{
    margin-top: 3rem;
    padding-top: 3rem;
}

/* .sh-hm-scon
{
    margin-top: 3rem;
} */

.wb-para
{
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: bold;
    color:black;
}

.wb-img
{
    width:100%;
    height: 500px;
    display:block;
    transition:all 1.5s ease;
}

.sh-r-gap
{
    margin-top: 3rem;
}

.gides
{
    display: grid;
    gap: 1.5rem;
    margin-top: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(min(270px, 8rem), 1fr));
}

.wb-grid
{
    overflow:hidden;
    border-radius:14px;
    position: relative;
}


.wb-grid:hover img
{
    transform:scale(1.1);
    opacity:75%;
}

.wb-tag
{
    position: absolute;
    width:42%;
    bottom:4%;
    left:30%;
    border-radius: 12px;
    color:white;
    background: #2d7cbc;
    border:none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    
}

.wb-tag span 
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.wb-tag span:after 
{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -10.5px;
    right: -20px;
    transition: 0.5s;
    font-size: 32px;
}

.wb-tag:hover span {padding-right: 25px;}

.wb-tag:hover span:after 
{
  opacity: 1;
  right: 0;
}

.wb-tag:hover
{
    background: black;
    color:white;
}

/*------------- Step Up Your Game -------------- */

.wb-img3
{
    width:100%;
    display:block;
    transition: all 1.8s ease;
}

.wb-box
{
    overflow:hidden;
    position:relative;
}

.wb-box:hover img
{
    transform:scale(1.1);
}

.wb-pos
{
    position:absolute;
    width:26%;
    height:100%;
    top:0;
    left:0;
    padding:20px 15px;
    transform: rotate(180deg);
    writing-mode: tb-rl;
    transition:all 0.5s ease;
}

.wb-cap2
{
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    font-size:30px;
    color:white;
    transition:all 1.5s ease;
}

.wb-box:hover .wb-pos
{
    background: rgba(255, 255, 255, 0.548);
}

.wb-box:hover .wb-cap2
{
    color:black;
} 

/*------------- Our Top Brands -------------- */

.wb-spec4{
    position: relative;
}

.grad-bg
{
  position: absolute;
  top:0;
  width:100%;
  height:100%;
  border-radius: 14px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.669), rgb(0, 0, 0, 0));
  cursor:pointer;
  opacity:0;
  transition: all 0.5s ease;
}

.wb-txt-box
{
    position:absolute;
    bottom:20px;
    left:108px;
}

.wb-img-tag
{
    font-family: "ProductSans";
    letter-spacing: 1.2px;
    font-size: 19px;
    color:white;
}

.wb-icon
{
    color:white;
    font-size: 20px;
    margin-top:6px;
    margin-left:8px;
    /* opacity:0; */
    transition: all 0.5s ease;
}


.wb-spec4:hover .grad-bg
{
    opacity:1;
}

.wb-btn
{
    color: #3488cd;
    border-radius: 12px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border:3px solid #3488cd;
    font-family: "Oxygen";
    letter-spacing: 1.5px;
    font-size: 20px;
    transition: all 0.5s ease;
}

.wb-btn:hover
{
    color:white;
    background:#3488cd;
}


/*------------- Our Professional Team -------------- */

.gides2
{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(min(270px, 8rem), 1fr));
}

.wb-grid3
{
    border-radius:14px;
    position: relative;
    overflow:hidden;
    height:480px;
}

.wb-img4
{
    width:100%;
    display:block;
}

.wb-box-tag
{
    position: absolute;
    width: 90%;
    bottom:18px;
    left:18px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
    border-radius: 12px;
    text-align: left;
    background: #3488cdba;
}

.wb-head4
{
    font-family: "Oxygen";
    letter-spacing: 0.5px;
    font-size: 18px;
}

.wb-cap3
{
    font-family: "Oxygen";
    letter-spacing: 0.5px;
    font-size: 14px;
}

.wb-icon1
{
    width:35px;
    height:35px;
    border-radius: 50%;
    background: white;
    padding: 4px 12px;
    font-size: 18px;
    margin-top: -4px;
    margin-left:36px;
    color:#3488cd;
}

.wb-icon2
{
    width:35px;
    height:35px;
    border-radius: 50%;
    background: white;
    padding: 4px 9px;
    font-size: 18px;
    margin-top: -4px;
    margin-left:12px;
    color:#3488cd;
}

.wb-icon3
{
    width:35px;
    height:35px;
    border-radius: 50%;
    background: white;
    padding: 4px 10px;
    font-size: 18px;
    margin-top: -4px;
    margin-left:12px;
    color:#3488cd;
}

.wb-icon4
{
    width:35px;
    height:35px;
    border-radius: 50%;
    background: white;
    padding: 4px 12px;
    font-size: 18px;
    margin-top: -4px;
    margin-left:36px;
    color:#3488cd;
}

.wb-icon5
{
    width:35px;
    height:35px;
    border-radius: 50%;
    background: white;
    padding: 4px 12px;
    font-size: 18px;
    margin-top: -4px;
    margin-left:36px;
    color:#3488cd;
}


.swiper {
    width: 80%;
    height: 300px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* background: lightgray; */
}

.swwidth{
    width: 400px;
}

.wb-swiper
{
    margin-top:130px;
}

/*---------Responsive Design for Desktop----------------*/

@media screen and (max-width:1140px) and (min-width:992px)
{
    .shoe_img {
        height: 460px;
    }

    .sh-pos
    {
        top:60px;
    }

    .wb-cap
    {
        left:0;
        top: 4rem;
    }

    .wb-head1
    {
        font-size: 18px;
    }

    .wb-head2
    {
        font-size: 40px;
    }

    .wb-para24
    {
        font-size: 15px;
        padding-right: 8rem;
    }

    .wb-btn-bg
    {
        font-size: 16px;
        margin-top: 1rem;
    }

    .sh-hm-fcon
    {
        padding-top: 5.5rem;
    }

    .wb-head3
    {
        font-size: 30px;
        margin-top: 0;
    }

    .wb-para
    {
        font-size: 16px;
    }

    .wb-img
    {
        height: 380px;
    }

    .wb-tag
    {
        bottom: 5%;
        font-size: 17px;
    }

    .wb-tag span::after
    {
        top: -13px;
    }

    .wb-txt-box
    {
        left:46px;
    }

    .wb-img-tag
    {
        font-size: 17px;
    }

    .wb-icon
    {
        font-size: 19px;
    }

    .wb-grid3
    {
        height:auto;
    }

    .wb-box-tag
    {
        left: 14px;
        bottom:16px;
        text-align: center;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .wb-icon1
    {
        margin-left: 0;
    }

    .wb-icon4
    {
        margin-left: 0;
    }

    .wb-icon5
    {
        margin-left: 0;
    }

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

    .wb-cap3
    {
        margin-bottom: 0.8rem;
    }
}


/*---------Responsive Design for Tab----------------*/

@media screen and (max-width:991px) and (min-width:768px)
{
    .shoe_img {
        height: 360px;
    }

    .sh-pos
    {
        top:80px;
    }

    .btn-pos
    {
        left:1rem;
        top: 40%;
    }

    .btn-pos2
    {
        right:1rem;
        top: 40%;
    }

    .wb-cap
    {
        left:-0.5rem;
        top: 2rem;
    }

    .sh-lg-font
    {
        font-weight: 500;
    }

    .wb-head1
    {
        font-size: 14px;
        border-left: 2px solid black;
    }

    .wb-head2
    {
        font-size: 28px;
    }

    .wb-para24
    {
        font-size: 14px;
        padding-right: 14rem;
    }

    .sh-spec
    {
        font-weight: 500;
    }

    .wb-btn-bg
    {
        font-size: 14px;
        margin-top: 0.8rem;
    }

    .sh-hm-fcon
    {
        padding-top: 6rem;
    }

    .wb-head3
    {
        font-size: 26px;
        margin-top: 0;
    }

    .wb-para
    {
        font-size: 14px;
        font-weight: 500;
    }

    .wb-img
    {
        height: 270px;
    }

    .wb-btn
    {
        font-size: 17px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wb-tag
    {
        width: 55%;
        left: 23%;
        bottom: 6%;
        font-size: 16px;
    }

    .wb-tag span::after
    {
        font-size: 30px;
        top: -13px;
    }

    .wb-cap2
    {
        font-size: 24px;
    }

    .wb-pos
    {
        padding: 20px 10px;
    }

    .wb-txt-box
    {
        left:20px;
    }

    .wb-img-tag
    {
        font-size: 14px;
    }

    .wb-icon
    {
        font-size: 16px;
        margin-top: 4px;
    }

    .wb-grid3
    {
        height:auto;
    }

    .wb-box-tag
    {
        width: 86%;
        left: 15px;
        bottom:14px;
        text-align: center;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .wb-icon1
    {
        width: 30px;
        height: 30px;
        padding: 2px 8px;
        font-size: 16px;
        margin-left: 0;
    }

    .wb-icon2
    {
        width: 30px;
        height: 30px;
        font-size: 16px;
        padding: 2px 6px;
    }

    .wb-icon3
    {
        width: 30px;
        height: 30px;
        font-size: 16px;
        padding: 2px 8px;
    }

    .wb-icon4
    {
        width: 30px;
        height: 30px;
        padding: 2px 8px;
        font-size: 16px;
        margin-left: 0;
    }

    .wb-icon5
    {
        width: 30px;
        height: 30px;
        padding: 2px 8px;
        font-size: 16px;
        margin-left: 0;
    }

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

    .wb-cap3
    {
        margin-bottom: 0.7rem;
    }

    .wb-head4
    {
        font-size: 17px;
    }
}


/*---------Responsive Design for Smartphone----------------*/

@media screen and (max-width:767px) and (min-width:576px)
{
    .shoe_img {
        height: 300px;
    }

    .sh-pos
    {
        top:80px;
    }

    .btn-pos
    {
        left:1rem;
        top: 38%;
    }

    .btn-pos2
    {
        right:1rem;
        top: 38%;
    }

    .wb-cap
    {
        left:-2.2rem;
        top: 1rem;
    }

    .sh-lg-font
    {
        font-weight: 400;
    }

    .wb-head1
    {
        font-size: 12px;
        border-left: 2px solid black;
    }

    .wb-head2
    {
        font-size: 22px;
    }

    .wb-para24
    {
        font-size: 12px;
        padding-right: 19rem;
    }

    .sh-spec
    {
        font-weight: 500;
    }

    .wb-btn-bg
    {
        font-size: 12px;
        font-weight: 500;
        margin-top: 0.2rem;
        border-radius: 8px;
    }

    .sh-hm-fcon
    {
        padding-top: 6rem;
    }

    .sh-hm-scon {
        margin-top: 1rem;
    }

    .wb-head3
    {
        font-size: 24px;
        margin-top: 0;
    }

    .wb-para
    {
        font-size: 12px;
        font-weight: 500;
    }

    .gides
    {
        gap: 1rem;
        margin-top: 1.6rem;
    }

    .sh-r-gap
    {
        margin-top: 1.6rem;
    }

    .gides2
    {
        /* width: calc(90vw - 6vmin); */
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.8rem;
    }

    .wb-img
    {
        height: 200px;
    }

    .wb-btn
    {
        font-size: 15px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wb-tag
    {
        width: 55%;
        left: 22%;
        bottom: 6%;
        font-size: 13px;
        font-weight: normal;
        border-radius: 8px;
    }

    .wb-tag span::after
    {
        content: none;
    }

    .wb-tag:hover span {
        padding-right: 0;
    }

    .wb-cap2
    {
        font-size: 28px;
    }

    .wb-pos
    {
        padding: 20px;
    }

    .wb-txt-box
    {
        left: 32px;
        bottom:16px;
    }

    .wb-img-tag
    {
        font-size: 14px;
    }

    .wb-icon
    {
        font-size: 16px;
        margin-top: 4px;
    }

    .wb-grid3
    {
        height:auto;
    }

    .wb-box-tag
    {
        width: 92%;
        left: 19px;
        bottom:18px;
        text-align: center;
        padding-top: 0.7rem;
        padding-bottom: 1rem;
    }

    .wb-icon1
    {
        margin-left: 0;
    }

    .wb-icon4
    {
        margin-left: 0;
    }

    .wb-icon5
    {
        margin-left: 0;
    }

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

    .wb-cap3
    {
        margin-bottom: 0.7rem;
        text-align: center;
        font-size: 18px;
    }

    .wb-head4
    {
        font-size: 24px;
    }
}


@media screen and (max-width:575px) and (min-width:360px)
{   
    .sh-sm-img
    {
        margin-top: 10px;
    }

    .sh-hm-fcon
    {
        padding-top: 6rem;
    }

    .sh-hm-scon {
        margin-top: 1rem;
    }

    .wb-head3
    {
        font-size: 18px;
        margin-top: 0;
    }

    .wb-para
    {
        font-size: 13px;
        font-weight: 500;
    }

    .gides
    {
        margin-top: 1.6rem;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.8rem;
    }

    .wb-img3
    {
        height:500px;
    }

    .sh-r-gap
    {
        margin-top: 1.6rem;
    }

    .gides2
    {
        /* width: calc(90vw - 6vmin); */
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.8rem;
    }

    .wb-img
    {
        height: 400px;
    }

    .wb-btn
    {
        font-size: 15px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wb-tag
    {
        width: 55%;
        left: 22%;
        bottom: 5%;
        font-size: 18px;
        font-weight: bold;
        border-radius: 8px;
    }

    .wb-tag span::after
    {
        content: none;
    }

    .wb-tag:hover span {
        padding-right: 0;
    }

    .wb-cap2
    {
        font-size: 32px;
    }

    .wb-pos
    {
        padding: 20px;
    }

    .wb-txt-box
    {
        left: 54px;
        bottom: 20px;
    }

    .wb-img-tag
    {
        font-size: 17px;
    }

    .wb-icon
    {
        font-size: 19px;
        margin-top: 6px;
    }

    .wb-grid3
    {
        height:auto;
    }

    .wb-box-tag
    {
        width: 92%;
        left: 19px;
        bottom:18px;
        text-align: center;
        padding-top: 0.7rem;
        padding-bottom: 1rem;
    }

    .wb-icon1
    {
        margin-left: 0;
    }

    .wb-icon4
    {
        margin-left: 0;
    }

    .wb-icon5
    {
        margin-left: 0;
    }

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

    .wb-cap3
    {
        margin-bottom: 0.7rem;
        text-align: center;
        font-size: 18px;
    }

    .wb-head4
    {
        font-size: 24px;
    }
}
