body{
    font-family: "Montserrat", sans-serif;
}
html, body{
    overflow-x:hidden;
}
p{
    font-size:17px;
  font-family: "Fira Sans", sans-serif;
  line-height:1.7;
}

:root {
    --primary-color: #da251c;
    --secondary-color:#2db4ad;
}

img{
    height:auto;
    max-width:100% !important;
}


h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration:none !important;
    color:#000;
   font-family: "Fira Sans", sans-serif;
}
.brand-sec-main{
    padding:5rem 0;
    position:relative;
}

.brand-main{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding: 45px;
    gap: 15px;
    background:#F4F4F4;
    border-radius: 30px;
}

.brand-main .brant-items{
    display: inline-block;
    max-width: 119px;
    max-height: 119px;
    display: grid;
    text-align: center;
    padding: 15px 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 8px -2px rgba(45, 54, 67, 0.08), 0px 2px 4px -2px rgba(45, 54, 67, 0.06);
    align-items: center;
    justify-items: center;
}
.brand-main .brant-items .title{
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    letter-spacing: 1px;
    
}
.brand-main .brant-items img{
    min-width:50px;
}
.brand-main .brant-items:nth-child(odd) {
    margin-bottom: 60px;
}
.brand-main .brant-items:nth-child(even) {
    margin-top: 140px;
}

.sec-big-title{
    color: #282c32;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.section-title.text-center{
    margin:0 auto 40px;
    max-width:80%;
}
.section-title{
    margin-bottom:30px;
}

.why-choose-sec{
    padding:5rem 0;
    position:relative;
    background:#F4F4F4;
}

.why-ch-box .icon{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    min-width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    border-radius:10px;
}

.why-ch-box{
    display: flex;
    gap: 15px;
    position: relative;
}

.why-ch-box .box-title .title{
    font-size:18px;
    font-weight:600;
}

.why-ch-box .box-title p{
    margin:0;
}

.why-ch-left .why-ch-box:not(:last-child){
    margin-bottom:30px;
}

.why-ch-mg{
    position: relative;
    z-index:1;
}
.why-ch-mg:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/why-choose-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0) invert(0.5);
}
.about-sec-main{
    padding:0 0 5rem;
    position:relative;
}

.about-img{
    position: relative;
    z-index:1;
}

.about-img:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/oval1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(0);
    z-index: -1;
}
.about-img img{
    height:500px;
    object-fit:cover;
}
.about-content{
    margin-right:30px;
}
.about-content p{
    text-align:justify;
}

.faq-sec-main{
    padding:5rem 0;
    position:relative;
}
.faq-img-left{
    margin-right:30px;
}

.accordion-button {
    color: #282c32;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.3px;
    background-color: #F4F4F4;
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    border-radius: 10px;
}

