@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');

:root{
    --text-color-primary:#4a4a4a;
    --background-color-primary:#ec222e;
    --background-color-secoundary:#f1f2f4;
    --background-color-third:#2a55e5;
    --border-color-primary:#dfdfdf;
    --text-color-price:#878787;
    --text-color-price-secoundary:#388e3c;
    --footer-background-color:#172337;
    --nav-a-hover-bg:#fafafa;
    --nav-a-hover-color:#ec222e;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}
.overlay{
    background: #0000001f;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
body{
    font-family: "Overpass", sans-serif;
    color: #000;
    background: #f7f9fb;
    
}
ul{
    list-style: none;
    padding-left: 0rem;
}
a{
    text-decoration: none;
    color:  var(--text-color-primary);
}
p{
    margin: 0 0 20px 0 ;
}


/*Navbar Start*/
.nav-row-1-wrapper{
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.nav-row-wrapper{
    align-items: center;
}

.fa-grip-lines{
    color: #fff;
}
.nav-ul-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
}
.nav-ul-li-a{
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color-primary);
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 6px;
    background: transparent;
    border: 0;
    font-weight: 400;
}
.nav-ul-li-a:hover{
    color: var(--nav-a-hover-color);
}


.nav-sign-color{
    color: var(--background-color-third);
    font-weight: 800;
}



.nav-dot-btn{
    padding:5px 20px;
}


.nav-i-dis{
    display: flex;
}

.nav-toggle-btn-wrapper{
    display: none;
}

@media  screen and (max-width:1024px) {

    .nav-ipad-span{
        display: none;
    }
    .nav-mob-dn{
        display: none;
    }

    .nav-arrow-ro{
        display: none;
    }
    .nav-ul-li-a {
        gap: 4px;
    }
    .nav-toggle-btn-wrapper{
        display: block;
    }
    .nav-toggle-btn{
        background-color: transparent;
        border: none;
        background: #ec222e;
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 3px;
    }
    .nav-row-wrapper{
        justify-content: space-between;
    }
}
.nav-toggle-wrapper{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100% !important;
    display: flex;
    z-index: 999;
    transition-timing-function: linear;
    transition: 1s;
    align-items: center;
    justify-content: end;
}
.nav-toggle-wrapper-inner{
    width: 80%;
    height: 100vh;
    background-color: #fff;
}
.nav-mob-log-wrapp{
    display: flex;
    justify-content: space-between;
    padding:15px;
}
.nav-mob-a-ls{
    color: var(--text-color-primary);
    text-decoration: none;
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-mobile-ul-t-li{
    border-bottom: 1px solid #dddddd;
}
.nav-mobile-ul-t-li-a{
    text-decoration: none;
    color: var(--text-color-primary);
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 400 !important;
    padding: 20px 15px;
}
.nav-mobile-ul-t-li-a:hover{
    color: #ec222e;
}
.mob-nav-icon-img{
    width: 14px;
    height: 14px;
}
.nav-mobile-ul-wrapper{
    padding: 0;
}
.nav-mob-display-n{
    right: 0 !important;
    transition-timing-function: linear;
    transition: 1s;
}
.header-cart-pos-r{
    position: relative;
}
.header-cart-pos{
    position: absolute;
    left:21%;
    top: 2%;
    background-color: var(--background-color-third);
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/*Navbar END*/

.btn-primary{
    background: #f1666c;
    transition: all .2s linear;
    background-color: var(--background-color-primary);
    border-style: solid;
    border-width: 0 0 0 0;
    font-size: 0.86666666666667rem;
    border-radius: 5px;
    padding: 16px 26px ;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.86666666666667rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
}

.btn-secondary{
    background-color: var(--background-color-primary);
    border-style: solid;
    border-width: 0 0 0 0;
    font-size: 0.86666666666667rem;
    border-radius: 5px;
    padding: 17px 26px ;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.86666666666667rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.btn-secondary:hover,
.btn-primary:hover{
    background:#f1666c;
    transition: .3s;
}

/*Section 1*/

.sec-1-wrapper{
    background-color: #fff0;
    background-image: linear-gradient(180deg, #ffffff 72%, #fde8ea 33%);
    padding: 80px 0 48px 0;
}
.banner-img{
    border-radius: 10px;
    overflow: hidden;
}

.banner-t-1{
    font-size: 45px;
    color: var(--background-color-primary);
    line-height: 1.4em;
    font-weight: 700;
}
.sec-1-p{
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3em;
}

.sec1-price{
    font-size: 30px;
    color: #45BE56;
    line-height: 1.3em;
    font-weight: 700;
}

/*Section 2*/
.sec-2-wrap{
    padding:62px 0 40px;
    background: #f7f9fb;
}
.title{
    font-size: 25px;
    color: var(--background-color-primary);
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
}

.sec-2-grid-view{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
    margin: 30px 0;
}

.sec2-box-card{
    background-color: #fff;
    padding: 60px 40px 60px 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 0;
    transition: all .6s ease;
    overflow: hidden;
}
.sec2-box-card::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: all .6s ease;
}
.sec2-box-card:hover::before{
    background-color: #fff0;
    background-image: linear-gradient(90deg, #f1666c 0%, #ec222e 100%);
    left: 0;
}
.sec2-box-card:hover{
    color: #fff;
}
.sec2-box-card i{
    font-size: 40px;
    text-align: center;
    color: var(--background-color-primary);
    margin: 0 0 14px 0 ;
}
.sec2-box-card:hover i,
.sec2-box-card:hover h3{
    color: #fff;
}
.sec2-box-card h3{
    padding: 0 0 0 0;
    color: #000;
    font-size: 18px;
    padding: 0 0 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.sec2-in-lt-t{
    font-size: 25px;
    color: #ec222e;
    font-weight: 600;
    margin-bottom: 20px;
}
.sec2-in-lt-p{
    margin-bottom: 2.8em;
    color: #504a4a;
    font-weight: 400;
    line-height: 1.8em;
}

/*Sec 3*/

.sec-3-wrapper{
    padding: 50px 0 0;
}
.sec-3-container{
    background: #fff;
    padding: 20px 0;
}

.sec3-inner-img{
    background: #fde8ea;
    padding: 20px 0;
    position: relative;
    margin: 0 20px;
}
.sec3-btn-overl{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd70;
    backdrop-filter: blur(4px);
}

/*Section 4*/

.sec-4-inner{
    background: #FDE8EB;
    padding: 30px 0;
}
.sec-4-card{
    padding: 0px 30px;
}
.sec-4-card-t-box{
    border: 3px solid #ec222e;
    text-align: center;
}
.sec4-card-t{
    font-size: 20px;
    font-weight: 700;
}
.sec4-card-img{
    position: relative;
}
.sec4-card-btn-over{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*slider arrow*/

.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
    font-size: 35px;
}

/*Location */
.sec6-list li{
    font-size: 15px;
    font-weight: 400;
    color: #504a4a;
    margin: 10px 0;
}
.sec6-list li span{
    font-weight: 400;
}
.sec6-list li i{
    color: #ec222e;
}
/* Register Now css */
.regsiter-Head{
    color: #ec222e;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.form-contents{
display: flex;
justify-content: center;
text-align: center;
margin-top: 20px;
}
.form-container{
    background-color: #f1666c;
    padding: 40px 30px;
    width: 600px;
}
.form-heading{
  font-size: 23px;
    color: #fff;
    font-weight: 700;
}
.form-subheading{
    font-size: 22px;
    color:#000 ;
    font-weight: 700;
}
.form-fields>form{
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding-top: 10px;
}
.inp-fiels input{
    width:85%;
    padding-bottom: 10px;
    padding: 10px 0px 10px 10px;
    color: #000;
}
.inp-fiels input::placeholder{
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.inp-fiels button{
    width: 50%;
    background-color: #313636;
    color: #fff;
    padding: 7px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
  transition: all 1s;
  
}
.inp-fiels button:hover{
    background-color: #fff;
    color: #ec222e;

}


.err-msg{
    font-size: 11px ;
    color: rgb(179, 2, 2);
}


/* Discliamer css */
.disclaimer-section{
    display: flex;
    gap: 10px;
}
.disclaimer-logo{
    width: 54px;
    height: 80px;
}
.disclaimer-text p{
    font-size: 16px;

}
/* popup */
.pop-inn{
    position: relative;
}
.popup-form-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding: 25px 40px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
}
.pop-t{
    color: #2d2d2d;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
}
.form-popup-close{
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 1%;
    bottom: auto;
    top: -2%;
    padding: 4px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(49, 91, 124, 1.00);
    z-index: 999999;
}
.popup-form .form-control{
    
    width: 100%;
    padding: .75em;
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color:#dddddd;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.inpt-d{
    margin: 20px 0;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .sec-2-grid-view{
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .sec-2-grid-view .sec2-box-card:last-child,
    .sec-2-grid-view .sec2-box-card:nth-child(4){
        grid-column: span 1 / span 1;
    }
    .row-ga-sec2{
        row-gap: 45px;
    }
}
@media only screen and (max-width:767px){
    .row-ga-sec2{
        row-gap: 45px;
    }
    .sec-1-row{
        row-gap: 75px;
    }
    .sec-1-wrapper{
        padding: 70px 0;
    }
    .banner-t-1{
        font-size: 30px;
    }
    .sec-1-p{
        font-size: 25px;
    }
    .sec1-price{
        font-size: 25px;
    }
    .container{
        padding: 0 5%;
    }
    .sec-2-grid-view{
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .sec-2-grid-view .sec2-box-card:last-child{
        grid-column: span 2 / span 2;
    }
}