body {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

:root {
    /* colors */
    --primary-color: #CF202C;
    --secondery-color: #2051CF;
    --tertiary-color: #ECEFFF;
    --black-color:#0E1224;
    --para-gray:#787B8F;
    --blue-2:#293475;
    /* fonts */
    --primary-font: 'Anton', sans-serif;
    --secondery-font: 'Bebas Neue', sans-serif;

    /* fonts size*/
    --first-size: 96px;
    --second-size: 56px;
    --third-size: 32px;
    --fourth-size: 24px;
    --fifth-size: 20px;
    --sixth-size: 16px;
    --seventh-size: 14px;

}

.primary-color {
    color: var(--primary-color) !important;
}

.secondery-color {
    color: var(--secondery-color) !important;
}

.tertiary-color {
    color: var(--tertiary-color) !important;
}
.black-color {
    color: var(--black-color) !important;
}
.para-gray{
    color: var(--para-gray) !important;
}
.blue-2{
    color: var(--blue-2) !important;
}

.primary-font {
    font-family: 'Anton', sans-serif;
}

.secondery-font {
    font-family: 'Bebas Neue', sans-serif;
}

h1 {
    font-size: 96px !important;
}

h2 {
    font-size: 56px !important;
}

h3 {
    font-size: 32px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 16px !important;
}
.h7{
    font-size: 18px !important;
}
.seventh-size {
    font-size: 14px !important;
}
.let-space-1{
    letter-spacing: 1px !important;
}
.let-space-2{
    letter-spacing: 2px !important;
}

/* home banner */

.hom-nanner-bg::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -3;
    bottom: -95px;
    clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
}