.accordion-item {
    border: 0;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.accordion-collapse .accordion-body {
    background-color: #F4F4F4;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 20px;
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.7;
   
}
.accordion .accordion-item:not(:last-child){
    margin-bottom:20px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset !important;
    box-shadow:unset !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-button::after{
       position: absolute;
    content: "";
    font-size: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #000;
    background-size: contain;
    width: 13px;
    height: 13px;
    background-image: url(../image/bg/chevron-down.svg);
}

.accordion-button:not(.collapsed)::after{
    background-image:url(../image/bg/chevron-down.svg);
}

.add-info-sec{
padding:0 0 5rem;
position:relative;
}

.contact-info-box{
    padding: 12px;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.contact-info-box .contact-content{
        padding: 50px 30px 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #F4F4F4;
    border: 1px solid #E6E5E5;
    transition: all 0.4s;
}

.contact-info-box .contact-content .icon {
  
}

.contact-info-box .contact-content .icon i {
    color: #000;
    font-size:70px;
}
.contact-info-box:hover .contact-content .icon i {
   color: #fff;
}
.contact-info-box .contact-content .title{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}
.contact-info-box:hover .contact-content .title ,.contact-info-box:hover .contact-content .title a{
    color:#fff;
}
.contact-info-box:hover .contact-content .text a{
    color:#fff;
}
.contact-info-box:hover .contact-content .text{
    color:#fff;
}
.contact-info-box .contact-content .text {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin:0;
}

.contact-info-box .contact-content .text-new{
    font-size:16px;
}

.contact-info-box:hover {
    background-color:#000 ;
}
.contact-info-box:hover .contact-content{
    background-color:#000 ;
}

.form-detail-sec{
    padding:0 0 5rem;
    position:relative;
}

.contact-right-content p{
    text-align:justify;
}

.contact-left-form{
    border-radius: 20px;
    background: #F4F4F4;
    padding: 40px;
    margin-right:40px;
    max-width:60%;
    margin:0 auto;
}

.contact-left-form .rings{
    width: 100%;
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 999px;
    padding: 18px 30px;
    line-height: 1;
    color: #7a7a7a;
    background-color: transparent;
    margin-bottom:20px;
}

.contact-left-form textarea.rings{
    border-radius: 20px;
}

.inform-btn{
    padding: 13px 35px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    list-style: armenian;
    letter-spacing: 1px;
    border:none;
}

.foot-sec-main{
    padding:2rem 0 0;
    background: #F4F4F4;
    position:relative;
    z-index: 1;
    overflow:hidden;
}

.foot-sec-main:before{
     position: absolute;
    content: "";
    background-image: url(../image/bg/footerShape1_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 369px;
    height: 252px;
    filter: brightness(0) invert(0);
    z-index: -1;
    left:-12px;
    bottom:0;
}

.foot-sec-main:after{
     position: absolute;
    content: "";
    background-image: url(../image/bg/footerShape1_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width:567px;
    height: 610px;
    top:0;
    right:0;
    filter: brightness(0) invert(0);
    z-index: -1;
}
.footer-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    justify-content: center;
}
.footer-menu li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 267.5%;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    
}

.footer-log{
    margin-right:40px;
}



.footer-menu-links .title{
    font-size:20px;
    font-weight:600;
    padding-bottom:10px;
    position:relative;
}


.footer-menu-links .title:after{
        position: absolute;
    bottom: 0;
    left: 40px;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #C2C2C2;
}

.footer-menu-links .title:before{
        position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #000;
}

.footer-menu-links li a i{
    font-size: 18px;
    margin-right: 10px;
    color: #000;
    position: relative;
    top: 1px;
}

.fot-info-main{
    padding-left: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin:30px 0 0;
}

.fot-info-main li{
    display: flex;
    align-items: center;
}
.fot-info-main li p{
    margin:0;
}
.fot-info-main li .icon i{
    position: relative;
    display: inline-block;
    line-height: 40px;
    border: 1px #d3d3d3 solid;
    border-radius: 50%;
    margin-right: 15px;
    color: #000;
    font-size: 18px !important;
    height: 35px;
    min-width: 35px;
    text-align: center;
    background: #000;
    color: #fff;
}

.contact-left-form .sec-big-title{
    font-size:30px;
    text-align:center;
}

.copy-right-foter{
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid #000;
    margin-top:40px;
}

.copy-right-foter p{
    margin:0;
}

.banner-sec-main{
    position:relative;
}

.banner-carousel .swiper-slide{
    position: relative;
    /*background-image: url(../image/home/iponex.jpg);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    width: 100%;
    height: 650px;
    display: grid;
    align-items: end;
    background-color:#F4F4F4;
}


.banner-content h1, .banner-content-new h1{
    font-size: 45px;
    font-weight: 700;
}

.banner-content {
    max-width:60%;
    margin-left:auto;
}
.banner-carousel .swiper-pagination-bullet-active:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: unset;
    border: 2px solid #000;
    right: 0;
    left: -4.6px;
    bottom: 0;
    margin: 0 auto;
    top: -5px;
    border-radius: 50%;
}
.banner-carousel .swiper-pagination-bullet-active{
    position:relative;
}
.banner-carousel .swiper-pagination-bullet{
    opacity:1;
    background:#0000008f;
    height:14px;
    width:14px;
    margin-right:10px !important;
}


header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}
.side-icon-sitcky {
    position: fixed;
    right: 5px;
    top: 48%;
    z-index: 9999;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
   
    bottom: 20px;
}
#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #fff;
    background-color:#000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: #fff;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

#scroll-top:hover{
    background-color:#0d0d0d;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: sliddown 1s;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}


.enqur-btn{
    font-size:14px;
    background-color: #000;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all .1s cubic-bezier(.68,.01,.58,.75);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-btn{
    text-align:end;
}


nav ul li .active{
    position:relative;
}

nav ul li .active:before{
    position:absolute;
    content:"";
    width:100%;
    bottom:-3px;
    height:2px;
    background:#000;
}

.product-sec-main{
    padding:0 0 5rem;
    position:relative;
}
.product-sec-main .row{
    gap:20px 0;
}
.productt-box-img{
    position: relative;
    background: #F4F4F4;
    text-align:center;
}

.productt-box-img:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    background: radial-gradient(circle, #000000, #333333);
    height:20%;
}

.productt-box-img .title{
    font-size: 20px;
    font-weight:600;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
}

.produ-mr{
    margin-bottom:10px;
}

.banner-content-new{
    margin-top:50px;
}

.side-icon-sitcky .call{
    display:none;
}

.header-logo img, .footer-log img{
    height:100px;
    object-fit:contain;
}

.hide-robot{
display:none !important;
}

label.error{
        color: red;
    font-size: 15px;
    transform: translateY(-21px);
}