/* ========================= Google Font ======================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* ========================= Basic Css ======================= */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Roboto", sans-serif;
}
body{
    color: var(--text-color);
}
:root{
    --secondry-font: "Inter", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --tamplate-font: "Roboto", sans-serif;
    --shodow-color:rgba(0, 0, 0, 0.09);
    --primary-color:#EC092C;
    --box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    --text-color:#6B6B6B;
    --active-color:#212B36;
    --btn-color:#F8F8F8;
    --white-color:#fff; 
    --icon-bg:#232323;
    --heading-color:#050025;
    --hero-section-bg:#00051D;
    --border-color:#EAEAEA;
    --card-border-color:#E1E1E1;
    --dark-color: #000;
    --product-bg:rgba(251, 240, 242, 0.5);
    --review-star-color:#F9C02F;
    --review-star-disable:#C4CDD5;
    --icong-dark-color:#6B6B6B;
    --text-dark: #212B36;
}
.container{
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}
.container-lg{
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 700;
    margin: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.btn-primary,
.btn-transparent,
.outline-btn,
.btn-white,
.btn-secondary{
    padding: 18px 28px;
    background: var(--primary-color);
    border-radius: 50px;
    color: var(--white-color);
    display: inline-block;
    font-size: 16px;
    font-family: var(--secondry-font);
    font-weight: 700;
    transition: 0.3s;
    border: 0;
}
.outline-btn{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) ;
    border-radius: 6px;
}
.outline-btn:hover{
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
.btn-white{
    background: var(--white-color);
    color: var(--primary-color);
}
.btn-white:hover{
    background: var(--text-dark);
    color: var(--white-color);
}
.btn-secondary{
    background-color: var(--dark-color);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-secondary:hover{
    background: var(--primary-color);
}
.btn-primary i,
.btn-transparent i,
.outline-btn i,
.btn-white i,
.btn-secondary i{
   margin-left: 4px;
   transform: rotate(-30deg);
}
.primary-circel-btn{
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    font-size: 40px;
    color: var(--white-color);
    transition: 0.3s;
}
.primary-circel-btn:hover{
    background: var(--heading-color);
}
.primary-circel-btn i{
    transform: rotate(-30deg);
}
.text-center{
    text-align: center;
}
.mt-50{
    margin-top: 50px;
}
.girdeint-text-color{
    font-size: 199px;
    line-height: 1em;
    font-weight: 900;
    font-family: var(--heading-font);
    letter-spacing: -0.01em;
    background: linear-gradient(183deg, #EC092Ca8 -66.76%, rgba(236, 9, 44, 0) 32.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(236, 9, 44, 0.502);
    text-transform: uppercase;
    opacity: 0.2;
}
/* ========================= Theme Animation ======================= */
@keyframes Zoom_in_Zoom-out {
    0%{
        transform: scale(1);
    }
    70%{
        transform: scale(2);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes Zoom_in_Zoom-out-2 {
    0%{
        transform: translateX(0);
    }
    70%{
        transform: translate(160px);
    }
    100%{
        transform: translateX(0);
    }
}
@keyframes rounded-circel {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes circleAnimated {
    0%{
        bottom: 0;
        left: 0;
    }
    25%{
        bottom: 0;
        left: 100px;
    }
    50%{
        bottom: 100px;
        left: 100px;
    }
    75%{
        bottom: 100px;
        left: 0;
    }
    100%{
        bottom: 0;
        left: 0;
    }
}
@keyframes circleAnimated2 {
    0%{
        bottom: 0;
        right: 0;
    }
    25%{
        top: 0;
        right: 120px;
    }
    50%{
        top: 80px;
        right: 120px;
    }
    75%{
        top: 80px;
        right: 0;
    }
    100%{
        top: 0;
        right: 0;
    }
}
/* ========================= header section ======================= */
.header-section{
    position: relative;
    z-index: 2;
}
.top-header{
    display: flex;
    justify-content: space-between;
    gap: 270px;
    align-items: center;
}
.right-header{
    display: flex;
    align-items: center;
    gap: 130px;
}
.right-header .menu-section{
    flex-shrink: 0;
}
.right-header .menu .header-m{
    position: relative;
}
.menu .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    visibility: hidden;
    min-width: 180px;
    padding: 8px 12px 8px;
    background-color: var(--btn-color);
    box-shadow: var(--box-shadow);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}
.menu .header-m:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
}
.menu .sub-menu li {
    display: block;
}
.menu .sub-menu li + li {
    border-top: 1px solid var(--shodow-color);
}
.menu .sub-menu li a{
    padding: 12px 0;
    display: block;
}
.right-header .menu-section .menu li.active > a{
    color: var(--active-color);
    font-weight: 700;
    font-family: var(--secondry-font);
}
.right-header .menu-section .menu > li{
    display: inline-block;
    padding: 0px 36px ;
}
.right-header .menu-section .menu li a{
    display: inline-block;
    color: var(--text-color);
    padding: 26px 0;
}
.right-header .menu .header-m::after{
    content: "\f107";
    font-family: 'FontAwesome';
}
.icon-section{
    display: flex;
    align-items: center;
    gap: 28px;
}
.icon-section .btn{
    height: 56px;
    width: 56px;
    background: var(--icon-bg);
    border-radius: 50%;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}
.icon-section .btn i{
   color: var(--white-color);
}
.icon-section .btn-m{
    background-color: var(--primary-color);
    width: 73px;
    height: 73px;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
}
.icon-section .btn-m span{
    width: 30px;
    height: 4px;
    background: var(--btn-color);
    border-radius: 2px;
    display: inline-block;
    transition: 0.3s;
}
.icon-section .btn-m span:nth-child(2){
    width: 24px;
    height: 4px;
}
.icon-section .btn-m span:nth-child(3){
    width: 18px;
    height: 4px;
}
.icon-section .btn-m:hover span:nth-child(2),
.icon-section .btn-m:hover span:nth-child(3){
   width: 32px;
}
.icon-section .mobile-menu-btn{
    display: none;
}
/* ========================= Canvas ======================= */

/* ========================= Hero Section ======================= */
.hero-section{
    padding: 320px 0 220px;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    overflow: hidden;
}
.hero-stock-text{
    position: absolute;
    right: -350px;
    top: 0;
    transform: rotate(-90deg);
    font-size: 280px;
    font-family: var(--heading-font);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: rgba(255, 255, 255, .25);
    -webkit-text-stroke: 1px;
}
.hero-section::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: var(--hero-section-bg);
    width: 40%;
    height: 100%;
    z-index: -1;
}
.hero-section .babule-shape-1{
    position: absolute;
    top: 16%;
    left: 20%;
    z-index: -1;
    animation: 2s Zoom_in_Zoom-out infinite;
}
.hero-section .babule-shape-2{
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: -1;
    animation: 6s Zoom_in_Zoom-out-2  infinite;
}
.hero-content-wrepper{
    position: relative;
}
.hero-content-wrepper img{
    position: absolute;
    left: 40%;
    top: -60px;
}
.hero-content h2{
    font-size: 64px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    line-height: 64px;
    letter-spacing: -0.02em;
    padding-left: 155px;
    position: relative;
}
.hero-content h2::before{
    content: "";
    width :135px;
    height: 5px;
    left: 0;
    bottom: 8px;
    position: absolute;
    background: var(--primary-color);
}
.hero-content h1{
    font-size: 165px;
    line-height: 150px;
    letter-spacing: -0.02em;
}
.hero-content p{
    font-size: 24px;
    color: var(--text-color);
    line-height: 32px;
    max-width: 700px;
    margin-bottom: 40px;
}
.btn-primary:hover,
.btn-transparent:hover{
    background: var(--heading-color);
}
.btn-transparent{
    background: transparent;
    color: var(--text-color);
}
.btn-transparent i{
    margin-left: 4px;
}
.btn-transparent:hover,
.btn-transparent:hover i{
    color: var(--btn-color);
}
.hero-btn-group a{
    margin-right: 8px;
}
/* ========================= Tranding section ======================= */
.tranding-section{
    padding: 120px 0;
    overflow: hidden;
}
.trading-content-wrepper{
    display: flex;
    gap: 48px;
}
.section-left{
    max-width: 422px;
    flex-shrink: 0;
}
.section-left .title{
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-weight: 900;
    padding-left: 80px;
    position: relative;
}
.section-left .title::before{
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    bottom: 12px;
    left: 0;
}
.section-left h3{
    font-size: 56px;
    line-height: 64px;
    color: var(--heading-color);
    margin-top: 8px;
}
.section-left h3 mark{
    background: transparent;
    color: var(--primary-color);
}
.section-left p{
    line-height: 24px;
    margin:16px 0 40px ;
}
.tranding-slider{
    display: flex;
    align-items: center;
    gap: 24px;
}
.content-slider{
    width: 100%;
}
.product-card{
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 30px 32px;
    transition: 0.3s;
    flex-shrink: 0;
}
.product-img {
    position: relative;
    text-align: center;
}
.product-img  img{
    transition: 0.3s;
}
.product-img .Hover_state{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    transition: 0.3s;
}
.product-card-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.product-price-text h4{
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}
.product-price-text .product-price{
    color: var(--primary-color);
    font-weight: 500;
}
.product-price-text .product-price del{
    color: var(--dark-color);
}
.product-card-content .explorer-btn{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(236, 9, 44, 0.1);
    color: var(--primary-color);
    transition: 0.3s;
    flex-shrink: 0;
}
.product-card-content .explorer-btn i{
    transform: rotate(-30deg);
}
.product-card:hover{
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.3), 20px 20px 24px -4px rgba(145, 158, 171, 0.15);
}
.product-card:hover .product-img .Hover_state{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.product-card:hover .product-img .normal_state{
    opacity: 0;
}
.product-card:hover .explorer-btn{
    background: var(--primary-color);
    color: var(--white-color);
}
.tranding-product-control{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35%;
    gap: 8px;
    margin-top: 32px;
}
.tranding-product-control .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.5;
    cursor: pointer;
}
.tranding-product-control .swiper-pagination-bullet-active{
    border-radius: 8px;
    width: 18px;
    opacity: 1;
}
/* ========================= Tranding section ======================= */
.about-section{
    position: relative;
    padding: 90px 0 130px;
    overflow: hidden;
}
.about-section::after{
    position: absolute;
    content: "";
    width: 38%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background: var(--heading-color);
}
.about-contetn-wreeper{
    display: flex;
    gap: 80px;
    align-items: center;
}
.about-left{
    position: relative;
    width: 50%;
    flex-shrink: 0;
}
.about-stock-text{
    font-size: 210px;
    font-weight: 700;
    font-family: var(--heading-font);
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(203, 203, 203, 0.4);
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.circel-shape{
    position: absolute;
    height: 500px;
    width: 500px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-content{
    width: 50%;
    position: relative;
}
.about-content .flower-shape{
    position: absolute;
    right: -46px;
    top: -80px;
    animation: 6s rounded-circel infinite linear;
}
.section-subtitle{
    position: relative;
    padding-left: 110px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    font-size: 56px;
    line-height: 100px;
}
.section-subtitle::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 30px;
    width: 97px;
    height: 5px;
    background: var(--primary-color);
}
.section-title h2{
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -0.01em
}
.about-content p{
    max-width: 590px;
    line-height: 24px;
    margin:16px 0 64px ;
}
/* ========================= Best Selling section ======================= */
.best-selling{
    margin-top: -100px;
    overflow: hidden;
    padding-bottom: 170px;
}
.best-selling .girdeint-text-color{
    text-align: right;
    margin-right: -30px;
}
.title-with-mark{
    text-align: center;
}
.title-with-mark{
    font-size: 90px;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 118px;
}
.title-with-mark mark{
   color: var(--primary-color);
   background: transparent;
}
.filter-nav{
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.filter-nav li a{
    padding: 12px 18px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 4px;
    font-weight: 500px;
}
.filter-nav li a.active{
    background: var(--primary-color);
    color: var(--white-color);
}
.best-product-row{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.best-product-row .product-card{
    width: calc(33% - 13px);
    max-width: 100%;
}
.product-card.style-2{
    padding: 0;
    box-shadow: 0px 1px 2px rgba(145, 158, 171, 0.16);
    border: 0;
    max-width: 100%;
}
.product-card.style-2 .product-img{
    background: var(--product-bg);
    min-height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card.style-2 .product-action-btn{
    position: absolute;
    top: 32px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-card.style-2 .product-action-btn button{
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background: var(--white-color);
   color: var(--text-color);
   border: 1px solid var(--text-color);
   transition: 0.3s;
   cursor: pointer;
}
.product-card.style-2 .product-action-btn button:hover{
    background: var(--primary-color);
    border-color: var(--white-color);
}
.wish-btn svg path{
    stroke: var(--text-color);
}
.product-card.style-2 .product-action-btn svg path{
    transition: 0.3s;
}
.product-card.style-2 .product-action-btn button:hover svg path{
    fill: var(--white-color);
}
.product-card.style-2 .product-action-btn button:hover svg.stock-color path{
    fill: transparent;
    stroke: var(--white-color);
}
.product-card.style-2 .product-card-content{
    padding: 32px;
}
.product-card.style-2 .product-card-content h4{
    margin-bottom: 0;
}
.product-card .product-reviews-star{
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
}
.product-card .product-reviews-star li{
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--review-star-color);
}
.product-card .product-reviews-star.fourstar li:nth-child(5){
    color: var(--review-star-disable);
}
/* ========================= Wcs section ======================= */
.wcs-section{
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
}
.wcs-section::after{
    position: absolute;
    content: "";
    right: 0;
    background: var(--hero-section-bg);
    z-index: -1;
    top: 0;
    height: 100%;
    width: 30%;
}
.wcs-section .wcs-babule-shape{
    position: absolute;
    bottom: 70px;
    left: 10%;
    width: 114px;
    animation: 3s circleAnimated linear infinite;
    z-index: -1;
}
.wcs-section > h2{
    font-size: 137px;
    padding-left: 88px;
    margin-bottom: -36px;
}
.wcs-contetent-left > .section-subtitle{
    font-weight: 900;
}
.wcs-row{
    display: flex;
    gap: 24px;
    align-items: center;
}
.wcs-row .wcs-contetent-left{
    width: 886px;
    flex-shrink: 0;
}
.wcs-contetent-left p{
    max-width: 760px;
    line-height: 24px;
    margin-top: 32px;
}
.wcs-fatures-row{
    display: flex;
    gap: 24px;
    margin-top: 56px;
}
.fature-card{
    padding: 32px 24px;
    border: 1px solid var(--card-border-color);
    border-radius: 8px;
    transition: 0.3s;
    background: var(--white-color);
}
.fature-card:hover{
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.3), 12px 12px 24px -4px rgba(145, 158, 171, 0.2);
}
.fature-card h4{
    font-size: 18px;
    margin-top: 28px;
}
.fature-card p{
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 0;
}
.wcs-content-right{
    flex-shrink: 0;
}
/* ========================= Feedback section ======================= */
.feedback-section{
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
.feedback-section > .girdeint-text-color{
    text-align: right;
    margin-right: -40px;
}
.quotes-icon{
    position: absolute;
    left: 10%;
    top: 200px;
}
.feedback-content{
    text-align: center;
    margin-top: -30px;
}
.feedback-comment{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--text-dark);
    max-width: 1030px;
    margin: 32px auto 40px;
}
.feedback-single .clint-name{
    font-size: 32px;
}
.feedback-single .rating-star{
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-top: 12px;
}
.feedback-single .rating-star li{
    color: var(--review-star-color);
}
/* ========================= discount section ======================= */
.discount-section{
    overflow: hidden;
    padding-bottom: 160px;
}
.discount-section > .girdeint-text-color{
    margin-left: 30px;
}
.box-right{
    text-align: right;
}
.discount-bannar{
    display: inline-flex;
    background: var(--primary-color);
    align-items: center;
    text-align: left;
    padding-left: 38px;
    margin-top: -60px;
}
.banner-title .section-subtitle{
    color: var(--white-color);
    font-size: 32px;
    line-height: 110px;
    font-weight: 900;
}
.banner-title > .section-subtitle::before{
    background: var(--white-color);
    bottom: 12px;
    width: 50px;
    padding-left: 60px;
}
.banner-title h2{
    font-size: 64px;
    line-height: 100px;
    color: var(--white-color);
    margin-top: -36px;
}
.discount-banner-content .btn-white{
    margin-top: 24px;
}
/* ========================= Fotter section ======================= */
.fotter-section{
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}
.fotter-babule-shape{
    position: absolute;
    right: 30px;
    top: 0;
    width: 100px;
    z-index: -1;
    animation: 3s circleAnimated2 linear infinite ;
}
.fotter-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--hero-section-bg);
    width: calc(50% - 24px);
    height: 100%;
    z-index: -1;
}
.fotter-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.fotter-left{
    width: 50%;
    max-width: 600px;
}
.fotter-left h2{
    font-size: 42px;
    line-height: 56px;
    color: var(--white-color);
}
.fotter-left p{
    color: #C2C2C2;
    margin-top: 24px;
    margin-bottom: 36px;
    line-height: 24px;
}
.fotter-left .tel-btn {
    display: inline-block;
    font-size: 24px;
    line-height: 56px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 32px;
}
.fotter-left .tel-btn .tel-icon{
    height: 56px;
    width: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 12px;
}
.fotter-news-latter h5{
    color: var(--white-color);
    line-height: 30px;
    margin-bottom: 24px;
    font-size: 24px;
}
.news-letter-form{
    width: 440px;
    display: flex;
}
.news-letter-form input{
    padding: 18px 17px;
    width: 100%;
    background-color: var(--white-color);
    border: 0;
    outline: 0;
    border-radius: 5px 0 0 5px;
    color: var(--text-color);
}
.news-letter-form input::placeholder{
    color: #323232;
}
.news-letter-form button{
    flex-shrink: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: 0;
}
.news-letter-form button:hover{
    background: var(--primary-color);
}
.fotter-right{
    width: 50%;
}
.fotter-right h4{
    font-size: 32px;
    line-height: 44px;
    font-weight: 800;
    font-family: var(--tamplate-font);
    margin-bottom: 38px;
}
.fotter-right .contact-form input,
.fotter-right .contact-form textarea{
    padding: 14px;
    font-size: 14px;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 24px;
    outline: 0;
}
.contact-form .input-group{
    display: flex;
    gap: 24px;
}
.fotter-nav{
     display: flex;
     margin-top: 64px;
     gap: 48px;
}
.fotter-nav ul li a{
     font-weight: 500;
     color: var(--text-color);
     transition: 0.3s;
     position: relative;
}
.fotter-nav ul li a::before{
     content: "";
     position: absolute;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #FF4D00;
     top: 7px;
     left: 0;
     transition: 0.6s;
     opacity: 0;
}
.fotter-nav ul li a:hover{
    color: #FF4D00;
}
.fotter-nav ul li a.active{
    padding-left: 12px;
    color: #FF4D00;
}
.fotter-nav ul li a.active::before{
    opacity: 1;
}
/* ========================= Css End =================================== */