.button {
    background-color: var(--secondery-color);
    border-radius: 2px;
    font-size: var(--fifth-size);
    transition: all 0.3s ease;
}
.button:hover{
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.button img {
    width: 28px;
}

.section-p-top {
    padding-top: 6rem;
}
.section-p-top-2{
    padding-top: 12rem;
}

.slick-counter {
    font-size: var(--sixth-size);
}

.navbar ul li a {
    font-size: var(--sixth-size);
}

.active {
    color: #ffffff !important;
}

.my-nave a{
    cursor: pointer;
    transition: all 0.3s ease;
}
.my-nave a:hover{
    color: #fff !important;
    transition: all 0.3s ease;
}
.navbar-toggler:focus, button:focus:not(:focus-visible){
    box-shadow: none !important;
}
.fixed-nav{
    background-color: #2b1326;
    transition: 0.3s all ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-nav img{
    width: 80px !important;
}
.navbar-toggler{
    border: none;
}

/* nav responsive  */
.offcanvas{
    background-color: #0E1224 !important;
}
.btn-close{
    background-color: #CF202C !important;
    opacity: 1 !important;
}

/* banner slider */
.sliderwrap,
.heroslider {
    max-width: 650px;
}

.slider-progress {
    height: 10px;
    width: 10%;
    background: #20203F;
    max-width: 600px;
    position: relative;
    overflow: hidden;
}

.slider-progress .progress {
    width: 0%;
    height: 10px;
    background: var(--primary-color);
    position: absolute;
    border-radius: unset !important;

}
.mainbannerwrap{
    position: absolute;
    top: 3rem;
    left: 50%;
}
.banner-progress-bar{
    margin-top: 7rem;
}
.h-s2-icon{
    max-width: 104px;
}
.h-s2-img{
    max-width: 274px;
}

/* h-s3  */
/* .h-s3-bg{
    background-image: url(../img/h-s3-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.h-s3-bg::after{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(245,246,250,1) 0%, rgba(232,237,243,1) 100%);
    z-index: -3;
    margin-top: 30%;
} */


.h-s3-bg-2{
    position: relative;
    padding-bottom: 12rem !important;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}
.h-s3-bg-2::after{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-image: url(../img/h-s3-bg-2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.h-s3-p1-div{
    background: linear-gradient(0deg, rgba(204,215,255,1) 0%, rgba(236,239,255,1) 100%);
}
.h-s3-p-hover-div{
    transition: all 0.3s ease;
}
.h-s3-p-img{
    mix-blend-mode: darken;
}
.h-s3-p-a:hover .h-s3-p-hover-div{
    box-shadow: 0px 0px 60px #32323235;
    transform: scale(1.02);
    transition: all 0.3s ease;
    z-index: 9;
}
.h-s3-p2-div{
    background-image: url(../img/h-s3-p-div-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-s3-p3-div{
    background: linear-gradient(141deg, rgba(32,81,207,1) 0%, rgba(17,30,68,1) 100%);
}
.h-s3-p1-div-h{
    height: 430px;
}
.h-s3-p2-gradtext{
    background: linear-gradient(143deg, rgba(254,193,74,1) 0%, rgba(205,153,52,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h-s3-spec-line{
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}
.h-s3-spec-border-side{
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.h-s3-spec-icon-img{
    width: 45px;
}
.h-s3-p4-div{
    background: linear-gradient(0deg, rgba(255,204,205,1) 0%, rgba(255,231,231,1) 100%);
}
.h-s3-p5-div{
    background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(243,243,243,1) 100%);
}
.h-s3-p6-div{
    background-image: url(../img/h-s3-p-div-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-s3-p-last-a-img{
    width: 40px;
    bottom: -175px;
}
.pro-color-badge{
    width:16px;
    height:16px;
    border-radius:2px;
}
.pro-color-badge-2{
    width:12px;
    height:12px;
    border-radius:2px;
}
.h-s5-pad-top{
    padding-top: 3rem;
}

/* testimony  */
.h-s4-bg{
    background: linear-gradient(0deg, rgba(232,237,243,1) 0%, rgba(245,246,250,1) 100%);
}
.padd-top-testimony{
    padding-top: 6rem;
}
.section-p-top-testimony{
    margin-top: -130px;
    padding-top: 15rem !important;
}
.h-test-img-div{
    width: 650px;
}
.slider-progress-testimony{
    width: 18%;
    background: #C5CDDA;
}
.sliderwrapper-testimony{
    text-align: end;
    text-align: -webkit-right;
}
.h-s4-test-text-w{
    max-width: none !important;
}

/* h-s5  */
.h-s5-img{
    max-width: 270px;
}
/* h-s6  */
.h-s6-img{
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    min-height: 100%;
    transition: all 0.3s ease-in;
}
.h-s6-img:hover{
    transform: scale(1.05);
    transition: all 0.2s ease-in;
}
.h-s6-img-h-1{
    background: linear-gradient(180deg, rgba(41,52,117,1) 0%, rgba(41,52,117,1) 10%, rgba(41,52,117,0) 100%);
}
.h-s6-img-h-2{
    background: linear-gradient(180deg, rgba(207,32,44,1) 0%, rgba(207,32,44,1) 10%, rgba(207,32,44,0) 100%);
}
.h-s6-img-h-3{
    background: linear-gradient(180deg, rgba(120,123,143,1) 0%, rgba(120,123,143,1) 10%, rgba(41,52,117,0) 100%);
}
.h-s6-h-div-1{
    left: 24rem;
    top: 13rem;
}
.h-s6-h-div-2{
    left: 32rem;
}
/* footer  */
.ftr-form{
    background-color:#EDEDED;
    transition: all 0.2s ease;
    width: 18rem;
    height: 62px;
    outline: 0;
}
.ftr-form:hover,.ftr-form:focus-visible{
    transition: all 0.2s ease;
    background-color:#e0e0e0;
}
.ftr-social-a{
    transition: all 0.3s ease;
}
.ftr-social-a:hover{
    transition: all 0.3s ease;
    opacity: 0.8;
}
.ftr-nav-a{
    transition: all 0.3s ease;
    cursor: pointer;
}
.ftr-nav-a:hover{
    color: var(--primary-color) !important;
    transition: all 0.3s ease;
}
.ftr-img{
    max-width: 499px;
}
/* ----------------------- */
/* product  */
.inner-banner-bg::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -3;
    bottom: -37px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
}
.prod-div-1{
    background: linear-gradient(0deg, rgba(204,215,255,1) 0%, rgba(236,239,255,1) 100%);
}
.prod-div-2{
    background: linear-gradient(0deg, rgba(255,204,205,1) 0%, rgba(255,231,231,1) 100%);
}
.prod-div-3{
    background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(243,243,243,1) 100%);
}
.prod-img-item{
    max-width: 271px;
    margin: 0 auto;
}
/* carousel  */
.pro-carousel-butn{
    font-size: var(--sixth-size);
    cursor: pointer;
}
.prod-img-clr-img{
    width: 75% !important;
}

/* ------------------ */
/* product-inner  */
.prod-inner-spec-line{
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0985644257703081) 50%, rgba(0,0,0,0) 100%);
}
.prod-inner-color-btn{
    width:29px;
    height:29px;
}
.pro-inner-img-1{
    aspect-ratio: 53 / 81 ;
    object-fit: cover;
}
.pro-inner-img-2{
    aspect-ratio: 265 / 261 ;
    object-fit: cover;
}
.pro-inner-img-3{
    aspect-ratio: 53 / 73 ;
    object-fit: cover;
}
.pro-inner-img-4{
    aspect-ratio: 265 / 258 ;
    object-fit: cover;
}
.pro-inner-img-5{
    aspect-ratio: 265 / 374 ;
    object-fit: cover;
}
.pro-inner-img-6{
    aspect-ratio: 53 / 80 ;
    object-fit: cover;
}
/* filter  */
.active-filter {
    border: 1px solid #0E1224 !important;
}

/* ---------------- */
/* about  */
.abt-s2-padding{
    padding: 7rem 0 !important;
}

/* --------- */
/* contact  */
.contact-form-div{
    height: 100%;
}
.cont-form-input{
    outline: none;
    border: none;
    border-bottom: 1px solid #CF202C;
}
.cont-form-message{
    height: 162px;
}
.cont-form-decor{
    width: 75%;
}
.cont-info-h{
    transition: 0.3s all ease;
}
.contact-info-a:hover .cont-info-h{
    color: #CF202C !important;
    transition: 0.3s all ease;
}
.cnt-s3-ul{
    font-size: var(--fourth-size);
}
.cnt-s3-ul li{
    margin-left: 80px;
    position: relative;
}
.cnt-s3-ul li::before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/cntact-s3-li-icon.png);
    width: 19px;
    height: 19px;
    z-index: 9;
    left: -34px;
    top: 3px;
}
.cnt-s3-a{
    transition: all 0.3s ease;
}
.cnt-s3-a:hover{
    transition: all 0.3s ease;
    text-decoration: underline !important;
}
table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
  }
  
  th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
  }
  
  th {
    background-color: var(--primary-color);
    color: #fff;
}
.prod-inner-table-bg{
    background-color: #ECEFFF;
}
.prod-inner-table-cont{
    color: #686868;
    font-size: 22px;
}